aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* Complete Android cleanup (compile/apk launch)Sven Gothel2011-08-057-0/+538
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-0535-188/+194
* Renamed jogamp.newt.opengl -> jogamp.newt.egl, properly reflecting EGL depend...Sven Gothel2011-08-0312-28/+28
* Hide NEWT AWT Event implementation details to jogamp.newt.awt.eventSven Gothel2011-08-028-23/+42
* Isolate android implementation details to newt/classes/jogamp/newt/opengl/and...Sven Gothel2011-08-021-1/+1
* Added accessibility events mapping to newtRami Santina2011-08-021-3/+13
* android map motion pressure to newtRami Santina2011-08-022-14/+23
* Initial android newt input event transformationRami Santina2011-08-023-34/+161
* merge with sgothel multitouchRami Santina2011-08-021-3/+54
|\
| * Proposal for multi touchSven Gothel2011-08-022-13/+101
* | Multitouch proposal MouseEventRami Santina2011-08-021-61/+99
|/
* AWTNewtEvent Mapping: Unmapped value -1 -> 0xffffffffSven Gothel2011-08-011-6/+6
* Refine some DEBUG code (verbosity)Sven Gothel2011-08-011-3/+7
* GLWindow::main(): show requested/chosen GLCapsSven Gothel2011-07-311-4/+6
* NEWT ScreenModes: Add current ScreenMode if none could be collected.Sven Gothel2011-07-311-1/+12
* Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading bug...Sven Gothel2011-06-261-1/+1
* X11 Nativewindow/NEWT: X11 Error Handler (JNIEnv query for thread, stack trac...Sven Gothel2011-06-261-23/+38
* Minor editing (compile script, X11Window.c - cleanups)Sven Gothel2011-06-121-3/+3
* X11/Newt Locking: Clarify dependency of XInitThreads() hackSven Gothel2011-06-121-3/+8
* Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ...Sven Gothel2011-06-115-50/+8
* Newt Window: Missing change of f47230cb4649df13260ac56c5dae6c01dad7c1e7 (remo...Sven Gothel2011-04-261-6/+0
* Newt Window: Remove 'invalidate()' method, only 'destroy()' is required (and ...Sven Gothel2011-04-264-176/+72
* NEWT/X11 WindowClosing: End dispatch loop since Display could be destroyed af...Sven Gothel2011-04-261-3/+15
* NEWT Event Types: Use final modifier if possibleSven Gothel2011-04-245-8/+8
* Misc cleanup, strings etcSven Gothel2011-04-241-2/+2
* Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-241-2/+15
* New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API...Sven Gothel2011-04-231-60/+38
* NEWT GLWindow: Remove context current check for swapBuffer() callSven Gothel2011-04-221-7/+1
* simple cleanup/warningsSven Gothel2011-04-221-1/+0
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-1/+1
* Newt X11: keyPress/Release must use upper case XP_ values to match VK_ ; Set ...Sven Gothel2011-03-301-50/+65
* Cleanup (private access for inner classes)Sven Gothel2011-02-282-45/+48
* NEWT WindowImpl EDT fixesSven Gothel2011-02-281-106/+93
* NEWT EDT: Fix dbl-chk-locking, runOnEDT fast-path, enqueEvent dispatch immed....Sven Gothel2011-02-281-18/+29
* NEWT: enqueueEvent(wait, ..) can't wait if on EDT. Solves UI close, etcSven Gothel2011-02-281-0/+3
* Code cleanup: override, imports, StringBuilder, ..Sven Gothel2011-02-2616-25/+106
* Clean/Fix: Threading CodeSven Gothel2011-02-263-41/+43
* Avoid NPE (pairs with 6188d6a385056adade49fcb6d8247f94f96d402e)Sven Gothel2011-02-251-4/+5
* Avoid NPE, incr. test poll, ..Sven Gothel2011-02-251-8/+8
* NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock...Sven Gothel2011-02-222-19/+32
* Cleanup NEWT MainThread, using new AWTEDTUtil impl. / Sync AWTCanvas with GLC...Sven Gothel2011-02-226-203/+276
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-222-23/+30
* Fix: Java 1.5 warningsSven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0947-245/+245
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0832-0/+0
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-312-19/+58
* Fix: GLX exception message / sorted importsSven Gothel2011-01-311-2/+3
* NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed()Sven Gothel2010-12-2314-52/+35
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-194-40/+110
* Version Applet as JavaWSSven Gothel2010-12-181-7/+64