aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-074-4/+7
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2010-06-263-6/+8
|\
| * Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-173-6/+8
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-261-1/+1
|/
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-1019-743/+267
* JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-041-20/+0
* NEWT: Simplified LockingSven Gothel2010-06-022-5/+5
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-284-31/+15
* Fix NativeWindow/NEWT Unique Display Naming, X11 use real NULL Display nameSven Gothel2010-05-271-11/+43
* Fix NativeWindow JAWT Code Generation and Bounds AccessSven Gothel2010-05-275-111/+146
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-216-17/+162
* JAWT Windows Fix: Use the JAWT window handle entry [to return it]Sven Gothel2010-05-051-2/+14
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-276-155/+176
* reviewed X11Lib.XLock/UnlockDisplay() usage:Michael Bien2010-04-222-14/+23
* JOGL GL4 preperation (cont):Sven Gothel2010-04-2012-549/+103
* code review (http://jogamp.org/bugzilla/show_bug.cgi?id=396): improved except...Michael Bien2010-04-182-71/+86
* Further ATI (fglrx) X11Display bug workaround/cleanupSven Gothel2010-04-153-31/+670
* ATI (fglrx) PBuffer/X11Display bug workaround/cleanupSven Gothel2010-04-131-2/+2
* added intelliJ modules for jogl, newt and nativewindow. Removed other project...Michael Bien2010-04-081-12/+0
* moved com.jogamp.javafx.* to com.jogamp.*.Michael Bien2010-03-291-1/+1
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-2830-59/+59
* refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op...Michael Bien2010-03-272-2/+2
* added idea project filesMichael Bien2010-03-271-0/+12
* refactoring: new struct accessor method naming conventions.Michael Bien2009-11-115-11/+11
* X11 Display Lock completed (hope so)Sven Gothel2009-10-121-20/+33
* NativeWindow X11: Lock/Unlock Display if using itSven Gothel2009-10-111-5/+12
* NEWT X11 Display Lock:Sven Gothel2009-10-111-1/+1
* NEWT: Add EventDispatchThread (EDT) pattern.Sven Gothel2009-10-101-3/+5
* EGL more query config trials; Avoid NPE if no config is chosenSven Gothel2009-10-051-2/+2
* GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)Sven Gothel2009-10-052-16/+53
* NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation....Sven Gothel2009-10-034-13/+61
* surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listenerSven Gothel2009-10-033-3/+7
* NativeWindowFactory:Sven Gothel2009-10-021-4/+6
* NEWT: Native window parenting (X11: OK); AWTWindow external Frame OKSven Gothel2009-09-121-2/+34
* NativeWindow: Add destroy() method, allowing external module to dispose a Nat...Sven Gothel2009-08-103-0/+22
* Cleanup: Remove NativeWindowFactory.TYPE_BROADCOM_EGLsg2158892009-07-301-5/+0
* Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...sg2158892009-07-293-0/+30
* Use getNativeWindowType(custom=true) for factory selection; Don't fail is non...sg2158892009-07-282-2/+2
* Cleanup ..sg2158892009-07-281-9/+2
* EGL changes for deviceMorris Meyer2009-07-282-2/+14
* Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG...sg2158892009-07-271-3/+1
* mips changesMorris Meyer2009-07-271-1/+3
* Add: Extended support for CVM crosscompile:sg2158892009-07-246-18/+74
* Fix jnlp macosx ; Ignore jawt lib loading errorSven Gothel2009-07-041-1/+8
* Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1...Sven Gothel2009-07-042-3/+67
* Local property access package-private (no qualifiers)Sven Gothel2009-07-041-4/+4
* Fix property query. Thx to Ken pointing this out.Sven Gothel2009-07-032-22/+58
* Fix property handling ; Adding jnlp. aliasing for propertiesSven Gothel2009-07-033-19/+27
* - Fixed: JOGL Cg Dependencies ..Sven Gothel2009-07-011-5/+16
* - Removed useless GLX synchronized hacks in X11GLXGraphicsConfigurationSven Gothel2009-06-181-15/+24