| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 924: Fullscreen toggle in X11 requires a 'sleep' on sluggish WMs (Unity) ... | Sven Gothel | 2013-12-20 | 1 | -2/+10 |
* | Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a... | Sven Gothel | 2013-12-20 | 1 | -0/+4 |
* | Bug 924: More robost Fullscreen Exit | Sven Gothel | 2013-12-19 | 1 | -24/+26 |
* | NEWT WindowImpl: Enhance insetsChanged(..) DEBUG output | Sven Gothel | 2013-12-19 | 1 | -4/+5 |
* | Bug 924: Remove position criteria from reparent/fullscreen success, WM's only... | Sven Gothel | 2013-12-19 | 1 | -5/+6 |
* | Bug 924: X11 WindowDriver: Only perform 'tempFSAlwaysOnTop' toggle @ focusCha... | Sven Gothel | 2013-12-19 | 1 | -9/+10 |
* | Bug 924: Ignore reparent when in fullscreen - otherwise may confuse WM | Sven Gothel | 2013-12-19 | 1 | -0/+8 |
* | Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI... | Sven Gothel | 2013-12-11 | 1 | -2/+2 |
* | Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_... | Sven Gothel | 2013-12-11 | 1 | -16/+39 |
* | Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum... | Sven Gothel | 2013-12-03 | 2 | -12/+17 |
* | Bug 914 - Don't allow 'alwaysontop' in fullscreen mode, always allow switchin... | Sven Gothel | 2013-12-01 | 1 | -2/+23 |
* | Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in... | Sven Gothel | 2013-11-29 | 1 | -1/+1 |
* | NEWT WindowImpl: Move consumePointerEvent(..) below doPointerEvent(..) to eas... | Sven Gothel | 2013-11-18 | 1 | -109/+109 |
* | NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co... | Sven Gothel | 2013-11-18 | 1 | -0/+5 |
* | NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for... | Sven Gothel | 2013-11-18 | 1 | -41/+61 |
* | Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXIT | Sven Gothel | 2013-11-17 | 1 | -76/+160 |
* | NEWT: Add more documentation to WindowImpl's doPointerEvent(..) and consumePo... | Sven Gothel | 2013-11-13 | 1 | -9/+46 |
* | Android Newt[Debug|Version]Activity: Separate both activities (testing odd re... | Sven Gothel | 2013-11-07 | 3 | -86/+130 |
* | Android: Add NewtDebugActivity | Sven Gothel | 2013-11-07 | 4 | -49/+112 |
* | Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device... | Sven Gothel | 2013-11-06 | 1 | -1/+0 |
* | NEWT Window: Expose 'setVisible(boolean wait, boolean visible)' allowing appl... | Sven Gothel | 2013-11-06 | 1 | -11/+12 |
* | Android NEWT.ScreenDriver MonitorSize: Use xdpi for for width (fix); Add DEBU... | Sven Gothel | 2013-10-30 | 1 | -25/+35 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 32 | -0/+161 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 50 | -1138/+1138 |
* | MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no butt... | Sven Gothel | 2013-10-18 | 1 | -7/+7 |
* | WindowImpl: Fix DEBUG output's method name of doPointerEvent and consumePoint... | Sven Gothel | 2013-10-17 | 1 | -11/+11 |
* | Bug 800: Add Windows 7 Touch Event Support for NEWT | Sven Gothel | 2013-10-17 | 1 | -11/+34 |
* | WindowImpl.doPointerEvent(..) Simplify pointer name->ID mapping, fix DEBUG. | Sven Gothel | 2013-10-17 | 1 | -5/+7 |
* | Regression of commit a90bf31f8747dd38c61d518f8af4d4d4a64a8e90: 'consume<Type>... | Sven Gothel | 2013-10-17 | 1 | -3/+3 |
* | NEWT Multiple-Pointer API: Use PointerType[] instead of ordinal int[], implem... | Sven Gothel | 2013-10-17 | 2 | -46/+108 |
* | NEWT PointerEvent: Unify event processing in new doPointerEvent(..) and consu... | Sven Gothel | 2013-10-17 | 3 | -211/+276 |
* | MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven... | Sven Gothel | 2013-10-17 | 1 | -3/+3 |
* | Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ... | Sven Gothel | 2013-10-16 | 9 | -35/+10 |
* | Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processing | Sven Gothel | 2013-10-15 | 3 | -381/+490 |
* | NEWT Reparent/Fullscreen: Add 'waitForPosition(..)' when reparenting or back ... | Sven Gothel | 2013-10-09 | 1 | -3/+9 |
* | NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add... | Sven Gothel | 2013-10-09 | 1 | -41/+54 |
* | NEWT Display: Issue EDTUtil.start() at runOnEDTIfAvail(..) even if on EDT, wh... | Sven Gothel | 2013-10-09 | 4 | -32/+32 |
* | NEWT/OSX (Bug 836): Only WindowDriver.initWindow0(..) operation on main-threa... | Sven Gothel | 2013-10-09 | 1 | -8/+13 |
* | NEWT/OSX (Bug 836): Lifecycle operations performed on main-thread must be syn... | Sven Gothel | 2013-10-07 | 1 | -13/+14 |
* | NEWT/Fullscreen (Bug 836): Exit re-parenting fullscreen w/ [invisible-exit-vi... | Sven Gothel | 2013-10-07 | 2 | -22/+33 |
* | Fix Bug 840: DefaultEDTUtil.restart() shall only reuse ThreadGroup (tg) is no... | Sven Gothel | 2013-09-22 | 1 | -1/+6 |
* | Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib... | Sven Gothel | 2013-09-02 | 1 | -19/+13 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 4 | -9/+23 |
* | StringBuffer -> StringBuilder | Sven Gothel | 2013-07-15 | 1 | -1/+1 |
* | NEWT EDTUtil: Exposed weakness of EDTUtil usage due to usage of WeakReference... | Sven Gothel | 2013-07-09 | 13 | -233/+332 |
* | Fix SWTEDTUtil regression caused by dec4b02fe4b93028c85de6a56b6af79601042d6e,... | Sven Gothel | 2013-07-05 | 4 | -35/+56 |
* | NEWT Display.create: If reusing an existing instance, ensure EDT is running! | Sven Gothel | 2013-07-05 | 1 | -4/+5 |
* | NEWT WindowImpl: Add little GCed / windowList-size stats at addWindow2List | Sven Gothel | 2013-07-04 | 1 | -1/+5 |
* | DefaultEDTUtil: If EDT is not started and task is null and wait intended, use... | Sven Gothel | 2013-07-04 | 1 | -1/+4 |
* | Fix NPE - Regression of commit 99479bf3197cde8e89c5b499d135417863d521c7 | Sven Gothel | 2013-07-04 | 1 | -1/+3 |