aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE...Sven Gothel2011-11-261-2/+10
* X11Util: Remove wrapped/locked X11Lib methodsSven Gothel2011-11-266-228/+12
* MacOSXJAWTWindow: Also need to fix (onscreen:=false) of the encapsulated Grap...Sven Gothel2011-11-261-1/+5
* X11Util.shutdown(): Remove x11IOErrorHandlerSven Gothel2011-11-261-0/+2
* 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-253-53/+68
* JAWTWindow: remove validateNative() ..Sven Gothel2011-11-254-60/+3
* NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co...Sven Gothel2011-11-251-1/+3
* JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...Sven Gothel2011-11-251-0/+185
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-233-2/+6
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-237-15/+20
* 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-212-4/+9
* Initialize JAWTUtil/JAWTJNILibLoader in static initialzier block, not leaving...Sven Gothel2011-11-212-3/+8
* Fix OS X JAWT SIGSEGV @ NEWT Window creation ; Reloc AttachJAWTSurfaceLayer()...Sven Gothel2011-11-185-47/+94
* OSXUtil: Remove (ClassLoader) dependency on JAWT_DrawingSurfaceInfo (dirty hack)Sven Gothel2011-11-121-2/+4
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-125-100/+194
* Nativewindow: Introduce API private MutableGraphicsConfigurationSven Gothel2011-11-122-2/+51
* OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare...Sven Gothel2011-11-112-6/+12
* Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfacesSven Gothel2011-11-113-18/+0
* OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach...Sven Gothel2011-11-102-73/+83
* Fix MacOSXJAWTWindow: Impl. SurfaceChangeable ; Proper invalidateNative()Sven Gothel2011-11-102-11/+38
* Fix regression JAWTWindow/AWTGraphicsConfiguration updateGraphicsConfiguratio...Sven Gothel2011-11-101-0/+11
* NativeWindow minor edits: Remove warnings (generics, imports, ..)Sven Gothel2011-11-102-10/+10
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-093-7/+2
* OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; CleanupSven Gothel2011-11-094-23/+36
* OS X Layered View: Part3 JAWTWindow/MacOSXJAWTWindow (Java/Native)Sven Gothel2011-11-093-23/+80
* Minor edits: remove redundanciesSven Gothel2011-11-091-3/+0
* NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolderSven Gothel2011-11-092-0/+10
* NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListenerSven Gothel2011-11-062-2/+103
* Impl layeredSurface (java/native):Sven Gothel2011-11-052-47/+130
* Cleanup ; JAWT* version flag setting based whetherSven Gothel2011-11-054-21/+34
* MacOsX/JAWT_SurfaceLayers/CALayers: Kick off / JAWT_getAWT() CALAYER version ...Sven Gothel2011-10-293-18/+88
* OSX: Avoid invoking JNI or performSelectorOnMainThread in JNI if already main...Sven Gothel2011-10-131-1/+5
* OSX/SWT: Adding OSXUtil: RunOnMainThread(), IsMainThread() / Utilizing those ...Sven Gothel2011-10-132-21/+54
* NEWT/OSX: Fix erroneous child Window position and top-parent visibilitySven Gothel2011-10-111-1/+1
* Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;...Sven Gothel2011-09-271-3/+4
* NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ...Sven Gothel2011-09-252-2/+50
* Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, NativeWindow...Sven Gothel2011-09-241-1/+7
* Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T...Sven Gothel2011-09-231-1/+1
* Proper usage of loadLibrarySven Gothel2011-09-211-2/+2
* X11Util: Catch X11 Error on XCloseDisplaySven Gothel2011-09-091-3/+16
* X11Util/Display Lifecycle: Reuse pending (unclosable) Display connectionsSven Gothel2011-09-061-46/+83
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-041-1/+6
* X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD...Sven Gothel2011-08-311-1/+1
* Workaround for X11/ATI fglrx bug 515 - Multiple Display ConnectionsSven Gothel2011-08-311-1/+27
* JAWTWindow.getLocationOnScreen(): Add proper JAWT lockSurface() ; X11Util: us...Sven Gothel2011-08-302-28/+33