aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/com
Commit message (Expand)AuthorAgeFilesLines
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-156-121/+198
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-181-15/+21
* EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...Sven Gothel2012-08-161-7/+8
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-0/+25
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-243-4/+4
* Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-201-3/+15
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-195-42/+81
* EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...Sven Gothel2012-07-092-5/+39
* Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!Sven Gothel2012-07-061-1/+20
* Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva...Sven Gothel2012-06-301-6/+20
* NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerantSven Gothel2012-06-291-2/+4
* Misc cleanup: add @OverrideSven Gothel2012-06-271-4/+10
* NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...Sven Gothel2012-06-271-58/+81
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-021-12/+8
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0614-28/+35
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0614-0/+1778
* Clean/Fix: Threading CodeSven Gothel2011-02-261-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0823-3032/+0
* Cleanup / DebugSven Gothel2010-12-231-1/+1
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-192-1/+97
* Debug/Cleanup: toString: print base classname only; Misc ..Sven Gothel2010-12-191-1/+0
* JAWTUtil: Fix case when init is run on AWT EDT (which is odd, ie not using GL...Sven Gothel2010-12-151-11/+16
* NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-122-0/+177
* JAWTUtil: Eager initialization of AWT desktop propsSven Gothel2010-12-121-0/+25
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-121-1/+2
* Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL)Sven Gothel2010-12-103-20/+123
* NativeWindow: Expose lock test/get methods and constructor with HDCSven Gothel2010-12-091-2/+17
* X11 DummyWindow: Pass size and set size in proxySven Gothel2010-12-041-2/+2
* Refined VersionInfo usageSven Gothel2010-11-251-0/+2
* NativeWindow: Fix XSynchronize gluegenSven Gothel2010-11-221-2/+2
* Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-11-183-67/+39
|\
| * 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-172-6/+6
* Merge branch 'pulled'Sven Gothel2010-11-171-2/+2
|\
| * Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-171-2/+2
* | 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-171-0/+10
|/
* X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n...Sven Gothel2010-11-161-4/+4
* 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
* NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)'Sven Gothel2010-11-031-5/+26
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-021-1/+1
* Proper X11 Display ClosingSven Gothel2010-10-295-153/+125
* Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor...Sven Gothel2010-10-271-3/+2
* 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