aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-031-18/+53
* Fix property handling ; Adding jnlp. aliasing for propertiesSven Gothel2009-07-031-10/+22
* Refactored static initialization to let the JVM ensure it only runsKenneth Russel2009-06-181-9/+3
* - Fix: X11 locking Sven Gothel2009-06-184-30/+184
* - Fix: Native X11 Display deadlock (Linux x86_64 32bit on 64bit)Sven Gothel2009-06-171-53/+6
* - Add: GLProfile.get(name) return default if name=="GL" as well (or if null)Sven Gothel2009-06-172-21/+38
* Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-1519-0/+2162