aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native
Commit message (Expand)AuthorAgeFilesLines
* Bug 1470 - NEWT/JNI: Perform exception check and rethrow for all Java Callbac...Sven Gothel2023-10-026-7/+67
* Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ...Sven Gothel2023-10-028-236/+362
* Bug 1431: Fix NewtCanvasAWT resize on X11, broken since commit ad38d155985498...Sven Gothel2023-09-293-12/+19
* NEWT X11: Fix positionChanged: We need to translate the 0/0 client position t...Sven Gothel2023-01-311-1/+22
* NEWT: MonitorDevice: Add monitor-name, maybe an empty string. Implemented for...Sven Gothel2023-01-311-2/+41
* NEWT Soft-PixelScale (p1): WindowImpl: Separate window and pixel units for si...Sven Gothel2023-01-3110-55/+40
* GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...Sven Gothel2023-01-291-9/+49
* MacOS: NEWT: Remove keySymbol mapping using 'HIToolbox' TSMGetInputSourceProp...Sven Gothel2023-01-141-8/+53
* Bug 1421: NEWT OSX Invisible: Implement 'Fake invisible child window'Sven Gothel2020-01-152-7/+14
* Bug 1421: NEWT OSX Invisible: Fix orderOut0 re commit d92dc518eb891f2d125a813...Sven Gothel2020-01-151-2/+3
* NEWT OSX MacWindow.c: Add parentWindow to DBG_PRINTSven Gothel2020-01-151-16/+25
* Bug 1421: NEWT OSX Invisible: Refining child window visibility setting, comme...Sven Gothel2020-01-142-6/+28
* Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac...Sven Gothel2020-01-133-39/+51
* NEWT JVM_JNI8: Adapt to native library separation (head, drm) of commit b91c6...Sven Gothel2020-01-091-2/+9
* Bug 1156: NEWT Window: Better handling of fixed console case: Not resizable a...Sven Gothel2019-12-092-1/+4
* Bug 1156: DRM/GBM NEWT: Clarify drmModeSetCrtc(..)'s x/y parameter and earmar...Sven Gothel2019-12-071-50/+31
* Bug 1412: Fix commit a8c2de110a2254af137a3d99007cc77e3ecd8078Sven Gothel2019-12-062-6/+11
* Bug 1412 - JNI: NEWT Check & Handle Exception after calling back into Java (N...Sven Gothel2019-12-061-0/+1
* Bug 1413 - NEWT X11Window: NewtWindows_getFrameExtends(..) may hang on XPeekE...Sven Gothel2019-12-063-18/+28
* Bug 1412 - JNI: NEWT Check & Handle Exception after calling back into Java (X...Sven Gothel2019-12-064-7/+57
* Bug 1409: GNU/Linux DRM Console: Clear stdin before exit and don't act on std...Sven Gothel2019-12-052-3/+53
* Bug 1405, Bug 1406, Bug 1408: Resolution: Call ReleasePrimitiveArrayCritical(...egl-gbmSven Gothel2019-12-051-17/+18
* Bug 1156: NEWT DRM/GBM PointerIcon: Use hotX/hotY drmModeSetCursor2(..), henc...Sven Gothel2019-12-051-3/+5
* Bug 1156, Bug 1406: NEWT DRM/GBM WindowDriver.surfaceSwap(): Pass swapInterva...Sven Gothel2019-12-041-6/+21
* Bug 1156: Remove verbose print in native CreatePointer..Sven Gothel2019-11-301-1/+1
* Bug 1156: DRM/GBM: Add full PointerIcon (Cursor) SupportSven Gothel2019-11-292-1/+106
* Bug 1156: DRM/GBM Native test: Add CursorSven Gothel2019-11-281-0/+89
* Bug 1402: Standalone native test attempting to reproduce issueSven Gothel2019-11-282-0/+830
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-285-593/+390
* Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)Sven Gothel2019-11-233-67/+399
* Bug 1156: GBM: Fixing native GBM code, surviving initializationSven Gothel2019-11-221-22/+98
* Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementationSven Gothel2019-11-213-151/+237
* gbm/WindowDriver: make it compile and linkXerxes RĂ„nby2019-11-211-1/+1
* Bug 1156: EGL-GBM: Cherry pick changes ..Sven Gothel2019-11-211-2/+5
* add native gbm implementation for drm and gbm initialization.Erik De Rijcke2019-11-211-18/+113
* add gbm java & build modificationsErik De Rijcke2019-11-211-0/+49
* Bug 1393: MacOS: Wait for window position setting on main-thread (blocking)Sven Gothel2019-11-211-9/+6
* Bug 1394 - NEWT X11Window didn't gather inset at window creation (properly)Sven Gothel2019-09-111-16/+46
* NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): i...Sven Gothel2019-09-105-10/+10
* NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument....Sven Gothel2019-09-108-19/+19
* Bug 1393: Run orderFront0(=setVisible) async off-thread on AppKit after sync ...Sven Gothel2019-09-093-123/+103
* NEWT iOS: Support translucent windowsSven Gothel2019-07-081-1/+18
* NEWT iOS WindowDriver: Remove unused orig UIWindow/UIView creation pathSven Gothel2019-07-081-168/+1
* NEWT iOS WindowDriver: native UIWindow/UIView creation changeSven Gothel2019-07-081-0/+103
* NEWT iOS: Support Multi-Touch Events, PixelScale, ..Sven Gothel2019-07-087-533/+637
* NEWT iOS / MacOS: Simplify setJavaWindowObjectSven Gothel2019-07-082-15/+17
* iOS / MacOS: PixelScale UpdateSven Gothel2019-07-081-23/+27
* Copyright: Add missing Copyright tagSven Gothel2019-07-085-2/+57
* NEWT WindowImpl.doPointerEvent: Use native short[] for pNamesSven Gothel2019-07-082-13/+13
* NEWT: Align native MacOS / IOS file- and classnamesSven Gothel2019-06-264-102/+102