summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* LinuxEventDeviceTracker: LinuxEventDeviceManager monitor /dev/input/event*Xerxes Rånby2013-01-301-4/+58
* Add LinuxEventDeviceTracker used by RaspPi newt/driver/bcm/vc/iv/WindowDriverXerxes Rånby2013-01-302-0/+409
* Fix AWTKeyAdapter: Reorder AWT events to NEWT order - also ensuring TYPED is ...Sven Gothel2013-01-301-16/+19
* Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen...Sven Gothel2013-01-291-24/+38
* Fix regression of commit b738983638703bb721ee4c9820c8ef43e2252e73, possible '...Sven Gothel2013-01-271-1/+4
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-242-12/+7
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-202-48/+94
* Android/NewtVersionActivity: Dump avail. GLCaps / Use stderr, since log would...Sven Gothel2013-01-191-2/+3
* NEWT/Android: Full Lifecycle for WindowDriver; Using static ViewGroup; AWTRob...Sven Gothel2013-01-192-47/+137
* LinuxMouseTracker: Fix inverted Y-axis & missing button release.Xerxes Rånby2013-01-151-1/+2
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-149-149/+425
* NEWT/Android: Fix NewtBaseActivity.getWindow() recursion if used w/o delegate...Sven Gothel2012-12-251-1/+1
* NEWT/Android: Fix NewtBaseActivity.getWindow() recursion if used w/o delegate...Sven Gothel2012-12-241-2/+6
* NEWT peserve 'mouseButtonModMask' to be sent for all mouse- and key events. T...Sven Gothel2012-12-241-30/+43
* AWT-NEWT Modifier mapping and test: part-3 (NEWT BUTTON MASK always, ..)Sven Gothel2012-12-241-8/+6
* Fix 13168c99ff9e8bf71c83f1be7afee270a3db4074 / 811e3791b98fea0dfa3b7d301cb532...Sven Gothel2012-12-231-78/+127
* Fix commit 811e3791b98fea0dfa3b7d301cb532c54df8dc82: Make AWT usage Java6 cle...Sven Gothel2012-12-231-55/+35
* Merge branch 'master' of https://github.com/sgothel/joglrhatcher2012-12-067-143/+703
|\
| * SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-042-0/+562
| * NEWT EDTUtil: Simplify running state (default is running @ setEDTUtil()); Sim...Sven Gothel2012-12-023-69/+68
| * NEWT WindowImpl fixes: surfaceLockCount-- if native lock fails; waitForVisibl...Sven Gothel2012-12-022-28/+36
| * NEWT WindowImpl: Don't issue native resize if invisible, simply use defineSiz...Sven Gothel2012-11-301-18/+13
| * Simplify NEWT EDTUtil invoke: To start EDT Runnable maybe null - start EDT ev...Sven Gothel2012-11-302-39/+35
* | Fix for JOGL bug 629, and added new unit tests.rhatcher2012-11-291-2/+120
|/
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug...Sven Gothel2012-11-272-29/+54
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situation in waitUntilStopped(), etc - wr...Sven Gothel2012-11-252-6/+10
* Fix SWTEDTUtil Bug628: Perform NEWT event dispatching on SWT-EDT, due to poss...Sven Gothel2012-11-231-6/+5
* NewtVersionActivity: Dump information in logcatSven Gothel2012-11-131-3/+7
* NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k...Sven Gothel2012-10-311-0/+10
* Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo...Sven Gothel2012-10-312-34/+17
* NEWT/OSX getLocationOnScreenImpl(..): Use real OSXUtil.GetLocationOnScreen(.....Sven Gothel2012-10-301-6/+12
* Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSXSven Gothel2012-10-282-78/+73
* NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before using b...Sven Gothel2012-10-273-25/+27
* Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i...Sven Gothel2012-10-273-102/+98
* Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ...Sven Gothel2012-10-261-35/+47
* NEWT ScreenMode Change Failover / Window.setFullscreen() shall use current Sc...Sven Gothel2012-10-192-16/+35
* NEWT / BCM-VC-IV: Fix transparency according to given capabilitiesSven Gothel2012-10-191-9/+8
* Raise NEWT MouseButton Maximum from 6 -> 16 (API Change)Sven Gothel2012-10-081-2/+2
* Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin...Sven Gothel2012-10-051-0/+1
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-051-4/+4
* Fix regression of commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b: X11 Displa...Sven Gothel2012-10-051-1/+5
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-022-2/+2
* NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server...Sven Gothel2012-09-283-7/+12
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-2711-156/+174
* Complete 646714d3dab87396b9a3119bf90ca26e0b1c97ce / Fix Bug 601: Add missing ...Sven Gothel2012-09-161-1/+21
* Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR...Sven Gothel2012-09-162-4/+52
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-154-52/+39
* NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P...Sven Gothel2012-09-072-20/+86
* NEWT EDTUtil: Complete AWT and SWT impl. w/ Newt event dequeue thread (NEDT)Sven Gothel2012-09-074-59/+243
* Fix Android Power-suspend and Power-resumeSven Gothel2012-08-231-5/+10