| Commit message (Expand) | Author | Age | Files | Lines |
* | OSX/SWT: Adding OSXUtil: RunOnMainThread(), IsMainThread() / Utilizing those ... | Sven Gothel | 2011-10-13 | 5 | -22/+185 |
* | NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac... | Sven Gothel | 2011-10-13 | 1 | -0/+6 |
* | NativeWindow/OSX: Use screen of window | Sven Gothel | 2011-10-12 | 1 | -3/+2 |
* | OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThre... | Sven Gothel | 2011-10-12 | 1 | -1/+1 |
* | Fix Nativewindow GetLocationOnScreen OSX impl. - Transform OSX origin bottom-... | Sven Gothel | 2011-10-12 | 1 | -3/+14 |
* | NEWT/OSX: Fix erroneous child Window position and top-parent visibility | Sven Gothel | 2011-10-11 | 1 | -1/+1 |
* | DefaultGLCapabilitiesChooser: Add multisampling criteria | Sven Gothel | 2011-10-01 | 1 | -1/+4 |
* | Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;... | Sven Gothel | 2011-09-27 | 2 | -10/+8 |
* | NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ... | Sven Gothel | 2011-09-25 | 4 | -2/+159 |
* | Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, NativeWindow... | Sven Gothel | 2011-09-24 | 1 | -1/+7 |
* | Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T... | Sven Gothel | 2011-09-23 | 2 | -16/+15 |
* | Proper usage of loadLibrary | Sven Gothel | 2011-09-21 | 1 | -2/+2 |
* | NEWT Cleanup: AWT driver fix, WindowImpl createNative .., minor edits | Sven Gothel | 2011-09-16 | 1 | -1/+1 |
* | Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo... | Sven Gothel | 2011-09-14 | 1 | -3/+4 |
* | X11Util: Catch X11 Error on XCloseDisplay | Sven Gothel | 2011-09-09 | 1 | -3/+16 |
* | X11Util/Display Lifecycle: Reuse pending (unclosable) Display connections | Sven Gothel | 2011-09-06 | 1 | -46/+83 |
* | NativeWindow/NEWT: Cont. refinement of Insets usage | Sven Gothel | 2011-09-06 | 2 | -6/+10 |
* | NativeWindow/NEWT: Refine Insets definition for size and position, read and w... | Sven Gothel | 2011-09-04 | 3 | -4/+47 |
* | Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly types | Sven Gothel | 2011-09-04 | 8 | -21/+29 |
* | NativeWindow: Add new Insets/InsetsImmutable | Sven Gothel | 2011-09-04 | 2 | -0/+161 |
* | Remove prev. Insets impl | Sven Gothel | 2011-09-04 | 1 | -112/+0 |
* | WindowsDWM: Check all methods for availability - Cleanup header | Sven Gothel | 2011-09-04 | 2 | -9/+2 |
* | Complete translucency support for Win32 - tested w/ NEWT | Sven Gothel | 2011-09-04 | 2 | -0/+134 |
* | NativeWindow/JOGL: Cleanup Caps doc and implicit related values. | Sven Gothel | 2011-09-04 | 1 | -24/+27 |
* | Complete translucency support (core w/ X11 (only) - tested w/ NEWT) | Sven Gothel | 2011-09-03 | 1 | -4/+4 |
* | revert: a7340fd941b26d633c438cb5adb22f2c30a5cff0 | Sven Gothel | 2011-08-31 | 1 | -5/+4 |
* | X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD... | Sven Gothel | 2011-08-31 | 1 | -1/+1 |
* | NativeWindow X11 Error Handler: Even if quiet, print message on stderr. | Sven Gothel | 2011-08-31 | 1 | -3/+5 |
* | Workaround for X11/ATI fglrx bug 515 - Multiple Display Connections | Sven Gothel | 2011-08-31 | 1 | -1/+27 |
* | JAWTWindow.getLocationOnScreen(): Add proper JAWT lockSurface() ; X11Util: us... | Sven Gothel | 2011-08-30 | 2 | -28/+33 |
* | Workaround (Fix) for Bug 502: Multithreading issue w/ libX11 1.4.2 and libxcb... | Sven Gothel | 2011-08-30 | 1 | -14/+4 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 7 | -10/+10 |
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep... | Sven Gothel | 2011-08-05 | 1 | -1/+4 |
* | AWT/X11 Reduce XQueryExtension 'hang' ; Impl. use XineramaIsActive() instead ... | Sven Gothel | 2011-08-01 | 1 | -8/+9 |
* | Revert commit 96cbe03a943f3189531a7ec9baf680bdf1417929: Capabilities: default... | Sven Gothel | 2011-08-01 | 1 | -3/+3 |
* | NativeWindow Capabilities: rgb -> 555, allows using low profile devices | Sven Gothel | 2011-07-31 | 1 | -3/+3 |
* | adapt to gluegen Platform change | Sven Gothel | 2011-07-28 | 1 | -1/+1 |
* | Use GlueGen Platform's OSType enum | Sven Gothel | 2011-07-21 | 2 | -31/+27 |
* | Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading bug... | Sven Gothel | 2011-06-26 | 2 | -42/+43 |
* | X11 Nativewindow/NEWT: X11 Error Handler (JNIEnv query for thread, stack trac... | Sven Gothel | 2011-06-26 | 1 | -12/+57 |
* | X11/Newt Locking: Clarify dependency of XInitThreads() hack | Sven Gothel | 2011-06-12 | 1 | -3/+6 |
* | Minor editing/cleanups: code/test | Sven Gothel | 2011-06-12 | 1 | -4/+2 |
* | Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ... | Sven Gothel | 2011-06-11 | 2 | -18/+2 |
* | NativeWindow/X11: Simple cleanup/generalization .. | Sven Gothel | 2011-04-26 | 1 | -5/+16 |
* | simple cleanup/warnings | Sven Gothel | 2011-04-22 | 1 | -2/+2 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 2 | -2/+2 |
* | JAWTUtil: Just use 'sunToolkitClass' in local block | Sven Gothel | 2011-03-27 | 1 | -6/+3 |
* | Fix NPE caused by refactoring on 2/26/2011. | Wade Walker | 2011-03-26 | 1 | -2/+2 |
* | Add @Override | Sven Gothel | 2011-03-19 | 1 | -0/+3 |
* | SWTAccessor: Attempt to receive the OSX cocoa NSView handle/id | Sven Gothel | 2011-03-01 | 1 | -7/+35 |