| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ... | Sven Gothel | 2023-10-02 | 1 | -65/+156 |
* | Bug 1431: Fix NewtCanvasAWT resize on X11, broken since commit ad38d155985498... | Sven Gothel | 2023-09-29 | 1 | -4/+7 |
* | NEWT X11: Fix positionChanged: We need to translate the 0/0 client position t... | Sven Gothel | 2023-01-31 | 1 | -1/+22 |
* | NEWT Soft-PixelScale (p1): WindowImpl: Separate window and pixel units for si... | Sven Gothel | 2023-01-31 | 1 | -7/+7 |
* | Bug 1413 - NEWT X11Window: NewtWindows_getFrameExtends(..) may hang on XPeekE... | Sven Gothel | 2019-12-06 | 1 | -1/+1 |
* | Bug 1412 - JNI: NEWT Check & Handle Exception after calling back into Java (X... | Sven Gothel | 2019-12-06 | 1 | -1/+20 |
* | NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): i... | Sven Gothel | 2019-09-10 | 1 | -3/+3 |
* | NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument.... | Sven Gothel | 2019-09-10 | 1 | -4/+4 |
* | NEWT WindowImpl.doPointerEvent: Use native short[] for pNames | Sven Gothel | 2019-07-08 | 1 | -6/+6 |
* | Bug 1348: Fix X11 XI Multitouch | Sven Gothel | 2019-03-27 | 1 | -37/+58 |
* | Bug 1348: X11 XI Multitouch: Refine commit 746383476aa449e9cab4a25df27be85b61... | Sven Gothel | 2019-03-27 | 1 | -2/+5 |
* | Bug 1348: X11 XI Multitouch: Fixes of previous commit 92006e4baef57f1f3fb647d... | Sven Gothel | 2019-03-27 | 1 | -106/+60 |
* | add touch event support for x11 server | Danny Koernig | 2016-11-17 | 1 | -3/+154 |
* | Bug 1249: NEWT/X11 Visibility: Listening to more events for updated state; Ad... | Sven Gothel | 2015-10-10 | 1 | -7/+42 |
* | Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN: Hand... | Sven Gothel | 2015-10-09 | 1 | -4/+6 |
* | Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a... | Sven Gothel | 2015-10-09 | 1 | -27/+39 |
* | Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S... | Sven Gothel | 2015-10-08 | 1 | -14/+39 |
* | Bug 1192: NEWT native/X11Display.c Cleanup JNI signatures in comments | Xerxes RĂ„nby | 2015-08-13 | 1 | -6/+6 |
* | Bug 1188: Refine Maximized on X11 / Impl. Maximized and Iconify on Windows | Sven Gothel | 2015-08-12 | 1 | -20/+21 |
* | Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a... | Sven Gothel | 2015-08-10 | 1 | -22/+26 |
* | Bug 1147 - Fix XRandR13 Usage: Rotate / Change-Mode, use unique CRTC/Mode ids... | Sven Gothel | 2015-03-20 | 1 | -4/+18 |
* | Bug 1135 - Cleanup: Fix native code Warning | Sven Gothel | 2015-03-06 | 1 | -1/+1 |
* | Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio... | Sven Gothel | 2014-01-08 | 1 | -5/+10 |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 1 | -0/+52 |
* | Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ... | Sven Gothel | 2013-05-16 | 1 | -4/+20 |
* | NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d... | Sven Gothel | 2013-04-11 | 1 | -0/+2 |
* | Bug 641 NEWT/X11: Deliver 'J_VK_WINDOWS'; keySym is layout independent for de... | Sven Gothel | 2013-04-08 | 1 | -3/+16 |
* | Bug 641 NEWT: X11 Deliver keyCode layout independent, keySym layout dependent... | Sven Gothel | 2013-04-08 | 1 | -17/+57 |
* | Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win... | Sven Gothel | 2013-04-06 | 1 | -8/+24 |
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K... | Sven Gothel | 2013-02-19 | 1 | -91/+51 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 1 | -12/+12 |
* | Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo... | Sven Gothel | 2012-10-31 | 1 | -13/+13 |
* | NEWT X11 Display: Ignore events w/ NULL window, instead of throwing a disturb... | Sven Gothel | 2012-10-28 | 1 | -7/+6 |
* | Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX | Sven Gothel | 2012-10-28 | 1 | -0/+2 |
* | Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ... | Sven Gothel | 2012-10-26 | 1 | -0/+2 |
* | NEWT X11/KeyMap: Add XK_grave -> J_VK_BACK_QUOTE | Sven Gothel | 2012-10-09 | 1 | -0/+2 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 1 | -2/+2 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 1 | -91/+0 |
* | Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR... | Sven Gothel | 2012-09-16 | 1 | -2/+16 |
* | NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,... | Sven Gothel | 2012-08-18 | 1 | -11/+11 |
* | C code: remove warnings | Sven Gothel | 2012-07-06 | 1 | -4/+4 |
* | NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc... | Sven Gothel | 2012-07-05 | 1 | -23/+58 |
* | Fix Bug 560 and NEWT window closing behavior in general for all platforms. | Sven Gothel | 2012-05-01 | 1 | -3/+6 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 1 | -1/+1 |
* | NEWT/X11: Fix regressions of commit f3f794fe37a7e33a771a4a702f3f46ead4dc6d03:... | Sven Gothel | 2011-12-23 | 1 | -3/+3 |
* | NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index; | Sven Gothel | 2011-12-23 | 1 | -0/+660 |