| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b (Bug 616 - Remove XInitTh... | Sven Gothel | 2012-10-02 | 1 | -17/+5 |
* | Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr... | Sven Gothel | 2012-09-30 | 1 | -0/+35 |
* | X11 NativeWindow: Fix Error and IOError handler, i.e. NPE checks and no JVM d... | Sven Gothel | 2012-09-28 | 1 | -39/+34 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 1 | -16/+22 |
* | OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL... | Sven Gothel | 2012-09-16 | 1 | -1/+1 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -48/+141 |
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 1 | -2/+72 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 1 | -2/+28 |
* | Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl... | Sven Gothel | 2012-07-20 | 1 | -0/+6 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -31/+21 |
* | C code: remove warnings | Sven Gothel | 2012-07-06 | 1 | -4/+4 |
* | NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc... | Sven Gothel | 2012-07-05 | 4 | -105/+167 |
* | Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva... | Sven Gothel | 2012-06-30 | 1 | -13/+16 |
* | Bug 577: Disable debug message XInitThreads() called (only enabled in native ... | Sven Gothel | 2012-04-26 | 1 | -2/+2 |
* | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 1 | -3/+3 |
* | NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co... | Sven Gothel | 2012-02-27 | 6 | -89/+156 |
* | OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations) | Sven Gothel | 2012-02-13 | 1 | -1/+4 |
* | NativeWindow/OSX: Fix Offscreen CALayer SIGSEGV @ Shutdown (Cleanup referencing) | Sven Gothel | 2012-01-19 | 1 | -7/+41 |
* | NEWT/OSX CALayer Animation Fix: Use '[layer removeAllAnimations]', '[layer re... | Sven Gothel | 2012-01-16 | 1 | -5/+5 |
* | JAWT_DrawingSurface.c: Fail fast in case of NULL platformInfo or sizeof(platf... | Sven Gothel | 2011-12-18 | 1 | -0/+7 |
* | Fix 96205926731aeb61a862c87974f611d814937c54 GDIUtil native code. | Sven Gothel | 2011-12-01 | 1 | -1/+1 |
* | Complete commit 2c0a0981f7e1376064abd981c79c65c9d1b57410 ; Missed native impl. | Sven Gothel | 2011-12-01 | 1 | -17/+17 |
* | MacOSX: Disable native verbosity | Sven Gothel | 2011-11-26 | 1 | -1/+1 |
* | OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; Fix ... | Sven Gothel | 2011-11-26 | 1 | -14/+21 |
* | X11Util.shutdown(): Remove x11IOErrorHandler | Sven Gothel | 2011-11-26 | 1 | -0/+5 |
* | NativeWindow X11 Locking: Fix XInitThreads/XLockDisplay/XUnlockDisplay Usage ; | Sven Gothel | 2011-11-25 | 1 | -1/+4 |
* | Fix OS X JAWT SIGSEGV @ NEWT Window creation ; Reloc AttachJAWTSurfaceLayer()... | Sven Gothel | 2011-11-18 | 1 | -24/+25 |
* | OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare... | Sven Gothel | 2011-11-11 | 1 | -2/+3 |
* | Minor edits: Remove dead code / fix dbg printf | Sven Gothel | 2011-11-11 | 1 | -1/+1 |
* | OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach... | Sven Gothel | 2011-11-10 | 1 | -1/+101 |
* | OS X Layered View: Part3 JAWTWindow/MacOSXJAWTWindow (Java/Native) | Sven Gothel | 2011-11-09 | 1 | -0/+53 |
* | OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer) | Sven Gothel | 2011-11-06 | 1 | -4/+4 |
* | OSX: CGL type cleanup ; layeredSurface impl. | Sven Gothel | 2011-11-05 | 1 | -3/+62 |
* | Nativewindow/OSX: GetLocationOnScreen() must use [win frame] for window height. | Sven Gothel | 2011-10-29 | 1 | -3/+7 |
* | Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ... | Sven Gothel | 2011-10-18 | 2 | -4/+4 |
* | OSX/SWT: Adding OSXUtil: RunOnMainThread(), IsMainThread() / Utilizing those ... | Sven Gothel | 2011-10-13 | 3 | -1/+131 |
* | 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 |
* | NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ... | Sven Gothel | 2011-09-25 | 1 | -0/+106 |
* | 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 |
* | revert: a7340fd941b26d633c438cb5adb22f2c30a5cff0 | Sven Gothel | 2011-08-31 | 1 | -5/+4 |
* | NativeWindow X11 Error Handler: Even if quiet, print message on stderr. | Sven Gothel | 2011-08-31 | 1 | -3/+5 |
* | AWT/X11 Reduce XQueryExtension 'hang' ; Impl. use XineramaIsActive() instead ... | Sven Gothel | 2011-08-01 | 1 | -8/+9 |
* | X11 Nativewindow/NEWT: X11 Error Handler (JNIEnv query for thread, stack trac... | Sven Gothel | 2011-06-26 | 1 | -12/+57 |
* | 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 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 3 | -43/+43 |
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 4 | -110/+229 |