| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according... | Sven Gothel | 2019-11-22 | 1 | -55/+63 |
* | Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM) | Sven Gothel | 2019-11-21 | 1 | -8/+8 |
* | gbm/WindowDriver: make it compile and link | Xerxes RĂ„nby | 2019-11-21 | 1 | -1/+1 |
* | detect gbm platform on linux when no other display server is running | Erik De Rijcke | 2019-11-21 | 1 | -5/+43 |
* | Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:] | Sven Gothel | 2019-09-08 | 1 | -1/+2 |
* | Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter... | Sven Gothel | 2019-09-07 | 1 | -20/+17 |
* | Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ... | Sven Gothel | 2019-09-07 | 1 | -0/+164 |
* | Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoidi... | Sven Gothel | 2019-09-04 | 1 | -11/+15 |
* | NEWT iOS: Support Multi-Touch Events, PixelScale, .. | Sven Gothel | 2019-07-08 | 1 | -1/+1 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 3 | -0/+65 |
* | Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ... | Sven Gothel | 2019-04-10 | 1 | -1/+55 |
* | Bug 1362: SWTAccessor: c -> cGTK for readability | Sven Gothel | 2019-04-05 | 1 | -19/+20 |
* | Bug 1362: Enhancing SWT/GTK Support for GTK 2.90, SWT > 4.8 (?) | Wade Walker | 2019-04-05 | 1 | -9/+40 |
* | Merge pull request #90 from packet0/patch-1 | Sven Gothel | 2019-03-26 | 1 | -1/+2 |
|\ |
|
| * | SWTAccessor: Cleanup disable debug messages | packet0 | 2015-08-11 | 1 | -1/+2 |
* | | Adding NativeWindowHolder extends NativeSurfaceHolder; API Doc for NEWTDemoLi... | Sven Gothel | 2019-03-20 | 1 | -0/+41 |
* | | JavaFX: Remove JFXAccessor redundancy | Sven Gothel | 2019-03-19 | 1 | -15/+13 |
* | | JavaFX: Fix API doc of JFXAccessor | Sven Gothel | 2019-03-19 | 1 | -6/+6 |
* | | JavaFX: Adding JavaFX Support for NEWT utilizing native Window parenting via ... | Sven Gothel | 2019-03-19 | 3 | -1/+307 |
* | | Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'rcpulled | Sven Gothel | 2018-01-16 | 1 | -18/+2 |
* | | Merge pull request #96 from gohai/vc4-module | Sven Gothel | 2018-01-15 | 1 | -1/+3 |
|\ \ |
|
| * | | Change BCM VC IV detection to handle presence of vc4 DRI module | gohai | 2016-02-10 | 1 | -1/+3 |
* | | | jogl: complete audit of code for unneeded calls to .intern() | Harvey Harrison | 2015-12-07 | 1 | -8/+8 |
|/ / |
|
* | | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 3 | -49/+7 |
* | | Bug 1247: JAWTWindow fail early w/ useful info: setAWTGraphicsConfiguration(.... | Sven Gothel | 2015-10-09 | 1 | -0/+6 |
* | | Bug 1247: Enhance JAWTWindow DEBUG output (not fixing any issues) | Sven Gothel | 2015-10-09 | 1 | -13/+17 |
* | | Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter... | Sven Gothel | 2015-09-15 | 1 | -1/+2 |
* | | NativeWindowFactory.createDevice(..): Support creating EGLGraphicsDevice usin... | Sven Gothel | 2015-09-02 | 1 | -3/+23 |
* | | Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate... | Sven Gothel | 2015-08-31 | 1 | -0/+43 |
* | | Bug 1203: EGLGraphicsDevice.nativeDisplayID: Differentiate upstream device's ... | Sven Gothel | 2015-08-29 | 1 | -0/+12 |
* | | Bug 1203: Use platform native default display connection | Sven Gothel | 2015-08-29 | 5 | -6/+37 |
* | | Bug 1203: Properly format DEBUG output related to mapGLVersions: Use '-MapGLV... | Sven Gothel | 2015-08-27 | 1 | -0/+1 |
|/ |
|
* | Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a... | Sven Gothel | 2015-08-10 | 1 | -0/+10 |
* | Adapt to GlueGen's Bitfield Changes (commit 047e9adaf2a5f51f7acfa194a744c99b6... | Sven Gothel | 2015-08-02 | 1 | -1/+1 |
* | Use GlueGen's Bitfield instead of IntBitfield | Sven Gothel | 2015-07-30 | 1 | -2/+2 |
* | JAWTWindow: Fix binary compatibility: Add old variants of deprecated method, ... | Sven Gothel | 2015-07-28 | 1 | -0/+14 |
* | Bug 1161 - Fix Canvas resize stops the rendering in Mac OS X (mostly from Web... | Sven Gothel | 2015-07-28 | 1 | -2/+3 |
* | Bug 1181 - JOGL WebStart Applications using GLCanvas/AWT may Deadlock by two ... | Sven Gothel | 2015-07-27 | 1 | -17/+39 |
* | Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration w... | Sven Gothel | 2015-07-27 | 2 | -14/+64 |
* | Expand bitmasks in SWTAccessor GTK_VERSION method | rhatcher | 2015-07-10 | 1 | -3/+3 |
* | NativeWindow: Refactor getLocationOnScreenSafe(..) and getLocationOnScreenNon... | Sven Gothel | 2015-02-17 | 1 | -48/+2 |
* | NativeWindowFactory: Add FIXME tag regarding Bug 973 (Needs service provider ... | Sven Gothel | 2015-02-17 | 1 | -10/+30 |
* | Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()] | Sven Gothel | 2015-02-16 | 2 | -8/+8 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2) | Sven Gothel | 2015-02-02 | 39 | -0/+6823 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 19 | -65/+65 |
* | Add FIXME notes: AWTPrintLifecycle, WindowsWGLGraphicsConfiguration | Sven Gothel | 2015-02-02 | 1 | -0/+1 |
* | Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE) | Sven Gothel | 2015-01-27 | 1 | -39/+85 |
* | Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(.... | Sven Gothel | 2015-01-23 | 1 | -0/+88 |
* | Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '... | Sven Gothel | 2014-12-07 | 1 | -5/+23 |
* | Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered... | Sven Gothel | 2014-12-06 | 1 | -25/+68 |