summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
...
* NEWT/X11: Proper static initSingleton() sequence.Sven Gothel2013-06-233-5/+6
* Fix regression of 31e72d2f2d953352b2a8c83368039ecca8139d49: Modifier SHIFT ne...Sven Gothel2013-06-171-2/+3
* Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp...Sven Gothel2013-06-174-9/+3
* Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp...Sven Gothel2013-06-171-33/+1
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-14/+11
* NEWT: MouseEvent Ctor: Use proper float[] rotationXYZ and float rotationScale...Sven Gothel2013-05-164-28/+43
* Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ...Sven Gothel2013-05-162-12/+4
* Fix NEWT MultiMonitor Regression: Use case w/o attached monitor, and NPE (Cac...Sven Gothel2013-05-092-9/+24
* NEWT MonitorMode: Refine 081177f2433be50e3b5d46385c2f0f3f96311ed8: Reduce EDT...Sven Gothel2013-05-071-1/+1
* NEWT Multiple Monitor Mode: Fix monitorModeChanged(..) event id, WindowImpl.m...Sven Gothel2013-05-073-9/+11
* NEWT Multiple Monitor Mode: Add missing 'collect' impl. for NEWT/AWT impl.Sven Gothel2013-05-071-4/+43
* MonitorMode: Fix API doc / comments / names.Sven Gothel2013-05-076-41/+41
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-0621-927/+2224
* Bug 721: NEWT/X11 RandR 1.3 Support - Part 2 - Rename impl class/files, start...Sven Gothel2013-04-195-25/+132
* Bug 721: NEWT/X11 RandR 1.3 Support - Part 1 - Delegate RandR functionality t...Sven Gothel2013-04-184-194/+267
* NEWT/AWT-Wrapper-Driver: Fix MS-Windows Case (Use NativeWindow window handle)...Sven Gothel2013-04-142-83/+106
* NEWT/AWT: Fix 'AWT driver' to work w/ OSX CALayer ; WindowImpl: 'Object getWr...Sven Gothel2013-04-133-48/+105
* LinuxEventDeviceTracker: Reapply changes from commit b13868b612689307ebf4e46e...Sven Gothel2013-04-111-4/+4
* Merge remote-tracking branch 'xranby/NEWT-input'Sven Gothel2013-04-111-762/+831
|\
| * LinuxEventDeviceTracker: ALT, ALT_GRAPH & CTRL modifiers.Xerxes Rånby2013-04-091-4/+37
| * LinuxEventDeviceTracker: 4 space indentationXerxes Rånby2013-04-091-798/+798
| * LinuxEventDeviceTracker: shift-modifierXerxes Rånby2013-04-091-27/+63
* | 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