aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d...Sven Gothel2013-04-118-47/+549
* Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's lower-case...Sven Gothel2013-04-081-4/+17
* NEWT KeyEvent: More tight definition of isPrintable(), i.e. must have defined...Sven Gothel2013-04-082-3/+3
* Bug 641 NEWT: X11 Deliver keyCode layout independent, keySym layout dependent...Sven Gothel2013-04-082-11/+21
* Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win...Sven Gothel2013-04-062-2/+2
* Bug 707: Fix NEWT EVENT_MOUSE_EXITED not sent on Windows - Regression of comm...Sven Gothel2013-04-051-5/+6
* NewtBaseActivity: Move setVisible(false) from onPause() -> onStop(), since on...Sven Gothel2013-03-291-4/+4
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-281-1/+1
* NewtBaseActivity: Perform cleanup() even on onCreate() due to possible call w...Sven Gothel2013-03-281-10/+55
* Android/NEWT MouseEvent: Fix Detection/Processing of 2-Finger-Scroll Gesture ...Sven Gothel2013-03-241-81/+143
* Newt/MouseEvent: Add 'float[3] getRotation()', getWheelScale() -> getRotation...Sven Gothel2013-03-241-21/+14
* Android/NEWT MouseEvent: Fix Delivery of MultiTouch PRESSED/RELEASE; Fix Dete...Sven Gothel2013-03-241-146/+194
* NEWT/Android: Fix suspense regression of commit d514ecbf052d013ea8c0982c49075...Sven Gothel2013-03-231-2/+6
* NEWT/Android (Bug 665): Add Support for GLStateKeeper ; onPause() always dest...Sven Gothel2013-03-224-52/+165
* NEWT/Android WindowDriver.closeNative0(..): Catch Exception at surface destro...Sven Gothel2013-03-221-4/+10
* Add GLStateKeeper handling GLEventListenerState preservation and restauration...Sven Gothel2013-03-221-2/+2
* NEWT/Android: Remove KeyEvent.KEYCODE_HOME handling, since it doesn't work - ...Sven Gothel2013-03-221-19/+0
* NEWT/Android: Fix BACK button implementation, use different KeyCode mappings ...Sven Gothel2013-03-214-23/+145
* NEWTEvent: Add isConsumed() and setConsumed(boolean) methods to simply usage,...Sven Gothel2013-03-211-7/+3
* OSX/NEWT: Fix visible -> false when closing and reparenting window. This lead...Sven Gothel2013-03-202-4/+4
* OSX/NEWT: Fix native window parenting freeze, invisible/orderOut0, Position b...Sven Gothel2013-03-203-35/+43
* OSX/NEWT: NSWindow/NSView Ops on main-thread w/o blocking - Part2Sven Gothel2013-03-191-34/+78
* OSX/NEWT: Following CALayer streaming design, i.e. issue NSWindow/NSView Ops ...Sven Gothel2013-03-193-74/+109
* Adapt to GlueGen commit b1eb7ca6b9d7dec7ff62c1f1e8ef0a0545724d2f: Function- R...Sven Gothel2013-03-183-4/+7
* Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced...Sven Gothel2013-03-141-8/+9
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-9/+21
* Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...Sven Gothel2013-02-281-1/+1
* NEWT: Harmonize MouseEvent Pressure (API Change!)Sven Gothel2013-02-281-5/+34
* NEWT WindowImpl: Cleanup redundancies in destroy() and windowDestroyNotify(bo...Sven Gothel2013-02-281-32/+37
* Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACKSven Gothel2013-02-283-35/+94
* Fix merge conflict of erikbrayet/bug_668Sven Gothel2013-02-281-1/+1
|\
| * Fix bug 668 : Android keyboard input was uppercaseEric Brayet2013-02-141-2/+2
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-284-45/+62
* | NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use...Sven Gothel2013-02-223-33/+90
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-201-1/+1
* | NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre...Sven Gothel2013-02-201-36/+37
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-1911-374/+483
* | NEWT/OSX: Fix Memory Leak ; Fix Occasional Crash Duer to Lifecycle Ops not on...Sven Gothel2013-02-171-12/+31
|/
* LinuxEventDeviceTracker: Map printable char using KeyEvent.isPrintableKey.Xerxes Rånby2013-01-311-1/+8
* LinuxEventDeviceTracker: LinuxEVKey2NewtVKey(EVKey 122-248)Xerxes Rånby2013-01-311-28/+273
* LinuxEventDeviceTracker: LinuxEVKey2NewtVKey(EVKey 0-121)Xerxes Rånby2013-01-311-81/+257
* LinuxEventDeviceTracker: gracefully manage hot-swap of USB devices.Xerxes Rånby2013-01-311-24/+29
* 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