aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-251-274/+57
* OSX: Sync MainThread w/ DefaultEDTUtil and proper deledation AWT EDT, MacWind...Sven Gothel2011-09-241-77/+171
* Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T...Sven Gothel2011-09-231-2/+4
* NewtCanvasAWT: Minor edits, prefer requestFocusInWindow() in requestFocusAWTP...Sven Gothel2011-09-161-7/+12
* JOGLNewtApplet1Run: Add gl_alpha, gl_multisamplebuffer and gl_nodefaultkeylis...Sven Gothel2011-09-152-26/+28
* JOGLNewtAppletBase: Use proper context ClassLoader; Add ElektronenMultiplizie...Sven Gothel2011-09-151-2/+19
* Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test versionSven Gothel2011-09-152-0/+402
* NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: X11/WindowsSven Gothel2011-09-142-0/+12
* Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due...Sven Gothel2011-09-083-36/+12
* Revert 98f9eef8279680a7fbd3fccb5840381faf1d5c01: removeNotify makes NEWT chil...Sven Gothel2011-09-071-0/+1
* NewtCanvasAWT: setNEWTChild() shall not be public - removeNotify shall not ma...Sven Gothel2011-09-071-4/+3
* GLWindows Lifecycle Destroy: Don't remove itself from animator-ctrl - recreat...Sven Gothel2011-09-071-7/+1
* NEWT Cleanup: Remove DEBUG_WINDOW_EVENT, ..Sven Gothel2011-09-062-6/+5
* NEWT/ScreenMode: Remove Cloneable on Immutable .. makes no senseSven Gothel2011-09-061-9/+1
* NativeWindow/NEWT: Cont. refinement of Insets usageSven Gothel2011-09-061-3/+11
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-042-60/+65
* Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly typesSven Gothel2011-09-041-9/+1
* Complete commit cb4e73183103c13d8bcf7c7667e1b9ea181e1f5f (sorry)Sven Gothel2011-08-301-4/+4
* NEWT Window/WindowImpl: Add generics - addChild()/removeChild() return boolea...Sven Gothel2011-08-301-2/+2
* NEWT: Add comment in API doc ; Use more generics in impl.Sven Gothel2011-08-301-0/+2
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-245-76/+56
* NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New...Sven Gothel2011-08-221-1/+1
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-223-16/+16
* NEWT/Android Fix: Display/Screen/Window creation ; ScreenMode ChangeSven Gothel2011-08-112-2/+29
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2011-08-051-1/+1
|\
| * deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-1/+1
* | Fix: event mapping mismatchRami Santina2011-08-051-4/+1
* | add multitouch getPointerId dataRami Santina2011-08-041-14/+37
|/
* Hide NEWT AWT Event implementation details to jogamp.newt.awt.eventSven Gothel2011-08-028-350/+17
* Isolate android implementation details to newt/classes/jogamp/newt/opengl/and...Sven Gothel2011-08-021-175/+0
* 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
* GLWindow::main(): show requested/chosen GLCapsSven Gothel2011-07-311-4/+6
* Newt Window: Remove 'invalidate()' method, only 'destroy()' is required (and ...Sven Gothel2011-04-262-36/+16
* NEWT Event Types: Use final modifier if possibleSven Gothel2011-04-245-8/+8
* 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
* Cleanup (private access for inner classes)Sven Gothel2011-02-281-8/+8
* Code cleanup: override, imports, StringBuilder, ..Sven Gothel2011-02-262-8/+19
* Clean/Fix: Threading CodeSven Gothel2011-02-262-21/+18
* NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock...Sven Gothel2011-02-221-4/+4
* Cleanup NEWT MainThread, using new AWTEDTUtil impl. / Sync AWTCanvas with GLC...Sven Gothel2011-02-221-48/+38