| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1470 - NEWT/JNI: Perform exception check and rethrow for all Java Callbac... | Sven Gothel | 2023-10-02 | 6 | -7/+67 |
* | Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ... | Sven Gothel | 2023-10-02 | 8 | -236/+362 |
* | Bug 1431: Fix NewtCanvasAWT resize on X11, broken since commit ad38d155985498... | Sven Gothel | 2023-09-29 | 3 | -12/+19 |
* | NEWT X11: Fix positionChanged: We need to translate the 0/0 client position t... | Sven Gothel | 2023-01-31 | 1 | -1/+22 |
* | NEWT: MonitorDevice: Add monitor-name, maybe an empty string. Implemented for... | Sven Gothel | 2023-01-31 | 1 | -2/+41 |
* | NEWT Soft-PixelScale (p1): WindowImpl: Separate window and pixel units for si... | Sven Gothel | 2023-01-31 | 10 | -55/+40 |
* | GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add... | Sven Gothel | 2023-01-29 | 1 | -9/+49 |
* | MacOS: NEWT: Remove keySymbol mapping using 'HIToolbox' TSMGetInputSourceProp... | Sven Gothel | 2023-01-14 | 1 | -8/+53 |
* | Bug 1421: NEWT OSX Invisible: Implement 'Fake invisible child window' | Sven Gothel | 2020-01-15 | 2 | -7/+14 |
* | Bug 1421: NEWT OSX Invisible: Fix orderOut0 re commit d92dc518eb891f2d125a813... | Sven Gothel | 2020-01-15 | 1 | -2/+3 |
* | NEWT OSX MacWindow.c: Add parentWindow to DBG_PRINT | Sven Gothel | 2020-01-15 | 1 | -16/+25 |
* | Bug 1421: NEWT OSX Invisible: Refining child window visibility setting, comme... | Sven Gothel | 2020-01-14 | 2 | -6/+28 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac... | Sven Gothel | 2020-01-13 | 3 | -39/+51 |
* | NEWT JVM_JNI8: Adapt to native library separation (head, drm) of commit b91c6... | Sven Gothel | 2020-01-09 | 1 | -2/+9 |
* | Bug 1156: NEWT Window: Better handling of fixed console case: Not resizable a... | Sven Gothel | 2019-12-09 | 2 | -1/+4 |
* | Bug 1156: DRM/GBM NEWT: Clarify drmModeSetCrtc(..)'s x/y parameter and earmar... | Sven Gothel | 2019-12-07 | 1 | -50/+31 |
* | Bug 1412: Fix commit a8c2de110a2254af137a3d99007cc77e3ecd8078 | Sven Gothel | 2019-12-06 | 2 | -6/+11 |
* | Bug 1412 - JNI: NEWT Check & Handle Exception after calling back into Java (N... | Sven Gothel | 2019-12-06 | 1 | -0/+1 |
* | Bug 1413 - NEWT X11Window: NewtWindows_getFrameExtends(..) may hang on XPeekE... | Sven Gothel | 2019-12-06 | 3 | -18/+28 |
* | Bug 1412 - JNI: NEWT Check & Handle Exception after calling back into Java (X... | Sven Gothel | 2019-12-06 | 4 | -7/+57 |
* | Bug 1409: GNU/Linux DRM Console: Clear stdin before exit and don't act on std... | Sven Gothel | 2019-12-05 | 2 | -3/+53 |
* | Bug 1405, Bug 1406, Bug 1408: Resolution: Call ReleasePrimitiveArrayCritical(...egl-gbm | Sven Gothel | 2019-12-05 | 1 | -17/+18 |
* | Bug 1156: NEWT DRM/GBM PointerIcon: Use hotX/hotY drmModeSetCursor2(..), henc... | Sven Gothel | 2019-12-05 | 1 | -3/+5 |
* | Bug 1156, Bug 1406: NEWT DRM/GBM WindowDriver.surfaceSwap(): Pass swapInterva... | Sven Gothel | 2019-12-04 | 1 | -6/+21 |
* | Bug 1156: Remove verbose print in native CreatePointer.. | Sven Gothel | 2019-11-30 | 1 | -1/+1 |
* | Bug 1156: DRM/GBM: Add full PointerIcon (Cursor) Support | Sven Gothel | 2019-11-29 | 2 | -1/+106 |
* | Bug 1156: DRM/GBM Native test: Add Cursor | Sven Gothel | 2019-11-28 | 1 | -0/+89 |
* | Bug 1402: Standalone native test attempting to reproduce issue | Sven Gothel | 2019-11-28 | 2 | -0/+830 |
* | Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWT | Sven Gothel | 2019-11-28 | 5 | -593/+390 |
* | Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync) | Sven Gothel | 2019-11-23 | 3 | -67/+399 |
* | Bug 1156: GBM: Fixing native GBM code, surviving initialization | Sven Gothel | 2019-11-22 | 1 | -22/+98 |
* | Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementation | Sven Gothel | 2019-11-21 | 3 | -151/+237 |
* | gbm/WindowDriver: make it compile and link | Xerxes RĂ„nby | 2019-11-21 | 1 | -1/+1 |
* | Bug 1156: EGL-GBM: Cherry pick changes .. | Sven Gothel | 2019-11-21 | 1 | -2/+5 |
* | add native gbm implementation for drm and gbm initialization. | Erik De Rijcke | 2019-11-21 | 1 | -18/+113 |
* | add gbm java & build modifications | Erik De Rijcke | 2019-11-21 | 1 | -0/+49 |
* | Bug 1393: MacOS: Wait for window position setting on main-thread (blocking) | Sven Gothel | 2019-11-21 | 1 | -9/+6 |
* | Bug 1394 - NEWT X11Window didn't gather inset at window creation (properly) | Sven Gothel | 2019-09-11 | 1 | -16/+46 |
* | NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): i... | Sven Gothel | 2019-09-10 | 5 | -10/+10 |
* | NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument.... | Sven Gothel | 2019-09-10 | 8 | -19/+19 |
* | Bug 1393: Run orderFront0(=setVisible) async off-thread on AppKit after sync ... | Sven Gothel | 2019-09-09 | 3 | -123/+103 |
* | NEWT iOS: Support translucent windows | Sven Gothel | 2019-07-08 | 1 | -1/+18 |
* | NEWT iOS WindowDriver: Remove unused orig UIWindow/UIView creation path | Sven Gothel | 2019-07-08 | 1 | -168/+1 |
* | NEWT iOS WindowDriver: native UIWindow/UIView creation change | Sven Gothel | 2019-07-08 | 1 | -0/+103 |
* | NEWT iOS: Support Multi-Touch Events, PixelScale, .. | Sven Gothel | 2019-07-08 | 7 | -533/+637 |
* | NEWT iOS / MacOS: Simplify setJavaWindowObject | Sven Gothel | 2019-07-08 | 2 | -15/+17 |
* | iOS / MacOS: PixelScale Update | Sven Gothel | 2019-07-08 | 1 | -23/+27 |
* | Copyright: Add missing Copyright tag | Sven Gothel | 2019-07-08 | 5 | -2/+57 |
* | NEWT WindowImpl.doPointerEvent: Use native short[] for pNames | Sven Gothel | 2019-07-08 | 2 | -13/+13 |
* | NEWT: Align native MacOS / IOS file- and classnames | Sven Gothel | 2019-06-26 | 4 | -102/+102 |