| Commit message (Expand) | Author | Age | Files | Lines |
* | X11Util/Xmisc setX11ErrorHandler: Force setting X11 error handler if invoked ... | Sven Gothel | 2012-11-27 | 2 | -23/+25 |
* | 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 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 1 | -2/+28 |
* | 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 | 2 | -105/+147 |
* | 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 | 3 | -89/+156 |
* | 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 Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ... | Sven Gothel | 2011-10-18 | 2 | -4/+4 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -26/+26 |
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 1 | -61/+21 |
* | X11 DummyWindow: Pass size and set size in proxy | Sven Gothel | 2010-12-04 | 1 | -6/+5 |
* | Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi... | Sven Gothel | 2010-11-17 | 1 | -14/+62 |
* | X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n... | Sven Gothel | 2010-11-16 | 1 | -4/+8 |
* | NEWT: Add optional eager native initialization ; Proper exception handling | Sven Gothel | 2010-11-14 | 1 | -0/+6 |
* | Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and prori... | Sven Gothel | 2010-11-08 | 1 | -222/+0 |
* | Remove ancient DEC licensed file, use std X11 Xinerama extension instead. | Sven Gothel | 2010-11-04 | 5 | -652/+5 |
* | NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)' | Sven Gothel | 2010-11-03 | 1 | -7/+25 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 1 | -3/+13 |
* | Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc .. | Sven Gothel | 2010-10-26 | 1 | -1/+1 |
* | can't enable x11IOErrorHandler without disable | Sven Gothel | 2010-10-26 | 1 | -1/+1 |
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 1 | -33/+37 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 1 | -2/+1 |
* | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 1 | -26/+23 |
* | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 1 | -24/+16 |
* | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable... | Sven Gothel | 2010-06-04 | 1 | -20/+0 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 1 | -2/+11 |
* | - Fix GLProcAddressResolver regression: Use GLProcAddressResolver ! | Sven Gothel | 2010-04-27 | 1 | -7/+9 |
* | JOGL GL4 preperation (cont): | Sven Gothel | 2010-04-20 | 1 | -14/+36 |
* | Further ATI (fglrx) X11Display bug workaround/cleanup | Sven Gothel | 2010-04-15 | 1 | -0/+471 |
* | Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closed | Kenneth Russel | 2009-06-15 | 6 | -0/+990 |