| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add Version Applet | Sven Gothel | 2010-12-15 | 1 | -0/+88 |
* | NativeWindow: Move RegisteredClass to private impl package | Sven Gothel | 2010-12-12 | 2 | -3/+4 |
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 3 | -43/+29 |
* | NEWT: Minor cleanup ; Debug setVisible message in issuing thread | Sven Gothel | 2010-12-10 | 1 | -6/+8 |
* | NEWT/Windows: Use GDI GetDC/ReleaseDC | Sven Gothel | 2010-12-09 | 1 | -5/+3 |
* | Fix NEWT GLWindow: Adding missing shared GLContext setter (with unit test) | Sven Gothel | 2010-12-03 | 1 | -1/+14 |
* | Fix NEWT WindowImpl: setTitleImpl() at native construction. | Sven Gothel | 2010-12-03 | 1 | -0/+1 |
* | Cleanup GLDrawableFactory API and platform Implementations | Sven Gothel | 2010-12-03 | 2 | -2/+2 |
* | NewtCanvasAWT: disableBackgroundErase() before (X11) and after (Windows) addN... | Sven Gothel | 2010-11-28 | 1 | -0/+17 |
* | NEWT WindowImpl: Null Check on childWindows (already destroyed) | Sven Gothel | 2010-11-28 | 1 | -2/+2 |
* | Reduce the use of xml brackets to reduce potential hudson/junit xml parser ex... | Sven Gothel | 2010-11-25 | 1 | -1/+1 |
* | Refined VersionInfo usage | Sven Gothel | 2010-11-25 | 2 | -2/+6 |