| Commit message (Expand) | Author | Age | Files | Lines |
* | X11 DummyWindow: Pass size and set size in proxy | Sven Gothel | 2010-12-04 | 2 | -8/+7 |
* | Cleanup GLDrawableFactory API and platform Implementations | Sven Gothel | 2010-12-03 | 3 | -7/+13 |
* | minor cleanup | Sven Gothel | 2010-11-28 | 1 | -2/+1 |
* | Refined VersionInfo usage | Sven Gothel | 2010-11-25 | 1 | -0/+2 |
* | NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage | Sven Gothel | 2010-11-22 | 1 | -1/+1 |
* | 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 | 4 | -76/+41 |
|\ |
|
| * | JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo... | Sven Gothel | 2010-11-18 | 1 | -9/+2 |
| * | 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 | 9 | -38/+99 |
* | Merge branch 'pulled' | Sven Gothel | 2010-11-17 | 7 | -24/+113 |
|\ |
|
| * | Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a... | Steve Vaughan | 2010-11-17 | 7 | -24/+109 |
| * | Clone Capabilities on input, providing a local copy when requested. This eli... | Steve Vaughan | 2010-11-16 | 1 | -4/+8 |
* | | 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 | 2 | -14/+72 |
* | | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N... | Sven Gothel | 2010-11-17 | 1 | -0/+152 |
|/ |
|
* | X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n... | Sven Gothel | 2010-11-16 | 2 | -8/+12 |
* | NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID() | Sven Gothel | 2010-11-15 | 12 | -68/+99 |
* | NativeWindow: Add constructor to AbstractGraphicsDevice derivations, | Sven Gothel | 2010-11-14 | 4 | -2/+44 |
* | NEWT: Add optional eager native initialization ; Proper exception handling | Sven Gothel | 2010-11-14 | 1 | -0/+6 |
* | 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 |
* | AbstractGraphicsDevice ..: Add device/display connection attribute to support... | Sven Gothel | 2010-11-12 | 8 | -16/+39 |
* | Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and prori... | Sven Gothel | 2010-11-08 | 1 | -222/+0 |
* | Added missing JogAmp copyright | Sven Gothel | 2010-11-06 | 1 | -0/+1 |
* | Added fast path to equals impl. | Sven Gothel | 2010-11-06 | 6 | -0/+6 |
* | Remove ancient DEC licensed file, use std X11 Xinerama extension instead. | Sven Gothel | 2010-11-04 | 5 | -652/+5 |
* | NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)' | Sven Gothel | 2010-11-03 | 2 | -12/+51 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 4 | -7/+15 |
* | Proper X11 Display Closing | Sven Gothel | 2010-10-29 | 9 | -180/+176 |
* | Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor... | Sven Gothel | 2010-10-27 | 2 | -3/+14 |
* | Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc .. | Sven Gothel | 2010-10-26 | 2 | -5/+18 |
* | can't enable x11IOErrorHandler without disable | Sven Gothel | 2010-10-26 | 2 | -2/+7 |
* | X11Util: lock toolkit/x11 unification | Sven Gothel | 2010-10-26 | 1 | -180/+101 |
* | RectangleReadOnly clonable; Make strings more readable | Sven Gothel | 2010-10-26 | 5 | -13/+13 |
* | NEWT: ScreenMode changes | Sven Gothel | 2010-10-26 | 10 | -97/+358 |
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 23 | -313/+1174 |
* | 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 | 6 | -218/+10 |
* | 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 | 12 | -200/+626 |
* | 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 | 4 | -19/+80 |
* | 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 | 3 | -74/+75 |
|\ |
|
| * | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 3 | -74/+75 |