aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...Sven Gothel2012-02-278-91/+189
* Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ...Sven Gothel2012-02-252-25/+55
* X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ...Sven Gothel2012-02-251-3/+6
* enhancement: NWJNILibLoader.loadNativeWindow(..) returns true/false if loadin...Sven Gothel2012-02-255-10/+17
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-1/+1
* GraphicsConfigurationFactory: Add DEBUG dump @ chooserSven Gothel2012-02-222-1/+7
* OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations)Sven Gothel2012-02-131-1/+4
* OSX/Java7 JAWT/JAWTUtil: Support OSX/Java7 CALayer only JAWT mode; Cleanup JA...Sven Gothel2012-02-131-12/+65
* NativeWindow/OSX: Fix Offscreen CALayer SIGSEGV @ Shutdown (Cleanup referencing)Sven Gothel2012-01-193-26/+61
* NEWT/OSX CALayer Animation Fix: Use '[layer removeAllAnimations]', '[layer re...Sven Gothel2012-01-161-5/+5
* WindowsJAWTWindow: unlock() invalidates the 'hdc' (surfaceHandle)Sven Gothel2012-01-091-0/+1
* GLContext/NativeSurface Impl's toString(): Add lock.toString()Sven Gothel2012-01-083-3/+9
* CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ...Sven Gothel2011-12-181-0/+2
* JAWT_DrawingSurface.c: Fail fast in case of NULL platformInfo or sizeof(platf...Sven Gothel2011-12-181-0/+7
* New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...Sven Gothel2011-12-174-29/+80
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-014-7/+11
* Fix 96205926731aeb61a862c87974f611d814937c54 GDIUtil native code.Sven Gothel2011-12-011-1/+1
* Adapt to GlueGen commit 7e6cf46ed2e0e9772f79e06437596056efa8c682: JNILibLoade...Sven Gothel2011-12-011-1/+1
* Minor edits.Sven Gothel2011-12-013-11/+38
* X11Util / GDISurface RobustnessSven Gothel2011-12-012-48/+58
* Complete commit 2c0a0981f7e1376064abd981c79c65c9d1b57410 ; Missed native impl.Sven Gothel2011-12-011-17/+17
* Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-014-37/+152
* More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-301-0/+13
* MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation...Sven Gothel2011-11-271-2/+2
* JAWTWindow: Impl. insets (if AWT component is a Container)Sven Gothel2011-11-271-3/+14
* NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit...Sven Gothel2011-11-271-3/+9
* MacOSX: Disable native verbositySven Gothel2011-11-261-1/+1
* Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE...Sven Gothel2011-11-262-5/+18
* X11Util: Remove wrapped/locked X11Lib methodsSven Gothel2011-11-268-233/+20
* MacOSXJAWTWindow: Also need to fix (onscreen:=false) of the encapsulated Grap...Sven Gothel2011-11-261-1/+5
* OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; Fix ...Sven Gothel2011-11-261-14/+21
* X11Util.shutdown(): Remove x11IOErrorHandlerSven Gothel2011-11-262-0/+7
* DefaultGraphicsDevice: Initialize toolkitLock directly in cstr, where setTool...Sven Gothel2011-11-261-4/+15
* X11Util: Cleanup ATI_HAS_XCLOSEDISPLAY_BUG API doc.Sven Gothel2011-11-261-9/+22
* X11AWTGraphicsConfigurationFactory: Use lock: owner ? AWT-Lock : X11-AWT-LockSven Gothel2011-11-261-1/+1
* NativeWindow X11 Locking: Fix XInitThreads/XLockDisplay/XUnlockDisplay Usage ;Sven Gothel2011-11-255-79/+118
* JAWTWindow: remove validateNative() ..Sven Gothel2011-11-254-60/+3
* Forgot to add JogAmp (c)Sven Gothel2011-11-255-0/+5
* NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co...Sven Gothel2011-11-253-12/+11
* Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...Sven Gothel2011-11-252-36/+10
* JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...Sven Gothel2011-11-254-55/+214
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-234-24/+27
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-2311-30/+46
* AWTGraphicsConfiguration: Private special cstr. FIXME: Use 'encapsulated' ie....Sven Gothel2011-11-231-2/+4
* Fix X11Util.dumpOpenDisplayConnection() ; Bug 515: Update fglrx driver remark...Sven Gothel2011-11-231-5/+5
* NativeWindow GraphicsDevice javadoc cleanup / Factory method access cleanup (...Sven Gothel2011-11-215-10/+18
* Initialize JAWTUtil/JAWTJNILibLoader in static initialzier block, not leaving...Sven Gothel2011-11-213-4/+9
* NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-181-0/+3
* Fix OS X JAWT SIGSEGV @ NEWT Window creation ; Reloc AttachJAWTSurfaceLayer()...Sven Gothel2011-11-186-71/+119
* OSXUtil: Remove (ClassLoader) dependency on JAWT_DrawingSurfaceInfo (dirty hack)Sven Gothel2011-11-121-2/+4