| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 4 | -21/+40 |
* | changes due to code cleanup in gluegen. | Michael Bien | 2011-02-26 | 6 | -14/+19 |
* | NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock... | Sven Gothel | 2011-02-22 | 2 | -30/+25 |
* | NativeWindow/SWT: Rename SWTMisc -> SWTAccessor; Add to nativewindow.core.jar | Sven Gothel | 2011-02-22 | 1 | -1/+1 |
* | NativeWindow/SWT: Add SWTMisc utility allowing platform independent access | Sven Gothel | 2011-02-22 | 1 | -0/+112 |
* | NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanup | Sven Gothel | 2011-02-22 | 5 | -184/+328 |
* | Spec Doc update/fix | Sven Gothel | 2011-02-10 | 1 | -1/+2 |
* | Fix: Java 1.5 warnings | Sven Gothel | 2011-02-09 | 4 | -10/+10 |
* | Spec: Bump Java version to 1.5 | Sven Gothel | 2011-02-09 | 1 | -22/+26 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 35 | -121/+121 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-08 | 23 | -0/+0 |
* | GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL... | Sven Gothel | 2011-01-31 | 6 | -31/+90 |
* | Fix: GLX exception message / sorted imports | Sven Gothel | 2011-01-31 | 1 | -1/+2 |
* | Cleanup / Debug | Sven Gothel | 2010-12-23 | 2 | -2/+13 |
* | JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444) | Sven Gothel | 2010-12-19 | 4 | -1/+301 |
* | Debug/Cleanup: toString: print base classname only; Misc .. | Sven Gothel | 2010-12-19 | 7 | -7/+14 |
* | NativeWindow Debug: Early stack trace info w/ thread name | Sven Gothel | 2010-12-18 | 1 | -3/+7 |
* | Fix WGL Bitmap Offscreen Drawable | Sven Gothel | 2010-12-16 | 1 | -1/+9 |
* | JAWTUtil: Fix case when init is run on AWT EDT (which is odd, ie not using GL... | Sven Gothel | 2010-12-15 | 1 | -11/+16 |
* | Fix API doc: firstUIActionOnProcess | Sven Gothel | 2010-12-12 | 1 | -31/+73 |
* | NativeWindow: Move RegisteredClass to private impl package | Sven Gothel | 2010-12-12 | 2 | -3/+2 |
* | JAWTUtil: Eager initialization of AWT desktop props | Sven Gothel | 2010-12-12 | 1 | -0/+25 |
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 8 | -124/+433 |
* | Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL) | Sven Gothel | 2010-12-10 | 4 | -24/+131 |
* | NativeWindow: Expose lock test/get methods and constructor with HDC | Sven Gothel | 2010-12-09 | 1 | -2/+17 |
* | GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f... | Sven Gothel | 2010-12-09 | 1 | -30/+33 |
* | X11 DummyWindow: Pass size and set size in proxy | Sven Gothel | 2010-12-04 | 2 | -8/+7 |
* | Cleanup GLDrawableFactory API and platform Implementations | Sven Gothel | 2010-12-03 | 3 | -7/+13 |
* | minor cleanup | Sven Gothel | 2010-11-28 | 1 | -2/+1 |
* | Refined VersionInfo usage | Sven Gothel | 2010-11-25 | 1 | -0/+2 |
* | NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage | Sven Gothel | 2010-11-22 | 1 | -1/+1 |