aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* adapt to gluegen Platform changeSven Gothel2011-07-281-1/+1
* Use GlueGen Platform's OSType enumSven Gothel2011-07-212-31/+27
* Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading bug...Sven Gothel2011-06-262-42/+43
* X11 Nativewindow/NEWT: X11 Error Handler (JNIEnv query for thread, stack trac...Sven Gothel2011-06-261-12/+57
* X11/Newt Locking: Clarify dependency of XInitThreads() hackSven Gothel2011-06-121-3/+6
* Minor editing/cleanups: code/testSven Gothel2011-06-121-4/+2
* Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ...Sven Gothel2011-06-112-18/+2
* NativeWindow/X11: Simple cleanup/generalization ..Sven Gothel2011-04-261-5/+16
* simple cleanup/warningsSven Gothel2011-04-221-2/+2
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-082-2/+2
* JAWTUtil: Just use 'sunToolkitClass' in local blockSven Gothel2011-03-271-6/+3
* Fix NPE caused by refactoring on 2/26/2011.Wade Walker2011-03-261-2/+2
* Add @OverrideSven Gothel2011-03-191-0/+3
* SWTAccessor: Attempt to receive the OSX cocoa NSView handle/idSven Gothel2011-03-011-7/+35
* SWTAccessor: Fix type casting int/long - better long usage determinationSven Gothel2011-02-281-38/+48
* SWTAccessor: Add new SWT reflections for native window handle and display/dev...Sven Gothel2011-02-281-0/+90
* X11Util DisplayName: Respect DEFAULT_CONNECTION stringSven Gothel2011-02-281-2/+2
* Attempt to analyze failed AWT UI tests, where no paint is being issued to GLC...Sven Gothel2011-02-261-1/+2
* Code cleanup: override, imports, StringBuilder, ..Sven Gothel2011-02-267-16/+13
* Clean/Fix: Threading CodeSven Gothel2011-02-264-21/+40
* changes due to code cleanup in gluegen.Michael Bien2011-02-266-14/+19
* NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock...Sven Gothel2011-02-222-30/+25
* NativeWindow/SWT: Rename SWTMisc -> SWTAccessor; Add to nativewindow.core.jarSven Gothel2011-02-221-1/+1
* NativeWindow/SWT: Add SWTMisc utility allowing platform independent accessSven Gothel2011-02-221-0/+112
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-225-184/+328
* Spec Doc update/fixSven Gothel2011-02-101-1/+2
* Fix: Java 1.5 warningsSven Gothel2011-02-094-10/+10
* Spec: Bump Java version to 1.5Sven Gothel2011-02-091-22/+26
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0935-121/+121
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0823-0/+0
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-316-31/+90
* Fix: GLX exception message / sorted importsSven Gothel2011-01-311-1/+2
* Cleanup / DebugSven Gothel2010-12-232-2/+13
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-194-1/+301
* Debug/Cleanup: toString: print base classname only; Misc ..Sven Gothel2010-12-197-7/+14
* NativeWindow Debug: Early stack trace info w/ thread nameSven Gothel2010-12-181-3/+7
* Fix WGL Bitmap Offscreen DrawableSven Gothel2010-12-161-1/+9
* JAWTUtil: Fix case when init is run on AWT EDT (which is odd, ie not using GL...Sven Gothel2010-12-151-11/+16
* Fix API doc: firstUIActionOnProcessSven Gothel2010-12-121-31/+73
* NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-122-3/+2
* JAWTUtil: Eager initialization of AWT desktop propsSven Gothel2010-12-121-0/+25
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-128-124/+433
* Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL)Sven Gothel2010-12-104-24/+131
* NativeWindow: Expose lock test/get methods and constructor with HDCSven Gothel2010-12-091-2/+17
* GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f...Sven Gothel2010-12-091-30/+33
* X11 DummyWindow: Pass size and set size in proxySven Gothel2010-12-042-8/+7
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-033-7/+13
* minor cleanupSven Gothel2010-11-281-2/+1
* Refined VersionInfo usageSven Gothel2010-11-251-0/+2
* NativeWindow/Windows: Fix CreateDummyWindow gluegen and usageSven Gothel2010-11-221-1/+1