| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 8 | -18/+38 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 6 | -1009/+0 |
* | X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d... | Sven Gothel | 2012-03-05 | 3 | -3/+125 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 3 | -16/+106 |
* | NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co... | Sven Gothel | 2012-02-27 | 1 | -0/+32 |
* | 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/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 | 2 | -19/+20 |
* | 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 |
* | New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv... | Sven Gothel | 2011-12-17 | 1 | -20/+9 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -0/+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 |
* | Move manual GDI utils to GDIUtil ; Minor cleanup. | Sven Gothel | 2011-12-01 | 3 | -22/+128 |
* | 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 |
* | Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE... | Sven Gothel | 2011-11-26 | 1 | -2/+10 |
* | X11Util: Remove wrapped/locked X11Lib methods | Sven Gothel | 2011-11-26 | 6 | -228/+12 |
* | MacOSXJAWTWindow: Also need to fix (onscreen:=false) of the encapsulated Grap... | Sven Gothel | 2011-11-26 | 1 | -1/+5 |
* | X11Util.shutdown(): Remove x11IOErrorHandler | Sven Gothel | 2011-11-26 | 1 | -0/+2 |
* | X11Util: Cleanup ATI_HAS_XCLOSEDISPLAY_BUG API doc. | Sven Gothel | 2011-11-26 | 1 | -9/+22 |
* | X11AWTGraphicsConfigurationFactory: Use lock: owner ? AWT-Lock : X11-AWT-Lock | Sven Gothel | 2011-11-26 | 1 | -1/+1 |
* | NativeWindow X11 Locking: Fix XInitThreads/XLockDisplay/XUnlockDisplay Usage ; | Sven Gothel | 2011-11-25 | 3 | -53/+68 |
* | JAWTWindow: remove validateNative() .. | Sven Gothel | 2011-11-25 | 4 | -60/+3 |
* | NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co... | Sven Gothel | 2011-11-25 | 1 | -1/+3 |
* | JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ... | Sven Gothel | 2011-11-25 | 1 | -0/+185 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 3 | -2/+6 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 7 | -15/+20 |
* | Fix X11Util.dumpOpenDisplayConnection() ; Bug 515: Update fglrx driver remark... | Sven Gothel | 2011-11-23 | 1 | -5/+5 |
* | NativeWindow GraphicsDevice javadoc cleanup / Factory method access cleanup (... | Sven Gothel | 2011-11-21 | 2 | -4/+9 |
* | Initialize JAWTUtil/JAWTJNILibLoader in static initialzier block, not leaving... | Sven Gothel | 2011-11-21 | 2 | -3/+8 |
* | Fix OS X JAWT SIGSEGV @ NEWT Window creation ; Reloc AttachJAWTSurfaceLayer()... | Sven Gothel | 2011-11-18 | 5 | -47/+94 |
* | OSXUtil: Remove (ClassLoader) dependency on JAWT_DrawingSurfaceInfo (dirty hack) | Sven Gothel | 2011-11-12 | 1 | -2/+4 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 5 | -100/+194 |
* | Nativewindow: Introduce API private MutableGraphicsConfiguration | Sven Gothel | 2011-11-12 | 2 | -2/+51 |
* | OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare... | Sven Gothel | 2011-11-11 | 2 | -6/+12 |
* | Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces | Sven Gothel | 2011-11-11 | 3 | -18/+0 |
* | OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach... | Sven Gothel | 2011-11-10 | 2 | -73/+83 |
* | Fix MacOSXJAWTWindow: Impl. SurfaceChangeable ; Proper invalidateNative() | Sven Gothel | 2011-11-10 | 2 | -11/+38 |
* | Fix regression JAWTWindow/AWTGraphicsConfiguration updateGraphicsConfiguratio... | Sven Gothel | 2011-11-10 | 1 | -0/+11 |
* | NativeWindow minor edits: Remove warnings (generics, imports, ..) | Sven Gothel | 2011-11-10 | 2 | -10/+10 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 3 | -7/+2 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 4 | -23/+36 |
* | OS X Layered View: Part3 JAWTWindow/MacOSXJAWTWindow (Java/Native) | Sven Gothel | 2011-11-09 | 3 | -23/+80 |
* | Minor edits: remove redundancies | Sven Gothel | 2011-11-09 | 1 | -3/+0 |