| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 1 | -0/+25 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 3 | -4/+4 |
* | Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based) | Sven Gothel | 2012-07-20 | 1 | -3/+15 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 5 | -42/+81 |
* | EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU... | Sven Gothel | 2012-07-09 | 2 | -5/+39 |
* | Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid! | Sven Gothel | 2012-07-06 | 1 | -1/+20 |
* | Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva... | Sven Gothel | 2012-06-30 | 1 | -6/+20 |
* | NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerant | Sven Gothel | 2012-06-29 | 1 | -2/+4 |
* | Misc cleanup: add @Override | Sven Gothel | 2012-06-27 | 1 | -4/+10 |
* | NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83... | Sven Gothel | 2012-06-27 | 1 | -58/+81 |
* | NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead... | Sven Gothel | 2012-05-02 | 1 | -12/+8 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 14 | -28/+35 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 14 | -0/+1778 |
* | Clean/Fix: Threading Code | Sven Gothel | 2011-02-26 | 1 | -1/+1 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-08 | 23 | -3032/+0 |
* | Cleanup / Debug | Sven Gothel | 2010-12-23 | 1 | -1/+1 |
* | JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444) | Sven Gothel | 2010-12-19 | 2 | -1/+97 |
* | Debug/Cleanup: toString: print base classname only; Misc .. | Sven Gothel | 2010-12-19 | 1 | -1/+0 |
* | JAWTUtil: Fix case when init is run on AWT EDT (which is odd, ie not using GL... | Sven Gothel | 2010-12-15 | 1 | -11/+16 |
* | NativeWindow: Move RegisteredClass to private impl package | Sven Gothel | 2010-12-12 | 2 | -0/+177 |
* | JAWTUtil: Eager initialization of AWT desktop props | Sven Gothel | 2010-12-12 | 1 | -0/+25 |
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 1 | -1/+2 |
* | Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL) | Sven Gothel | 2010-12-10 | 3 | -20/+123 |
* | NativeWindow: Expose lock test/get methods and constructor with HDC | Sven Gothel | 2010-12-09 | 1 | -2/+17 |
* | X11 DummyWindow: Pass size and set size in proxy | Sven Gothel | 2010-12-04 | 1 | -2/+2 |
* | Refined VersionInfo usage | Sven Gothel | 2010-11-25 | 1 | -0/+2 |
* | NativeWindow: Fix XSynchronize gluegen | Sven Gothel | 2010-11-22 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-11-18 | 3 | -67/+39 |
|\ |
|
| * | NativeWindow JAWT Impl: Fix: Remove double unlock of locks if JAWT lock failed. | Sven Gothel | 2010-11-18 | 3 | -67/+39 |
* | | print platform info additional to the module info. | Michael Bien | 2010-11-18 | 1 | -0/+1 |
* | | modifications due to changes in GlueGen's VersionUtil.getManifest(). | Michael Bien | 2010-11-18 | 1 | -3/+2 |
|/ |
|
* | Finishing Immutable changes including GLCapabiltiesImmutable. | Sven Gothel | 2010-11-17 | 2 | -6/+6 |
* | Merge branch 'pulled' | Sven Gothel | 2010-11-17 | 1 | -2/+2 |
|\ |
|
| * | Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a... | Steve Vaughan | 2010-11-17 | 1 | -2/+2 |
* | | cleanup imports | Sven Gothel | 2010-11-17 | 1 | -5/+0 |
* | | JAWTWindow: Avoid AWTTreeLock, cleanup. | Sven Gothel | 2010-11-17 | 4 | -31/+83 |
* | | Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi... | Sven Gothel | 2010-11-17 | 1 | -0/+10 |
|/ |
|
* | X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n... | Sven Gothel | 2010-11-16 | 1 | -4/+4 |
* | GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString) | Sven Gothel | 2010-11-14 | 1 | -1/+1 |
* | Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and... | Sven Gothel | 2010-11-12 | 1 | -0/+60 |
* | NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)' | Sven Gothel | 2010-11-03 | 1 | -5/+26 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 1 | -1/+1 |
* | Proper X11 Display Closing | Sven Gothel | 2010-10-29 | 5 | -153/+125 |
* | Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor... | Sven Gothel | 2010-10-27 | 1 | -3/+2 |
* | Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc .. | Sven Gothel | 2010-10-26 | 1 | -4/+17 |
* | can't enable x11IOErrorHandler without disable | Sven Gothel | 2010-10-26 | 1 | -1/+6 |
* | X11Util: lock toolkit/x11 unification | Sven Gothel | 2010-10-26 | 1 | -180/+101 |
* | NEWT: ScreenMode changes | Sven Gothel | 2010-10-26 | 1 | -4/+0 |
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 13 | -202/+752 |
* | Harmonize all runtime properties, see doc/Implementation/runtime-properties.txt | Sven Gothel | 2010-10-11 | 1 | -1/+1 |