summaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-232-16/+15
* Proper usage of loadLibrarySven Gothel2011-09-211-2/+2
* NEWT Cleanup: AWT driver fix, WindowImpl createNative .., minor editsSven Gothel2011-09-161-1/+1
* Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo...Sven Gothel2011-09-141-3/+4
* 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: Cont. refinement of Insets usageSven Gothel2011-09-062-6/+10
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-043-4/+47
* Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly typesSven Gothel2011-09-048-21/+29
* NativeWindow: Add new Insets/InsetsImmutableSven Gothel2011-09-042-0/+161
* Remove prev. Insets implSven Gothel2011-09-041-112/+0
* WindowsDWM: Check all methods for availability - Cleanup headerSven Gothel2011-09-042-9/+2
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-042-0/+134
* NativeWindow/JOGL: Cleanup Caps doc and implicit related values.Sven Gothel2011-09-041-24/+27
* Complete translucency support (core w/ X11 (only) - tested w/ NEWT)Sven Gothel2011-09-031-4/+4
* revert: a7340fd941b26d633c438cb5adb22f2c30a5cff0Sven Gothel2011-08-311-5/+4
* X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD...Sven Gothel2011-08-311-1/+1
* NativeWindow X11 Error Handler: Even if quiet, print message on stderr.Sven Gothel2011-08-311-3/+5
* 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
* Workaround (Fix) for Bug 502: Multithreading issue w/ libX11 1.4.2 and libxcb...Sven Gothel2011-08-301-14/+4
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-227-10/+10
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-1/+4
* AWT/X11 Reduce XQueryExtension 'hang' ; Impl. use XineramaIsActive() instead ...Sven Gothel2011-08-011-8/+9