| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tests: Comment GLProfile.initSingleton(false), which is redundant / implicit. | Sven Gothel | 2011-08-30 | 1 | -1/+1 |
* | NEWT: Add comment in API doc ; Use more generics in impl. | Sven Gothel | 2011-08-30 | 2 | -7/+9 |
* | Workaround (Fix) for Bug 502: Multithreading issue w/ libX11 1.4.2 and libxcb... | Sven Gothel | 2011-08-30 | 3 | -30/+65 |
* | NEWT/ScreenMode: Fix Bug 456 - Reset to orig ScreenMode when exit (normal or ... | Sven Gothel | 2011-08-24 | 2 | -34/+83 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 6 | -77/+56 |
* | NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New... | Sven Gothel | 2011-08-22 | 3 | -20/+18 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 5 | -440/+18 |
* | NEWT/Android: Assisting NEWTBaseActivity to simplify NEWT/Android usage. | Sven Gothel | 2011-08-11 | 2 | -44/+106 |
* | NEWT/Android Fix: Display/Screen/Window creation ; ScreenMode Change | Sven Gothel | 2011-08-11 | 7 | -105/+124 |
* | Android Cleanup: Remove EGL header & library (compile time) | Sven Gothel | 2011-08-11 | 1 | -1/+0 |
* | NEWT/Android: Add missing native code | Sven Gothel | 2011-08-11 | 1 | -0/+47 |
* | Add touch event propagation to NEWT | Sven Gothel | 2011-08-09 | 1 | -13/+9 |
* | Add AndroidWindow implementation | Sven Gothel | 2011-08-09 | 1 | -71/+183 |
* | Merge remote-tracking branch 'rsantina/master' | Sven Gothel | 2011-08-09 | 2 | -35/+40 |
|\ |
|
| * | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2011-08-05 | 42 | -188/+732 |
| |\ |
|
| * | | Fix: event mapping mismatch | Rami Santina | 2011-08-05 | 2 | -6/+3 |
| * | | add multitouch getPointerId data | Rami Santina | 2011-08-04 | 2 | -35/+43 |
* | | | Android: Demo NewtVersionActivity | Sven Gothel | 2011-08-09 | 2 | -6/+471 |
* | | | NEWT: Make AndroidNewtEventFactory public / accessible | Sven Gothel | 2011-08-09 | 1 | -6/+6 |
* | | | NEWT Android Display/Screen driver implementation | Sven Gothel | 2011-08-09 | 2 | -24/+117 |
* | | | Complete Android driver reloc (constructor) | Sven Gothel | 2011-08-09 | 3 | -11/+21 |
* | | | reloc files: NEWT Android driver, demos OneTriangle | Sven Gothel | 2011-08-09 | 4 | -84/+0 |
* | | | incr. debug output (tests) | Sven Gothel | 2011-08-07 | 1 | -0/+1 |
* | | | Android: cosmetics | Sven Gothel | 2011-08-06 | 1 | -12/+0 |
* | | | Android hacks: ClassLoaderUtil (vie Dex.., w/ native libs) ; Merged big jar ;... | Sven Gothel | 2011-08-05 | 4 | -69/+85 |
| |/
|/| |
|
* | | 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 |