aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* MonitorDeviceImpl: No need to nanoTime() ..Sven Gothel2013-06-301-6/+6
* ScreenImpl: Fix ScreenMonitorState add/remove reference, which shall only hap...Sven Gothel2013-06-301-13/+11
* NEWT Screen ..: Typos / JNI signatureSven Gothel2013-06-302-2/+2
* X11 RandR: Cleanup RandR impl. selection, RandR13 setMode does not require a ...Sven Gothel2013-06-304-26/+35
* NewtCanvasAWT: Add missing println if(DEBUG) decorationSven Gothel2013-06-301-1/+3
* Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-305-11/+131
* NEWT WindowImpl/GLWindow: @ JVM Shutdown, force stop animation thread w/o blo...Sven Gothel2013-06-252-3/+34
* NEWT: EDTUtil.invokeStop(..) gets 'wait' argument, allowing non-blocking shut...Sven Gothel2013-06-255-14/+30
* NEWT: Don't invoke external keyboardFocusHandler for auto-repeat keys (NewtCa...Sven Gothel2013-06-242-4/+8
* NEWT Windows WindowDriver: Suppress LOCK_SURFACE_CHANGED, no semantics in GLD...Sven Gothel2013-06-241-1/+6
* Refine cb7118fc875b6722803e4b11d5681671962a8d3a: Unify get next/prev focus co...Sven Gothel2013-06-241-2/+2
* Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit 70bf3a4ec44504b8...Sven Gothel2013-06-231-12/+7
* Fix NewtCanvasAWT focus traversal for Java7: All unit tests fail w/ Java7, i....Sven Gothel2013-06-231-2/+10
* Fix Bug 761 (part 2/2): NEWT registers one customShutdownHook @ NativeWindow...Sven Gothel2013-06-234-36/+109
* GLWindow: Mention GLStateKeeper's GL state preservation in API docSven Gothel2013-06-231-2/+13
* NEWT/X11: Proper static initSingleton() sequence.Sven Gothel2013-06-233-5/+6
* Refine 893cf0c8c32edf231dbf418d45d3181532d2402b: Partial revert and issue for...Sven Gothel2013-06-183-17/+25
* NewtCanvasAWT: Issue 'setFocusable(..)' at configureNewtChild(..)Sven Gothel2013-06-181-3/+4
* JOGLNewtApplet1Run: Defer 'newtCanvasAWT' creation and attachment to applet.s...Sven Gothel2013-06-181-15/+18
* 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-175-23/+13
* Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp...Sven Gothel2013-06-1711-77/+19
* AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE ...Sven Gothel2013-06-151-2/+2
* Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in NativeWindow ...Sven Gothel2013-06-121-0/+7
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-112-16/+15
* NEWT: MouseEvent Ctor: Use proper float[] rotationXYZ and float rotationScale...Sven Gothel2013-05-165-36/+57
* Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ...Sven Gothel2013-05-166-80/+83
* 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-079-113/+116
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-0645-2115/+4068
* Bug 721: NEWT/X11 RandR 1.3 Support - Part 2 - Rename impl class/files, start...Sven Gothel2013-04-1910-128/+222
* Bug 721: NEWT/X11 RandR 1.3 Support - Part 1 - Delegate RandR functionality t...Sven Gothel2013-04-188-646/+486
* 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-134-56/+111
* Bug 697: Fix commit 4db745e84fac610f85ab085e5c147e571e82e008 - Not compile cl...Sven Gothel2013-04-111-31/+36
* NEWT/WindowsWindow.c: Simplify pointerVisible branch for calling SafeShowCurs...Sven Gothel2013-04-111-7/+2
* Merge remote-tracking branch 'gouessej/master'Sven Gothel2013-04-111-29/+53
|\
| * Adds the missing fileJulien Gouesse2013-04-061-29/+53
* | 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
* | | Merge remote-tracking branch 'hharrison/master'Sven Gothel2013-04-112-0/+0
|\ \ \
| * | | jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-092-0/+0
| |/ /
* / / NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d...Sven Gothel2013-04-1112-815/+1315
|/ /
* | Bug 641 NEWT: Refine definition of keySym, i.e. for printable keys, keySym is...Sven Gothel2013-04-081-1/+6