| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete Android cleanup (compile/apk launch) | Sven Gothel | 2011-08-05 | 7 | -0/+538 |
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep... | Sven Gothel | 2011-08-05 | 35 | -188/+194 |
* | Renamed jogamp.newt.opengl -> jogamp.newt.egl, properly reflecting EGL depend... | Sven Gothel | 2011-08-03 | 12 | -28/+28 |
* | Hide NEWT AWT Event implementation details to jogamp.newt.awt.event | Sven Gothel | 2011-08-02 | 8 | -23/+42 |
* | Isolate android implementation details to newt/classes/jogamp/newt/opengl/and... | Sven Gothel | 2011-08-02 | 1 | -1/+1 |
* | Added accessibility events mapping to newt | Rami Santina | 2011-08-02 | 1 | -3/+13 |
* | android map motion pressure to newt | Rami Santina | 2011-08-02 | 2 | -14/+23 |
* | Initial android newt input event transformation | Rami Santina | 2011-08-02 | 3 | -34/+161 |
* | merge with sgothel multitouch | Rami Santina | 2011-08-02 | 1 | -3/+54 |
|\ |
|
| * | Proposal for multi touch | Sven Gothel | 2011-08-02 | 2 | -13/+101 |
* | | Multitouch proposal MouseEvent | Rami Santina | 2011-08-02 | 1 | -61/+99 |
|/ |
|
* | AWTNewtEvent Mapping: Unmapped value -1 -> 0xffffffff | Sven Gothel | 2011-08-01 | 1 | -6/+6 |
* | Refine some DEBUG code (verbosity) | Sven Gothel | 2011-08-01 | 1 | -3/+7 |
* | GLWindow::main(): show requested/chosen GLCaps | Sven Gothel | 2011-07-31 | 1 | -4/+6 |
* | NEWT ScreenModes: Add current ScreenMode if none could be collected. | Sven Gothel | 2011-07-31 | 1 | -1/+12 |
* | Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading bug... | Sven Gothel | 2011-06-26 | 1 | -1/+1 |
* | X11 Nativewindow/NEWT: X11 Error Handler (JNIEnv query for thread, stack trac... | Sven Gothel | 2011-06-26 | 1 | -23/+38 |
* | Minor editing (compile script, X11Window.c - cleanups) | Sven Gothel | 2011-06-12 | 1 | -3/+3 |
* | X11/Newt Locking: Clarify dependency of XInitThreads() hack | Sven Gothel | 2011-06-12 | 1 | -3/+8 |
* | Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ... | Sven Gothel | 2011-06-11 | 5 | -50/+8 |
* | Newt Window: Missing change of f47230cb4649df13260ac56c5dae6c01dad7c1e7 (remo... | Sven Gothel | 2011-04-26 | 1 | -6/+0 |
* | Newt Window: Remove 'invalidate()' method, only 'destroy()' is required (and ... | Sven Gothel | 2011-04-26 | 4 | -176/+72 |
* | NEWT/X11 WindowClosing: End dispatch loop since Display could be destroyed af... | Sven Gothel | 2011-04-26 | 1 | -3/+15 |
* | NEWT Event Types: Use final modifier if possible | Sven Gothel | 2011-04-24 | 5 | -8/+8 |
* | Misc cleanup, strings etc | Sven Gothel | 2011-04-24 | 1 | -2/+2 |
* | Add unified support for GL_ARB_debug_output and GL_AMD_debug_output. | Sven Gothel | 2011-04-24 | 1 | -2/+15 |
* | New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API... | Sven Gothel | 2011-04-23 | 1 | -60/+38 |
* | NEWT GLWindow: Remove context current check for swapBuffer() call | Sven Gothel | 2011-04-22 | 1 | -7/+1 |
* | simple cleanup/warnings | Sven Gothel | 2011-04-22 | 1 | -1/+0 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 1 | -1/+1 |
* | Newt X11: keyPress/Release must use upper case XP_ values to match VK_ ; Set ... | Sven Gothel | 2011-03-30 | 1 | -50/+65 |
* | Cleanup (private access for inner classes) | Sven Gothel | 2011-02-28 | 2 | -45/+48 |
* | NEWT WindowImpl EDT fixes | Sven Gothel | 2011-02-28 | 1 | -106/+93 |
* | NEWT EDT: Fix dbl-chk-locking, runOnEDT fast-path, enqueEvent dispatch immed.... | Sven Gothel | 2011-02-28 | 1 | -18/+29 |
* | NEWT: enqueueEvent(wait, ..) can't wait if on EDT. Solves UI close, etc | Sven Gothel | 2011-02-28 | 1 | -0/+3 |
* | Code cleanup: override, imports, StringBuilder, .. | Sven Gothel | 2011-02-26 | 16 | -25/+106 |
* | Clean/Fix: Threading Code | Sven Gothel | 2011-02-26 | 3 | -41/+43 |
* | Avoid NPE (pairs with 6188d6a385056adade49fcb6d8247f94f96d402e) | Sven Gothel | 2011-02-25 | 1 | -4/+5 |
* | Avoid NPE, incr. test poll, .. | Sven Gothel | 2011-02-25 | 1 | -8/+8 |
* | NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock... | Sven Gothel | 2011-02-22 | 2 | -19/+32 |
* | Cleanup NEWT MainThread, using new AWTEDTUtil impl. / Sync AWTCanvas with GLC... | Sven Gothel | 2011-02-22 | 6 | -203/+276 |
* | NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanup | Sven Gothel | 2011-02-22 | 2 | -23/+30 |
* | Fix: Java 1.5 warnings | Sven Gothel | 2011-02-09 | 1 | -1/+1 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 47 | -245/+245 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-08 | 32 | -0/+0 |
* | GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL... | Sven Gothel | 2011-01-31 | 2 | -19/+58 |
* | Fix: GLX exception message / sorted imports | Sven Gothel | 2011-01-31 | 1 | -2/+3 |
* | NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed() | Sven Gothel | 2010-12-23 | 14 | -52/+35 |
* | JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444) | Sven Gothel | 2010-12-19 | 4 | -40/+110 |
* | Version Applet as JavaWS | Sven Gothel | 2010-12-18 | 1 | -7/+64 |