summaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* HiDPI: Revise AWT GLCanvas/GLJPanel ScalableSurface: No setSurfaceScale(), ha...Sven Gothel2023-05-152-30/+64
* HiDPI AWT/NEWT: Propagate AWT enforced pixelScale via setSurfaceScale() block...Sven Gothel2023-05-141-0/+1
* Merge pull request #110 from gbburkhardt/masterGöthel Software2023-03-081-0/+1
|\
| * Fix for AWT GLCcanvas DPI scaling. Forum thread https://forum.jogamp.org/DPI...Glenn Burkhardt2023-03-061-0/+1
* | [GL]Capabilities*: Enhance identity-check in root Capabilities.equals(..), co...Sven Gothel2023-03-084-5/+71
|/
* GLDrawableFactoryImpl:createDummyDrawable(): Similar to createOffscreenDrawab...Sven Gothel2023-03-041-8/+1
* EGLGraphicsDevice: Cleanup and enhance API doc for clarity ...Sven Gothel2023-03-043-25/+131
* Drop redundant NativeWindowFactory.getDefaultToolkitLock(type, deviceHandle) ...Sven Gothel2023-03-023-22/+5
* NativeWindow: Add getBounds() (moved from NEWT Window) and getSurfaceBounds()Sven Gothel2023-01-312-20/+44
* Nativewindow Rectangle*: Add contains, scale*(float..) and make union(List<Re...Sven Gothel2023-01-312-17/+71
* SWTAccessor.invokeOnOSTKThread(): Fix comment ..Sven Gothel2023-01-221-2/+1
* MacOS: JAWTWindow's OffscreeLayer: Show semantics in argument names and compl...Sven Gothel2023-01-221-3/+3
* MacOS: JAWTWindow.layoutSurfaceLayerImpl(): Perform OSXUtil.FixCALayerLayout(...Sven Gothel2023-01-221-2/+2
* JAWTWindow.ctor: Initialize offscreenSurfaceLayer before useSven Gothel2023-01-211-1/+1
* JAWTWindow.invalidateNative() and .detachSurfaceLayerImpl(): Pass copy of off...Sven Gothel2023-01-211-10/+12
* Don't import conditional platform specific 'static' code but fully qualify na...Sven Gothel2023-01-201-32/+18
* JAWTWindow: Constrain AppContextInfo creation where offscreen layer is suppor...Sven Gothel2023-01-181-2/+9
* JAWTWindow: Remove java.applet.Applet detection .. it's gone :-(Sven Gothel2023-01-181-8/+12
* 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
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-144-9/+10
|/
* Bug 1398: Expose NativeSurface implementation's RecursiveLock if utilizedSven Gothel2020-03-051-0/+19
* OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau...Sven Gothel2020-03-041-13/+21
* 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-131-23/+0
* NativeWindow Point.set*(..): Return instance for scaling (chaining)Sven Gothel2020-01-121-3/+19
* Bug 1421, Bug 1358, Bug 969, Bug 672: SWTAccessor: Add get[Location|Size]InPi...Sven Gothel2020-01-051-1/+74
* VC4: Only load Broadcom EGL driver when guessVCIVUsedXerxes Rånby2019-12-041-4/+14
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-283-7/+30
* Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according...Sven Gothel2019-11-221-55/+63
* 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
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-081-1/+2
* 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-041-11/+15
* 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