| Commit message (Expand) | Author | Age | Files | Lines |
* | EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow... | Sven Gothel | 2012-05-01 | 1 | -4/+13 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 2 | -4/+4 |
* | EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro... | Sven Gothel | 2012-04-03 | 1 | -2/+0 |
* | Adapt to gluegen commit e9e61421ef6009e6788998c471d1d3d30aaefea6 | Sven Gothel | 2012-03-26 | 1 | -4/+2 |
* | Reduce Thread.dumpStack() in debug mode where no negative behavior appears or... | Sven Gothel | 2012-03-18 | 1 | -1/+1 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 3 | -8/+4 |
* | NativeWindowFactory: Get and hold singleton JAWT ToolkitLock (efficiency); Co... | Sven Gothel | 2012-03-06 | 1 | -28/+34 |
* | NativeSurface.lockSurface(): Update API doc (+ emphasize LOCK_SURFACE_CHANGED... | Sven Gothel | 2012-03-06 | 2 | -13/+39 |
* | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 7 | -44/+117 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 11 | -907/+84 |
* | X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d... | Sven Gothel | 2012-03-05 | 1 | -0/+2 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 1 | -0/+4 |
* | NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co... | Sven Gothel | 2012-02-27 | 1 | -2/+1 |
* | Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ... | Sven Gothel | 2012-02-25 | 2 | -25/+55 |
* | X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ... | Sven Gothel | 2012-02-25 | 1 | -3/+6 |
* | New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv... | Sven Gothel | 2011-12-17 | 3 | -9/+71 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 3 | -7/+10 |
* | Move manual GDI utils to GDIUtil ; Minor cleanup. | Sven Gothel | 2011-12-01 | 1 | -15/+24 |
* | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 1 | -0/+13 |
* | NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit... | Sven Gothel | 2011-11-27 | 1 | -3/+9 |
* | Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE... | Sven Gothel | 2011-11-26 | 1 | -3/+8 |
* | X11Util: Remove wrapped/locked X11Lib methods | Sven Gothel | 2011-11-26 | 2 | -5/+8 |
* | DefaultGraphicsDevice: Initialize toolkitLock directly in cstr, where setTool... | Sven Gothel | 2011-11-26 | 1 | -4/+15 |
* | NativeWindow X11 Locking: Fix XInitThreads/XLockDisplay/XUnlockDisplay Usage ; | Sven Gothel | 2011-11-25 | 1 | -25/+46 |
* | Forgot to add JogAmp (c) | Sven Gothel | 2011-11-25 | 5 | -0/+5 |
* | NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co... | Sven Gothel | 2011-11-25 | 2 | -11/+8 |
* | Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT... | Sven Gothel | 2011-11-25 | 2 | -36/+10 |
* | JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ... | Sven Gothel | 2011-11-25 | 3 | -55/+29 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 1 | -22/+21 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 4 | -15/+26 |
* | AWTGraphicsConfiguration: Private special cstr. FIXME: Use 'encapsulated' ie.... | Sven Gothel | 2011-11-23 | 1 | -2/+4 |
* | NativeWindow GraphicsDevice javadoc cleanup / Factory method access cleanup (... | Sven Gothel | 2011-11-21 | 3 | -6/+9 |
* | Initialize JAWTUtil/JAWTJNILibLoader in static initialzier block, not leaving... | Sven Gothel | 2011-11-21 | 1 | -1/+1 |
* | NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen... | Sven Gothel | 2011-11-18 | 1 | -0/+3 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 2 | -0/+80 |
* | Nativewindow: Introduce API private MutableGraphicsConfiguration | Sven Gothel | 2011-11-12 | 2 | -4/+3 |
* | Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces | Sven Gothel | 2011-11-11 | 4 | -88/+2 |
* | NativeWindow minor edits: Remove warnings (generics, imports, ..) | Sven Gothel | 2011-11-10 | 2 | -16/+20 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 2 | -2/+8 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 1 | -2/+33 |
* | NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolder | Sven Gothel | 2011-11-09 | 4 | -2/+88 |
* | NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListener | Sven Gothel | 2011-11-06 | 3 | -3/+41 |
* | NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac... | Sven Gothel | 2011-10-13 | 1 | -0/+6 |
* | DefaultGLCapabilitiesChooser: Add multisampling criteria | Sven Gothel | 2011-10-01 | 1 | -1/+4 |
* | Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;... | Sven Gothel | 2011-09-27 | 1 | -7/+4 |
* | NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ... | Sven Gothel | 2011-09-25 | 1 | -0/+3 |
* | Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T... | Sven Gothel | 2011-09-23 | 1 | -15/+14 |
* | NEWT Cleanup: AWT driver fix, WindowImpl createNative .., minor edits | Sven Gothel | 2011-09-16 | 1 | -1/+1 |
* | Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo... | Sven Gothel | 2011-09-14 | 1 | -3/+4 |
* | NativeWindow/NEWT: Cont. refinement of Insets usage | Sven Gothel | 2011-09-06 | 2 | -6/+10 |