aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-127-100/+274
* Nativewindow: Introduce API private MutableGraphicsConfigurationSven Gothel2011-11-124-6/+54
* OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare...Sven Gothel2011-11-113-8/+15
* Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfacesSven Gothel2011-11-117-106/+2
* Minor edits: Remove dead code / fix dbg printfSven Gothel2011-11-111-1/+1
* OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach...Sven Gothel2011-11-103-74/+184
* 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-104-26/+30
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-095-9/+10
* OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; CleanupSven Gothel2011-11-095-25/+69
* OS X Layered View: Part3 JAWTWindow/MacOSXJAWTWindow (Java/Native)Sven Gothel2011-11-094-23/+133
* Minor edits: remove redundanciesSven Gothel2011-11-091-3/+0
* NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolderSven Gothel2011-11-096-2/+98
* OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer)Sven Gothel2011-11-061-4/+4
* NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListenerSven Gothel2011-11-065-5/+144
* Impl layeredSurface (java/native):Sven Gothel2011-11-052-47/+130
* Cleanup ; JAWT* version flag setting based whetherSven Gothel2011-11-054-21/+34
* OSX: CGL type cleanup ; layeredSurface impl.Sven Gothel2011-11-051-3/+62
* Merge branch 'master' into osx_jawt_calayersSven Gothel2011-10-291-3/+7
|\
| * Nativewindow/OSX: GetLocationOnScreen() must use [win frame] for window height.Sven Gothel2011-10-291-3/+7
* | MacOsX/JAWT_SurfaceLayers/CALayers: Kick off / JAWT_getAWT() CALAYER version ...Sven Gothel2011-10-293-18/+88
|/
* Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ...Sven Gothel2011-10-182-4/+4
* 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-135-22/+185
* NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac...Sven Gothel2011-10-131-0/+6
* NativeWindow/OSX: Use screen of windowSven Gothel2011-10-121-3/+2
* OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThre...Sven Gothel2011-10-121-1/+1
* Fix Nativewindow GetLocationOnScreen OSX impl. - Transform OSX origin bottom-...Sven Gothel2011-10-121-3/+14
* NEWT/OSX: Fix erroneous child Window position and top-parent visibilitySven Gothel2011-10-111-1/+1
* DefaultGLCapabilitiesChooser: Add multisampling criteriaSven Gothel2011-10-011-1/+4
* Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;...Sven Gothel2011-09-272-10/+8
* NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ...Sven Gothel2011-09-254-2/+159