summaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/com
Commit message (Expand)AuthorAgeFilesLines
* Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc ..Sven Gothel2010-10-261-4/+17
* can't enable x11IOErrorHandler without disableSven Gothel2010-10-261-1/+6
* X11Util: lock toolkit/x11 unificationSven Gothel2010-10-261-180/+101
* NEWT: ScreenMode changesSven Gothel2010-10-261-4/+0
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-1413-202/+752
* Harmonize all runtime properties, see doc/Implementation/runtime-properties.txtSven Gothel2010-10-111-1/+1
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-095-215/+7
* Fix RecursiveToolkitLock: Implement complete fair FIFO scheduler (wait-interr...Sven Gothel2010-10-091-30/+67
* Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurfaceSven Gothel2010-10-071-67/+101
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-064-115/+101
* RecursiveToolkitLock default TO 5sSven Gothel2010-09-261-1/+1
* NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocusSven Gothel2010-09-233-5/+54
* NEWT: Changed Lifecycle of Display/Screen (part 2)Sven Gothel2010-09-151-1/+1
* Merge branch 'master' into newt_display_unkey_threadSven Gothel2010-09-152-48/+52
|\
| * Removed COPYRIGHT.txt file, whichSven Gothel2010-09-142-48/+52
* | NEWT: Changed Lifecycle of Display/ScreenSven Gothel2010-09-101-0/+38
|/
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-072-2/+4
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2010-06-261-1/+1
|\
| * Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-171-1/+1
* | 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-1011-510/+205
* NEWT: Simplified LockingSven Gothel2010-06-021-2/+2
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-283-21/+12
* 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-213-4/+103
* 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-274-142/+161
* reviewed X11Lib.XLock/UnlockDisplay() usage:Michael Bien2010-04-221-2/+2
* JOGL GL4 preperation (cont):Sven Gothel2010-04-208-477/+58
* 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-151-30/+198
* ATI (fglrx) PBuffer/X11Display bug workaround/cleanupSven Gothel2010-04-131-2/+2
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-2820-44/+44
* refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op...Michael Bien2010-03-272-2/+2
* refactoring: new struct accessor method naming conventions.Michael Bien2009-11-114-10/+10
* X11 Display Lock completed (hope so)Sven Gothel2009-10-121-20/+33
* NEWT: Add EventDispatchThread (EDT) pattern.Sven Gothel2009-10-101-3/+5
* GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)Sven Gothel2009-10-051-16/+5
* NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation....Sven Gothel2009-10-032-3/+14
* surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listenerSven Gothel2009-10-032-2/+2
* 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-102-0/+14
* Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...sg2158892009-07-292-0/+12
* Use getNativeWindowType(custom=true) for factory selection; Don't fail is non...sg2158892009-07-281-1/+1
* Cleanup ..sg2158892009-07-281-9/+2
* EGL changes for deviceMorris Meyer2009-07-281-2/+9
* Add: Extended support for CVM crosscompile:sg2158892009-07-242-4/+49
* 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