| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 1 | -6/+5 |
* | NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage | Sven Gothel | 2010-11-22 | 1 | -1/+1 |
* | Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi... | Sven Gothel | 2010-11-17 | 1 | -14/+62 |
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N... | Sven Gothel | 2010-11-17 | 1 | -0/+152 |
* | 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 | 2 | -65/+36 |
* | Further ATI (fglrx) X11Display bug workaround/cleanup | Sven Gothel | 2010-04-15 | 1 | -0/+471 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-03-28 | 2 | -2/+2 |
* | - Fix: X11 locking | Sven Gothel | 2009-06-18 | 1 | -0/+51 |
* | Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closed | Kenneth Russel | 2009-06-15 | 7 | -0/+1055 |