| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1156: LinuxKeyEventTracker, LinuxMouseTracker: Robostness (+NEWT fix) | Sven Gothel | 2019-11-30 | 6 | -41/+65 |
* | Bug 1156: LinuxKeyEventTracker, LinuxMouseTracker: Adding property to disable... | Sven Gothel | 2019-11-30 | 2 | -14/+42 |
* | Bug 1156: LinuxKeyEventTracker: Add '/dev/input/by-path/*-event-kbd' and more... | Sven Gothel | 2019-11-29 | 1 | -42/+75 |
* | Bug 1156: DRM/GBM: Add full PointerIcon (Cursor) Support | Sven Gothel | 2019-11-29 | 4 | -39/+201 |
* | Bug 1156: LinuxKeyEventTracker: Fix 64bit InputEvent and attempt to only use ... | Sven Gothel | 2019-11-29 | 2 | -54/+123 |
* | Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWT | Sven Gothel | 2019-11-28 | 3 | -91/+159 |
* | Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync) | Sven Gothel | 2019-11-23 | 3 | -23/+86 |
* | Bug 1156: GBM: Fixing native GBM code, surviving initialization | Sven Gothel | 2019-11-22 | 2 | -10/+16 |
* | Bug 1156: NEWT: NewtFactory.getCustomClass(..) Robustness | Sven Gothel | 2019-11-22 | 3 | -15/+3 |
* | Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementation | Sven Gothel | 2019-11-21 | 6 | -270/+467 |
* | gbm/WindowDriver: make it compile and link | Xerxes RĂ„nby | 2019-11-21 | 1 | -4/+6 |
* | add native gbm implementation for drm and gbm initialization. | Erik De Rijcke | 2019-11-21 | 2 | -134/+4 |
* | add gbm java & build modifications | Erik De Rijcke | 2019-11-21 | 3 | -0/+398 |
* | Bug 1393: MacOS: Wait for window position setting on main-thread (blocking) | Sven Gothel | 2019-11-21 | 1 | -17/+4 |
* | Bug 1393: MacOS: Implement AppKit EDTUtil operating solely on main-thread | Sven Gothel | 2019-09-16 | 2 | -1/+362 |
* | NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): i... | Sven Gothel | 2019-09-10 | 4 | -16/+11 |
* | NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument.... | Sven Gothel | 2019-09-10 | 10 | -32/+32 |
* | Bug 1393: MacOS/iOS: Issue updateSizePosInsets0 async to AppKit Main-Thread | Sven Gothel | 2019-09-09 | 2 | -5/+22 |
* | Bug 1393: Run orderFront0(=setVisible) async off-thread on AppKit after sync ... | Sven Gothel | 2019-09-09 | 2 | -36/+49 |
* | Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl... | Sven Gothel | 2019-09-04 | 1 | -58/+4 |
* | Bug 1363: Java 11: Resolve unsupported JAWTUtil.getMonitorDisplayID(..) | Sven Gothel | 2019-08-19 | 1 | -3/+3 |
* | NEWT iOS WindowDriver: Remove unused orig UIWindow/UIView creation path | Sven Gothel | 2019-07-08 | 1 | -48/+0 |
* | NEWT iOS WindowDriver: native UIWindow/UIView creation change | Sven Gothel | 2019-07-08 | 1 | -13/+56 |
* | NEWT iOS: Support Multi-Touch Events, PixelScale, .. | Sven Gothel | 2019-07-08 | 1 | -2/+16 |
* | iOS / MacOS: PixelScale Update | Sven Gothel | 2019-07-08 | 4 | -38/+47 |
* | NEWT WindowImpl.doPointerEvent: Use native short[] for pNames | Sven Gothel | 2019-07-08 | 3 | -16/+13 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 4 | -0/+1554 |
* | Bug 1370: Call from Main-Thread: NW's OSXUtil.CreateNSWindow0(..) and NEWT's ... | Sven Gothel | 2019-04-05 | 1 | -20/+23 |
* | Bug 1367: Adapt to TempFileCache & TempJarCache Changes | Sven Gothel | 2019-04-03 | 1 | -1/+1 |
* | Bug 1348: Fix X11 XI Multitouch | Sven Gothel | 2019-03-27 | 3 | -13/+14 |
* | Merge pull request #104 from gohai/bcm-fix-overscan-offset | Sven Gothel | 2019-03-27 | 1 | -0/+7 |
|\ |
|
| * | Fix overlay/underlay position mismatch in X11UnderlayTracker with overscan en... | gohai | 2017-03-05 | 1 | -0/+7 |
* | | Merge pull request #103 from gohai/bcm-fix-mouse-button | Sven Gothel | 2019-03-27 | 1 | -8/+8 |
|\ \ |
|
| * | | Fix mouse button reporting in X11UnderlayTracker | gohai | 2017-02-16 | 1 | -8/+8 |
| |/ |
|
* | | Merge pull request #102 from Yodoga/feature_multitouch_x11_1348 | Sven Gothel | 2019-03-27 | 1 | -0/+14 |
|\ \ |
|
| * | | add touch event support for x11 server | Danny Koernig | 2016-11-17 | 1 | -0/+14 |
| |/ |
|
* | | Merge pull request #97 from gohai/bcm-fix-viewportwu | Sven Gothel | 2019-03-26 | 1 | -2/+2 |
|\ \ |
|
| * | | Bug 1254: Fix viewport height in BCM VC IV ScreenDriver | gohai | 2016-04-04 | 1 | -2/+2 |
| |/ |
|
* / | JavaFX: Adding JavaFX Support for NEWT utilizing native Window parenting via ... | Sven Gothel | 2019-03-19 | 1 | -0/+358 |
|/ |
|
* | Bug 1267 - OSX El Capitan: Animated NEWT GLWindow flickers at resize | Sven Gothel | 2015-11-15 | 2 | -2/+15 |
* | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 1 | -35/+0 |
* | WindowImpl.quirks: Access default -> protected, also fix API doc comment.v2.3.2 | Sven Gothel | 2015-10-10 | 1 | -3/+3 |
* | Bug 1249: NEWT/X11 Visibility: Listening to more events for updated state; Ad... | Sven Gothel | 2015-10-10 | 1 | -38/+116 |
* | Bug 1247 - TestGearsNewtAWTWrapper fails AWT recreation case removeNotify -> ... | Sven Gothel | 2015-10-09 | 2 | -46/+112 |
* | Bug 1247: Align NEWT AWT driver w/ GLCanvas (not fixing any issues) | Sven Gothel | 2015-10-09 | 1 | -18/+40 |
* | Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN: Hand... | Sven Gothel | 2015-10-09 | 1 | -1/+2 |
* | Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a... | Sven Gothel | 2015-10-09 | 1 | -7/+41 |
* | Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S... | Sven Gothel | 2015-10-08 | 1 | -14/+79 |
* | Bug 1238 - Fix NPE for Window-Icon's PNGPixelRect for unresolved location; Bu... | Sven Gothel | 2015-10-03 | 4 | -34/+56 |
* | Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78... | Sven Gothel | 2015-10-03 | 1 | -1/+1 |