aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWTSven Gothel2023-09-291-8/+95
* Adopt to GlueGen Struct API Change get/set array argumentsSven Gothel2023-06-161-2/+3
* HiDPI: Revise AWT GLCanvas/GLJPanel ScalableSurface: No setSurfaceScale(), ha...Sven Gothel2023-05-152-22/+10
* SurfaceScaleUtils: Remove unused isZero(..)Sven Gothel2023-05-141-9/+0
* HiDPI AWT/NEWT: Propagate AWT enforced pixelScale via setSurfaceScale() block...Sven Gothel2023-05-141-5/+25
* [GL]Capabilities*: Enhance identity-check in root Capabilities.equals(..), co...Sven Gothel2023-03-081-1/+14
* NEWT Soft-PixelScale (p7): get{Global->}PixelScaleEnv(..): Support per monito...v2.4.0Sven Gothel2023-01-311-18/+82
* NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... ...Sven Gothel2023-01-311-0/+46
* NEWT Soft-PixelScale (p1): WindowImpl: Separate window and pixel units for si...Sven Gothel2023-01-311-0/+30
* Fix NewtFactoryAWT: screen.getMonitor(..) -> screen.getMonitorById(..); Misc ...Sven Gothel2023-01-312-6/+2
* NativeWindow: Add getBounds() (moved from NEWT Window) and getSurfaceBounds()Sven Gothel2023-01-313-6/+24
* GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...Sven Gothel2023-01-291-0/+22
* MacOS: JAWTWindow: Complete MacOS 12+ SIGSEGV JAW Crash Fix; This: Destroy NS...Sven Gothel2023-01-221-5/+12
* MacOS: JAWTWindow.invalidateNative(): Use copied references in off-thread ope...Sven Gothel2023-01-221-10/+12
* MacOS: JAWTWindow's OffscreeLayer: Show semantics in argument names and compl...Sven Gothel2023-01-221-14/+16
* MacOS: JAWTWindow.layoutSurfaceLayerImpl(): Perform OSXUtil.FixCALayerLayout(...Sven Gothel2023-01-221-4/+12
* JAWTWindow.invalidateNative() and .detachSurfaceLayerImpl(): Pass copy of off...Sven Gothel2023-01-213-5/+5
* JAWTWindow: Constrain AppContextInfo creation where offscreen layer is suppor...Sven Gothel2023-01-181-0/+4
* 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-149-19/+20
* Bug 1398: Expose NativeSurface implementation's RecursiveLock if utilizedSven Gothel2020-03-051-0/+5
* IOSUtil.IsMainThread(): Utilize caching ThreadLocal<Boolean> like OSXUtil's v...Sven Gothel2020-02-241-1/+17
* Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac...Sven Gothel2020-01-131-8/+0
* Bug 1421: OSXUtil: Add GetLocation(..), simply returning the view's frame pos...Sven Gothel2020-01-061-0/+8
* Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge...Sven Gothel2020-01-051-0/+6
* Bug 1358: Add OSXUtil.GetWindowPixelScale(..)Sven Gothel2020-01-041-0/+8
* 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-283-0/+563
* 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-221-3/+9
* MacOS: Add more debug log detailsSven Gothel2019-11-211-0/+7
* 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-082-4/+10
* Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoidi...Sven Gothel2019-09-042-42/+69
* 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
* NEWT iOS: Support translucent windowsSven Gothel2019-07-082-4/+4
* iOS / MacOS: PixelScale UpdateSven Gothel2019-07-083-18/+18
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-232-0/+416
* 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
* Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'rcpulledSven Gothel2018-01-161-0/+76
* X11Util.openDisplay: DEBUG: Show reusable and pending display countSven Gothel2015-11-151-4/+6
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-011-1/+78
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-09-261-0/+26
* Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-151-22/+21