aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes
Commit message (Expand)AuthorAgeFilesLines
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-083-5/+12
* 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
* NEWT iOS: Support translucent windowsSven Gothel2019-07-082-4/+4
* NEWT iOS: Support Multi-Touch Events, PixelScale, ..Sven Gothel2019-07-081-1/+1
* iOS / MacOS: PixelScale UpdateSven Gothel2019-07-083-18/+18
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-235-0/+481
* 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
* Merge pull request #90 from packet0/patch-1Sven Gothel2019-03-261-1/+2
|\
| * SWTAccessor: Cleanup disable debug messagespacket02015-08-111-1/+2
* | Adding NativeWindowHolder extends NativeSurfaceHolder; API Doc for NEWTDemoLi...Sven Gothel2019-03-201-0/+41
* | JavaFX: Remove JFXAccessor redundancySven Gothel2019-03-191-15/+13
* | JavaFX: Fix API doc of JFXAccessorSven Gothel2019-03-191-6/+6
* | JavaFX: Adding JavaFX Support for NEWT utilizing native Window parenting via ...Sven Gothel2019-03-193-1/+307
* | Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'rcpulledSven Gothel2018-01-162-18/+78
* | Merge pull request #96 from gohai/vc4-moduleSven Gothel2018-01-151-1/+3
|\ \
| * | Change BCM VC IV detection to handle presence of vc4 DRI modulegohai2016-02-101-1/+3
* | | jogl: complete audit of code for unneeded calls to .intern()Harvey Harrison2015-12-071-8/+8
|/ /
* | X11Util.openDisplay: DEBUG: Show reusable and pending display countSven Gothel2015-11-151-4/+6
* | Remove deprectated classes and methodsSven Gothel2015-10-153-49/+7
* | Bug 1247: JAWTWindow fail early w/ useful info: setAWTGraphicsConfiguration(....Sven Gothel2015-10-091-0/+6
* | Bug 1247: Enhance JAWTWindow DEBUG output (not fixing any issues)Sven Gothel2015-10-091-13/+17
* | 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-152-23/+23
* | NativeWindowFactory.createDevice(..): Support creating EGLGraphicsDevice usin...Sven Gothel2015-09-021-3/+23
* | Bug 1212 - OSX: Crash using CALayer at UnsetJAWTRootSurfaceLayer0(..) w/ Java...Sven Gothel2015-09-011-4/+5
* | Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate...Sven Gothel2015-08-312-5/+50
* | Bug 1203: EGLGraphicsDevice.nativeDisplayID: Differentiate upstream device's ...Sven Gothel2015-08-291-0/+12
* | Bug 1203: Use platform native default display connectionSven Gothel2015-08-295-6/+37
* | Bug 1203: Properly format DEBUG output related to mapGLVersions: Use '-MapGLV...Sven Gothel2015-08-271-0/+1
|/
* Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a...Sven Gothel2015-08-101-0/+10
* Adapt to GlueGen's Bitfield Changes (commit 047e9adaf2a5f51f7acfa194a744c99b6...Sven Gothel2015-08-021-1/+1
* Use GlueGen's Bitfield instead of IntBitfieldSven Gothel2015-07-301-2/+2
* JAWTWindow: Fix binary compatibility: Add old variants of deprecated method, ...Sven Gothel2015-07-281-0/+14
* Bug 1161 - Fix Canvas resize stops the rendering in Mac OS X (mostly from Web...Sven Gothel2015-07-281-2/+3
* Bug 1181 - JOGL WebStart Applications using GLCanvas/AWT may Deadlock by two ...Sven Gothel2015-07-274-23/+50
* Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration w...Sven Gothel2015-07-272-14/+64
* Expand bitmasks in SWTAccessor GTK_VERSION methodrhatcher2015-07-101-3/+3
* Bug 1148 - OSX MonitorDevice: Use unique and native deviceID instead of indexSven Gothel2015-03-212-15/+14