| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac... | Sven Gothel | 2020-01-13 | 3 | -128/+79 |
* | NativeWindow Point.set*(..): Return instance for scaling (chaining) | Sven Gothel | 2020-01-12 | 1 | -2/+1 |
* | Bug 1358: Merely simplifying the non MacOS getClientAreaInPixels() code path | Sven Gothel | 2020-01-06 | 1 | -2/+6 |
* | Bug 1421: Tackle wrong position of TabFolder, SashForm etc | Sven Gothel | 2020-01-06 | 1 | -16/+66 |
* | Bug 1421: Minor commenting | Sven Gothel | 2020-01-06 | 1 | -2/+1 |
* | Bug 1421: Minor cleanup / commenting | Sven Gothel | 2020-01-06 | 1 | -9/+8 |
* | Bug 1421: Move Bug 1362 'setBackground(..)' fix before potential 'setNEWTChil... | Sven Gothel | 2020-01-06 | 1 | -4/+4 |
* | SWT GLCanvas: Fix NPE in DEBUG mode; NewtCanvasSWT: Resurect comment in setBo... | Sven Gothel | 2020-01-06 | 1 | -1/+2 |
* | Bug 1358: MacOS NEWT WindowDriver / NewtCanvasSWT High-DPI: | Sven Gothel | 2020-01-04 | 1 | -7/+14 |
* | Bug 1358: NewtCanvasSWT High-DPI: Propagate pixelScale to NEWT-Child and util... | Sven Gothel | 2020-01-04 | 1 | -3/+39 |
* | Bug 1358: NewtCanvasSWT High-DPI: Use window-units where required instead of ... | Sven Gothel | 2020-01-04 | 1 | -8/+8 |
* | Bug 1393: MacOS: getLocationOnScreen w/ JAWT Parent: Use parent's unblocking ... | Sven Gothel | 2020-01-02 | 1 | -1/+13 |
* | Bug 1156: Seperate DRM/GBM NEWT native library from main head NEWT native lib... | Sven Gothel | 2019-12-25 | 12 | -13/+33 |
* | Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable... | Sven Gothel | 2019-12-09 | 1 | -2/+2 |
* | Bug 1156: NEWT Window: Better handling of fixed console case: Not resizable a... | Sven Gothel | 2019-12-09 | 12 | -29/+138 |
* | Bug 1393: Apply 12eed5d38616d23b6e8e2e5b497dfc2f54d90c90 to IOS, avoiding App... | Sven Gothel | 2019-12-08 | 1 | -4/+6 |
* | Bug 1393: Resolve EDT + AppKit Deadlock with native parenting: Fetch parent s... | Sven Gothel | 2019-12-08 | 1 | -4/+6 |
* | NEWT WindowImpl: Wording in comment | Sven Gothel | 2019-12-08 | 1 | -1/+1 |
* | Bug 1156: DRM/GBM NEWT: Clarify drmModeSetCrtc(..)'s x/y parameter and earmar... | Sven Gothel | 2019-12-07 | 1 | -110/+53 |
* | Bug 1410: Fix NEWT PointerIcon Lifecycle (destroy and clean references @ clos... | Sven Gothel | 2019-12-06 | 2 | -10/+35 |
* | Fix regression of commit 2b899a55e365aa03aeb234187600526777c1a9ac | Sven Gothel | 2019-12-06 | 1 | -1/+1 |
* | Bug 1409: GNU/Linux DRM Console: Clear stdin before exit and don't act on std... | Sven Gothel | 2019-12-05 | 1 | -0/+7 |
* | PointerIcon new instances are always valid .. | Sven Gothel | 2019-12-05 | 2 | -7/+15 |
* | LinuxKeyEventTracker: Factor out 'sendKeyEvent(..)' call with null check. | Sven Gothel | 2019-12-05 | 1 | -12/+12 |
* | NEWTDemoListener: Fix NPE | Sven Gothel | 2019-12-05 | 1 | -4/+7 |
* | Bug 1156: NEWT DRM/GBM PointerIcon: Use hotX/hotY drmModeSetCursor2(..), henc... | Sven Gothel | 2019-12-05 | 3 | -27/+30 |
* | Bug 1408: NEWT DRM/GBM WindowDriver: Adding glFinish() before eglSwapBuffers(... | Sven Gothel | 2019-12-04 | 1 | -0/+1 |
* | Bug 1408: NEWT DisplayImpl PointerIcon: Property 'newt.disable.PointerIcon' d... | Sven Gothel | 2019-12-04 | 1 | -1/+7 |
* | Bug 1408: NEWT DRM/GBM DisplayDriver: Add device locking/unlocking decoration... | Sven Gothel | 2019-12-04 | 2 | -9/+44 |
* | NEWT: Align DisplayImpl.createPointerIcon(..) behavior; PointerIconImpl.valid... | Sven Gothel | 2019-12-04 | 3 | -40/+16 |
* | Bug 1156, Bug 1406: NEWT DRM/GBM WindowDriver.surfaceSwap(): Pass swapInterva... | Sven Gothel | 2019-12-04 | 1 | -10/+20 |
* | Bug 1406: demos.Launcher0: More code path reduction: useMultiplePointerIcon m... | Sven Gothel | 2019-12-04 | 1 | -6/+11 |
* | 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 | 4 | -20/+11 |
* | 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 |