aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/com
Commit message (Expand)AuthorAgeFilesLines
* NEWT iOS: Support Multi-Touch Events, PixelScale, ..Sven Gothel2019-07-081-1/+1
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-233-0/+65
* 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
* 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-161-18/+2
* | 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
|/ /
* | 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 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-151-1/+2
* | NativeWindowFactory.createDevice(..): Support creating EGLGraphicsDevice usin...Sven Gothel2015-09-021-3/+23
* | Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate...Sven Gothel2015-08-311-0/+43
* | 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-271-17/+39
* 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
* NativeWindow: Refactor getLocationOnScreenSafe(..) and getLocationOnScreenNon...Sven Gothel2015-02-171-48/+2
* NativeWindowFactory: Add FIXME tag regarding Bug 973 (Needs service provider ...Sven Gothel2015-02-171-10/+30
* Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()]Sven Gothel2015-02-162-8/+8
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)Sven Gothel2015-02-0239-0/+6823
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0219-65/+65
* Add FIXME notes: AWTPrintLifecycle, WindowsWGLGraphicsConfigurationSven Gothel2015-02-021-0/+1
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-271-39/+85
* Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....Sven Gothel2015-01-231-0/+88
* Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-071-5/+23
* Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-061-25/+68
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-261-3/+4
* Findbugs: Remove branches where reference cannot be nullSven Gothel2014-07-081-2/+2
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-081-4/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0319-139/+140
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-2/+2
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-121-1/+1
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-091-7/+16
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-081-5/+7