summaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* SWT+AWT: Ensure SWTAccessor gets called before AWT initialization on GTK/X11 ...Sven Gothel2023-01-161-0/+12
* SWTAccessor: Adopt to SWT 4.26Sven Gothel2023-01-161-32/+27
* Merge pull request #108 from PeterC-DLS/swt-420-fixSven Gothel2023-01-161-1/+9
|\
| * Add new class location of SWT's gtk_widget_get_windowPeter Chang2022-04-141-1/+9
* | JAWTUtil: Cleanup MacOS JVM and OS version flags: Private and store compariso...Sven Gothel2023-01-151-14/+16
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-1413-28/+30
|/
* Bug 1398: Expose NativeSurface implementation's RecursiveLock if utilizedSven Gothel2020-03-052-0/+24
* OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau...Sven Gothel2020-03-041-13/+21
* IOSUtil.IsMainThread(): Utilize caching ThreadLocal<Boolean> like OSXUtil's v...Sven Gothel2020-02-241-1/+17
* Bug 1422: Use own deviceZoomScaleUp(..) disregarding higher-toolkit's compens...Sven Gothel2020-01-161-10/+144
* Bug 1422: Emulate DPI Scaling on non-native DPI autoscale platforms (!MacOS)Sven Gothel2020-01-151-5/+43
* Nativewindow Rectangle*: Cleanup up union(..), intersection(..): Return a new...Sven Gothel2020-01-152-26/+21
* Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac...Sven Gothel2020-01-133-74/+7
* NativeWindow Point.set*(..): Return instance for scaling (chaining)Sven Gothel2020-01-121-3/+19
* Bug 1421: OSXUtil: Add GetLocation(..), simply returning the view's frame pos...Sven Gothel2020-01-062-0/+44
* Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge...Sven Gothel2020-01-052-3/+43
* Bug 1421, Bug 1358, Bug 969, Bug 672: SWTAccessor: Add get[Location|Size]InPi...Sven Gothel2020-01-051-1/+74
* Bug 1358: Add OSXUtil.GetWindowPixelScale(..)Sven Gothel2020-01-042-1/+52
* Merge remote-tracking branch 'xranby/master'Sven Gothel2019-12-041-4/+14
|\
| * VC4: Only load Broadcom EGL driver when guessVCIVUsedXerxes Rånby2019-12-041-4/+14
* | Bug 1406: DRMUtil: Probe DRM device whether it has resources attached (and is...Sven Gothel2019-12-041-2/+41
|/
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-288-7/+684
* Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)Sven Gothel2019-11-231-0/+4
* Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according...Sven Gothel2019-11-222-58/+72
* Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM)Sven Gothel2019-11-211-8/+8
* gbm/WindowDriver: make it compile and linkXerxes Rånby2019-11-211-1/+1
* detect gbm platform on linux when no other display server is runningErik De Rijcke2019-11-211-5/+43
* MacOS: Add more debug log detailsSven Gothel2019-11-212-16/+49
* Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'java11iosSven Gothel2019-09-091-2/+21
* OSXUtil::IsMainThread() Utilize ThreadLocal storage flag avoiding unnecessary...Sven Gothel2019-09-081-24/+19
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-084-8/+18
* Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...Sven Gothel2019-09-071-20/+17
* Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...Sven Gothel2019-09-071-0/+164
* Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoidi...Sven Gothel2019-09-043-53/+84
* Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl...Sven Gothel2019-09-041-65/+120
* Bug 1363: Java 11: Resolve unsupported JAWTUtil.getMonitorDisplayID(..)Sven Gothel2019-08-191-5/+11
* Bug 1363: Java 11: Use getPixelScale standard method even on Mac under Java9+Sven Gothel2019-08-191-50/+50
* Bug 1363: Java 11: Don't use GraphicsDevice.getScaleFactor() on Java9+ [illeg...Sven Gothel2019-08-191-3/+16
* Bug 1363: Java 11: Don't use sun.awt.SunToolkit.awtLock/Unlock on Java9+ [ill...Sven Gothel2019-08-191-10/+15
* iOS: IOSUtil_CreateGLViewDemoA0 tests native UIWindow parenting (works)Sven Gothel2019-07-081-4/+11
* NEWT iOS: Support translucent windowsSven Gothel2019-07-083-12/+23
* NEWT iOS: Support Multi-Touch Events, PixelScale, ..Sven Gothel2019-07-082-1/+2
* iOS / MacOS: PixelScale UpdateSven Gothel2019-07-085-49/+44
* iOS: EAGLLayer FBO w/ DEPTH buffer workaround 1Sven Gothel2019-06-241-0/+3
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-2311-8/+1524
* Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ...Sven Gothel2019-04-101-1/+55
* Bug 1362: SWTAccessor: c -> cGTK for readabilitySven Gothel2019-04-051-19/+20
* Bug 1362: Enhancing SWT/GTK Support for GTK 2.90, SWT > 4.8 (?)Wade Walker2019-04-051-9/+40
* Bug 1370: Call from Main-Thread: NW's OSXUtil.CreateNSWindow0(..) and NEWT's ...Sven Gothel2019-04-051-3/+8
* Bug 1367: Adapt to TempFileCache & TempJarCache ChangesSven Gothel2019-04-031-1/+1