aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-099-17/+17
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0832-7398/+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-239-25/+26
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-194-40/+110
* Version Applet as JavaWSSven Gothel2010-12-181-7/+64
* Version Applet: set GLCanvas size, otherwise it won't realize GL drawableSven Gothel2010-12-161-0/+1
* Add Version AppletSven Gothel2010-12-151-0/+88
* NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-122-3/+4
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-123-43/+29
* NEWT: Minor cleanup ; Debug setVisible message in issuing threadSven Gothel2010-12-101-6/+8
* NEWT/Windows: Use GDI GetDC/ReleaseDCSven Gothel2010-12-091-5/+3
* Fix NEWT GLWindow: Adding missing shared GLContext setter (with unit test)Sven Gothel2010-12-031-1/+14
* Fix NEWT WindowImpl: setTitleImpl() at native construction.Sven Gothel2010-12-031-0/+1
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-032-2/+2
* NewtCanvasAWT: disableBackgroundErase() before (X11) and after (Windows) addN...Sven Gothel2010-11-281-0/+17
* NEWT WindowImpl: Null Check on childWindows (already destroyed)Sven Gothel2010-11-281-2/+2
* Reduce the use of xml brackets to reduce potential hudson/junit xml parser ex...Sven Gothel2010-11-251-1/+1
* Refined VersionInfo usageSven Gothel2010-11-252-2/+6