| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolder | Sven Gothel | 2011-11-09 | 2 | -0/+10 |
* | NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListener | Sven Gothel | 2011-11-06 | 2 | -2/+103 |
* | Impl layeredSurface (java/native): | Sven Gothel | 2011-11-05 | 2 | -47/+130 |
* | Cleanup ; JAWT* version flag setting based whether | Sven Gothel | 2011-11-05 | 4 | -21/+34 |
* | MacOsX/JAWT_SurfaceLayers/CALayers: Kick off / JAWT_getAWT() CALAYER version ... | Sven Gothel | 2011-10-29 | 3 | -18/+88 |
* | OSX: Avoid invoking JNI or performSelectorOnMainThread in JNI if already main... | Sven Gothel | 2011-10-13 | 1 | -1/+5 |
* | OSX/SWT: Adding OSXUtil: RunOnMainThread(), IsMainThread() / Utilizing those ... | Sven Gothel | 2011-10-13 | 2 | -21/+54 |
* | NEWT/OSX: Fix erroneous child Window position and top-parent visibility | Sven Gothel | 2011-10-11 | 1 | -1/+1 |
* | Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;... | Sven Gothel | 2011-09-27 | 1 | -3/+4 |
* | NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ... | Sven Gothel | 2011-09-25 | 2 | -2/+50 |
* | 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 | 1 | -1/+1 |
* | Proper usage of loadLibrary | Sven Gothel | 2011-09-21 | 1 | -2/+2 |
* | 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: Refine Insets definition for size and position, read and w... | Sven Gothel | 2011-09-04 | 1 | -1/+6 |
* | X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD... | Sven Gothel | 2011-08-31 | 1 | -1/+1 |
* | 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 |
* | adapt to gluegen Platform change | Sven Gothel | 2011-07-28 | 1 | -1/+1 |
* | Use GlueGen Platform's OSType enum | Sven Gothel | 2011-07-21 | 1 | -5/+6 |
* | Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading bug... | Sven Gothel | 2011-06-26 | 1 | -11/+25 |
* | 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 |
* | 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 |
* | SWTAccessor: Attempt to receive the OSX cocoa NSView handle/id | Sven Gothel | 2011-03-01 | 1 | -7/+35 |
* | SWTAccessor: Fix type casting int/long - better long usage determination | Sven Gothel | 2011-02-28 | 1 | -38/+48 |
* | SWTAccessor: Add new SWT reflections for native window handle and display/dev... | Sven Gothel | 2011-02-28 | 1 | -0/+90 |
* | X11Util DisplayName: Respect DEFAULT_CONNECTION string | Sven Gothel | 2011-02-28 | 1 | -2/+2 |
* | Attempt to analyze failed AWT UI tests, where no paint is being issued to GLC... | Sven Gothel | 2011-02-26 | 1 | -1/+2 |
* | Code cleanup: override, imports, StringBuilder, .. | Sven Gothel | 2011-02-26 | 7 | -16/+13 |
* | Clean/Fix: Threading Code | Sven Gothel | 2011-02-26 | 2 | -18/+36 |