| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use ClassLo... | Sven Gothel | 2012-05-04 | 2 | -2/+2 |
* | NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead... | Sven Gothel | 2012-05-02 | 3 | -36/+35 |
* | EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow... | Sven Gothel | 2012-05-01 | 1 | -4/+13 |
* | Bug 577: Disable debug message XInitThreads() called (only enabled in native ... | Sven Gothel | 2012-04-26 | 1 | -2/+2 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 3 | -6/+6 |
* | 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 | 2 | -6/+5 |
* | Enhance and generalize AWT Threading* implementation; Minor changes .. | Sven Gothel | 2012-03-25 | 1 | -7/+8 |
* | Reduce Thread.dumpStack() in debug mode where no negative behavior appears or... | Sven Gothel | 2012-03-18 | 2 | -2/+1 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 5 | -78/+20 |
* | 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 | 10 | -114/+164 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 22 | -46/+73 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 16 | -54/+0 |
* | X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d... | Sven Gothel | 2012-03-05 | 4 | -3/+127 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 4 | -16/+110 |
* | NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co... | Sven Gothel | 2012-02-27 | 8 | -91/+189 |
* | 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 |
* | enhancement: NWJNILibLoader.loadNativeWindow(..) returns true/false if loadin... | Sven Gothel | 2012-02-25 | 5 | -10/+17 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 1 | -1/+1 |
* | GraphicsConfigurationFactory: Add DEBUG dump @ chooser | Sven Gothel | 2012-02-22 | 2 | -1/+7 |
* | OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations) | Sven Gothel | 2012-02-13 | 1 | -1/+4 |
* | OSX/Java7 JAWT/JAWTUtil: Support OSX/Java7 CALayer only JAWT mode; Cleanup JA... | Sven Gothel | 2012-02-13 | 1 | -12/+65 |
* | NativeWindow/OSX: Fix Offscreen CALayer SIGSEGV @ Shutdown (Cleanup referencing) | Sven Gothel | 2012-01-19 | 3 | -26/+61 |
* | NEWT/OSX CALayer Animation Fix: Use '[layer removeAllAnimations]', '[layer re... | Sven Gothel | 2012-01-16 | 1 | -5/+5 |
* | WindowsJAWTWindow: unlock() invalidates the 'hdc' (surfaceHandle) | Sven Gothel | 2012-01-09 | 1 | -0/+1 |
* | GLContext/NativeSurface Impl's toString(): Add lock.toString() | Sven Gothel | 2012-01-08 | 3 | -3/+9 |
* | CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ... | Sven Gothel | 2011-12-18 | 1 | -0/+2 |
* | JAWT_DrawingSurface.c: Fail fast in case of NULL platformInfo or sizeof(platf... | Sven Gothel | 2011-12-18 | 1 | -0/+7 |
* | New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv... | Sven Gothel | 2011-12-17 | 4 | -29/+80 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 4 | -7/+11 |
* | Fix 96205926731aeb61a862c87974f611d814937c54 GDIUtil native code. | Sven Gothel | 2011-12-01 | 1 | -1/+1 |
* | Adapt to GlueGen commit 7e6cf46ed2e0e9772f79e06437596056efa8c682: JNILibLoade... | Sven Gothel | 2011-12-01 | 1 | -1/+1 |
* | Minor edits. | Sven Gothel | 2011-12-01 | 3 | -11/+38 |
* | X11Util / GDISurface Robustness | Sven Gothel | 2011-12-01 | 2 | -48/+58 |
* | Complete commit 2c0a0981f7e1376064abd981c79c65c9d1b57410 ; Missed native impl. | Sven Gothel | 2011-12-01 | 1 | -17/+17 |
* | Move manual GDI utils to GDIUtil ; Minor cleanup. | Sven Gothel | 2011-12-01 | 4 | -37/+152 |
* | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 1 | -0/+13 |
* | MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation... | Sven Gothel | 2011-11-27 | 1 | -2/+2 |
* | JAWTWindow: Impl. insets (if AWT component is a Container) | Sven Gothel | 2011-11-27 | 1 | -3/+14 |
* | NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit... | Sven Gothel | 2011-11-27 | 1 | -3/+9 |
* | MacOSX: Disable native verbosity | Sven Gothel | 2011-11-26 | 1 | -1/+1 |
* | Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE... | Sven Gothel | 2011-11-26 | 2 | -5/+18 |
* | X11Util: Remove wrapped/locked X11Lib methods | Sven Gothel | 2011-11-26 | 8 | -233/+20 |
* | MacOSXJAWTWindow: Also need to fix (onscreen:=false) of the encapsulated Grap... | Sven Gothel | 2011-11-26 | 1 | -1/+5 |
* | OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; Fix ... | Sven Gothel | 2011-11-26 | 1 | -14/+21 |
* | X11Util.shutdown(): Remove x11IOErrorHandler | Sven Gothel | 2011-11-26 | 2 | -0/+7 |
* | DefaultGraphicsDevice: Initialize toolkitLock directly in cstr, where setTool... | Sven Gothel | 2011-11-26 | 1 | -4/+15 |