aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* NativeWindowFactory.createDevice(..) w/ unitID for cloning; DefaultGraphicsDe...Sven Göthel2024-01-255-79/+68
* 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-154-52/+74
* SurfaceScaleUtils: Remove unused isZero(..)Sven Gothel2023-05-141-9/+0
* HiDPI AWT/NEWT: Propagate AWT enforced pixelScale via setSurfaceScale() block...Sven Gothel2023-05-142-5/+26
* Nativewindow OSXmisc.m: Minor cleanupSven Gothel2023-05-061-18/+19
* 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-085-6/+85
|/
* 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
* 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-315-26/+68
* Nativewindow Rectangle*: Add contains, scale*(float..) and make union(List<Re...Sven Gothel2023-01-312-17/+71
* GDIUtil: Add GetMonitor*() variants incl. PixelScale (Part-2, adding missing ...Sven Gothel2023-01-312-0/+106
* GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...Sven Gothel2023-01-291-0/+22
* SWTAccessor.invokeOnOSTKThread(): Fix comment ..Sven Gothel2023-01-221-2/+1
* 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-222-17/+19
* MacOS: JAWTWindow.layoutSurfaceLayerImpl(): Perform OSXUtil.FixCALayerLayout(...Sven Gothel2023-01-222-6/+14
* OSXMisc.m: Show semantics: caLayer -> rootCALayerSven Gothel2023-01-221-15/+14
* JAWTWindow.ctor: Initialize offscreenSurfaceLayer before useSven Gothel2023-01-211-1/+1
* JAWTWindow.invalidateNative() and .detachSurfaceLayerImpl(): Pass copy of off...Sven Gothel2023-01-214-15/+17
* 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-182-2/+13
* 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
* | 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-1413-28/+30
|/
* Bug 1398: Expose NativeSurface implementation's RecursiveLock if utilizedSven Gothel2020-03-052-0/+24
* OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau...Sven Gothel2020-03-041-13/+21
* IOSUtil.IsMainThread(): Utilize caching ThreadLocal<Boolean> like OSXUtil's v...Sven Gothel2020-02-241-1/+17
* 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-133-74/+7
* NativeWindow Point.set*(..): Return instance for scaling (chaining)Sven Gothel2020-01-121-3/+19
* Bug 1421: OSXUtil: Add GetLocation(..), simply returning the view's frame pos...Sven Gothel2020-01-062-0/+44
* Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge...Sven Gothel2020-01-052-3/+43
* Bug 1421, Bug 1358, Bug 969, Bug 672: SWTAccessor: Add get[Location|Size]InPi...Sven Gothel2020-01-051-1/+74
* Bug 1358: Add OSXUtil.GetWindowPixelScale(..)Sven Gothel2020-01-042-1/+52