aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0823-0/+0
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-316-31/+90
* Fix: GLX exception message / sorted importsSven Gothel2011-01-311-1/+2
* Cleanup / DebugSven Gothel2010-12-232-2/+13
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-194-1/+301
* Debug/Cleanup: toString: print base classname only; Misc ..Sven Gothel2010-12-197-7/+14
* NativeWindow Debug: Early stack trace info w/ thread nameSven Gothel2010-12-181-3/+7
* Fix WGL Bitmap Offscreen DrawableSven Gothel2010-12-161-1/+9
* JAWTUtil: Fix case when init is run on AWT EDT (which is odd, ie not using GL...Sven Gothel2010-12-151-11/+16
* Fix API doc: firstUIActionOnProcessSven Gothel2010-12-121-31/+73
* NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-122-3/+2
* JAWTUtil: Eager initialization of AWT desktop propsSven Gothel2010-12-121-0/+25
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-128-124/+433
* Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL)Sven Gothel2010-12-104-24/+131
* NativeWindow: Expose lock test/get methods and constructor with HDCSven Gothel2010-12-091-2/+17
* GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f...Sven Gothel2010-12-091-30/+33
* X11 DummyWindow: Pass size and set size in proxySven Gothel2010-12-042-8/+7
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-033-7/+13
* minor cleanupSven Gothel2010-11-281-2/+1
* Refined VersionInfo usageSven Gothel2010-11-251-0/+2
* NativeWindow/Windows: Fix CreateDummyWindow gluegen and usageSven Gothel2010-11-221-1/+1
* NativeWindow: Fix XSynchronize gluegenSven Gothel2010-11-221-2/+2
* Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-11-184-76/+41
|\
| * JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-181-9/+2
| * NativeWindow JAWT Impl: Fix: Remove double unlock of locks if JAWT lock failed.Sven Gothel2010-11-183-67/+39
* | print platform info additional to the module info.Michael Bien2010-11-181-0/+1
* | modifications due to changes in GlueGen's VersionUtil.getManifest().Michael Bien2010-11-181-3/+2
|/
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-179-38/+99
* Merge branch 'pulled'Sven Gothel2010-11-177-24/+113
|\
| * Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-177-24/+109
| * Clone Capabilities on input, providing a local copy when requested. This eli...Steve Vaughan2010-11-161-4/+8
* | cleanup importsSven Gothel2010-11-171-5/+0
* | JAWTWindow: Avoid AWTTreeLock, cleanup.Sven Gothel2010-11-174-31/+83
* | Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi...Sven Gothel2010-11-172-14/+72
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-171-0/+152
|/
* X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n...Sven Gothel2010-11-162-8/+12
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-1512-68/+99
* NativeWindow: Add constructor to AbstractGraphicsDevice derivations,Sven Gothel2010-11-144-2/+44
* NEWT: Add optional eager native initialization ; Proper exception handlingSven Gothel2010-11-141-0/+6
* GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString)Sven Gothel2010-11-141-1/+1
* Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and...Sven Gothel2010-11-121-0/+60
* AbstractGraphicsDevice ..: Add device/display connection attribute to support...Sven Gothel2010-11-128-16/+39
* Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and prori...Sven Gothel2010-11-081-222/+0
* Added missing JogAmp copyrightSven Gothel2010-11-061-0/+1
* Added fast path to equals impl.Sven Gothel2010-11-066-0/+6
* Remove ancient DEC licensed file, use std X11 Xinerama extension instead.Sven Gothel2010-11-045-652/+5
* NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)'Sven Gothel2010-11-032-12/+51
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-024-7/+15
* Proper X11 Display ClosingSven Gothel2010-10-299-180/+176
* Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor...Sven Gothel2010-10-272-3/+14