| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 5 | -215/+7 |
* | Fix RecursiveToolkitLock: Implement complete fair FIFO scheduler (wait-interr... | Sven Gothel | 2010-10-09 | 1 | -30/+67 |
* | Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurface | Sven Gothel | 2010-10-07 | 1 | -67/+101 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 4 | -115/+101 |
* | RecursiveToolkitLock default TO 5s | Sven Gothel | 2010-09-26 | 1 | -1/+1 |
* | NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocus | Sven Gothel | 2010-09-23 | 3 | -5/+54 |
* | NEWT: Changed Lifecycle of Display/Screen (part 2) | Sven Gothel | 2010-09-15 | 1 | -1/+1 |
* | Merge branch 'master' into newt_display_unkey_thread | Sven Gothel | 2010-09-15 | 2 | -48/+52 |
|\ |
|
| * | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 2 | -48/+52 |
* | | NEWT: Changed Lifecycle of Display/Screen | Sven Gothel | 2010-09-10 | 1 | -0/+38 |
|/ |
|
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-07-07 | 2 | -2/+4 |