| Commit message (Expand) | Author | Age | Files | Lines |
* | Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due... | Sven Gothel | 2011-09-08 | 3 | -36/+12 |
* | Revert 98f9eef8279680a7fbd3fccb5840381faf1d5c01: removeNotify makes NEWT chil... | Sven Gothel | 2011-09-07 | 1 | -0/+1 |
* | NewtCanvasAWT: setNEWTChild() shall not be public - removeNotify shall not ma... | Sven Gothel | 2011-09-07 | 1 | -4/+3 |
* | GLWindows Lifecycle Destroy: Don't remove itself from animator-ctrl - recreat... | Sven Gothel | 2011-09-07 | 1 | -7/+1 |
* | NEWT Cleanup: Remove DEBUG_WINDOW_EVENT, .. | Sven Gothel | 2011-09-06 | 2 | -6/+5 |
* | NEWT/ScreenMode: Remove Cloneable on Immutable .. makes no sense | Sven Gothel | 2011-09-06 | 1 | -9/+1 |
* | NativeWindow/NEWT: Cont. refinement of Insets usage | Sven Gothel | 2011-09-06 | 1 | -3/+11 |
* | NativeWindow/NEWT: Refine Insets definition for size and position, read and w... | Sven Gothel | 2011-09-04 | 2 | -60/+65 |
* | Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly types | Sven Gothel | 2011-09-04 | 1 | -9/+1 |
* | Complete commit cb4e73183103c13d8bcf7c7667e1b9ea181e1f5f (sorry) | Sven Gothel | 2011-08-30 | 1 | -4/+4 |
* | NEWT Window/WindowImpl: Add generics - addChild()/removeChild() return boolea... | Sven Gothel | 2011-08-30 | 1 | -2/+2 |
* | NEWT: Add comment in API doc ; Use more generics in impl. | Sven Gothel | 2011-08-30 | 1 | -0/+2 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 5 | -76/+56 |
* | NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New... | Sven Gothel | 2011-08-22 | 1 | -1/+1 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 3 | -16/+16 |
* | NEWT/Android Fix: Display/Screen/Window creation ; ScreenMode Change | Sven Gothel | 2011-08-11 | 2 | -2/+29 |
* | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2011-08-05 | 1 | -1/+1 |
|\ |
|
| * | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep... | Sven Gothel | 2011-08-05 | 1 | -1/+1 |
* | | Fix: event mapping mismatch | Rami Santina | 2011-08-05 | 1 | -4/+1 |
* | | add multitouch getPointerId data | Rami Santina | 2011-08-04 | 1 | -14/+37 |
|/ |
|
* | Hide NEWT AWT Event implementation details to jogamp.newt.awt.event | Sven Gothel | 2011-08-02 | 8 | -350/+17 |
* | Isolate android implementation details to newt/classes/jogamp/newt/opengl/and... | Sven Gothel | 2011-08-02 | 1 | -175/+0 |
* | 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 |
* | GLWindow::main(): show requested/chosen GLCaps | Sven Gothel | 2011-07-31 | 1 | -4/+6 |
* | Newt Window: Remove 'invalidate()' method, only 'destroy()' is required (and ... | Sven Gothel | 2011-04-26 | 2 | -36/+16 |
* | NEWT Event Types: Use final modifier if possible | Sven Gothel | 2011-04-24 | 5 | -8/+8 |
* | 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 |
* | Cleanup (private access for inner classes) | Sven Gothel | 2011-02-28 | 1 | -8/+8 |
* | Code cleanup: override, imports, StringBuilder, .. | Sven Gothel | 2011-02-26 | 2 | -8/+19 |
* | Clean/Fix: Threading Code | Sven Gothel | 2011-02-26 | 2 | -21/+18 |
* | NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock... | Sven Gothel | 2011-02-22 | 1 | -4/+4 |
* | Cleanup NEWT MainThread, using new AWTEDTUtil impl. / Sync AWTCanvas with GLC... | Sven Gothel | 2011-02-22 | 1 | -48/+38 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 9 | -17/+17 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-08 | 32 | -7398/+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 | 9 | -25/+26 |
* | 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 |
* | Version Applet: set GLCanvas size, otherwise it won't realize GL drawable | Sven Gothel | 2010-12-16 | 1 | -0/+1 |