| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWT Soft-PixelScale (p7): get{Global->}PixelScaleEnv(..): Support per monito...v2.4.0 | Sven Gothel | 2023-01-31 | 4 | -28/+113 |
* | NEWT X11: Fix positionChanged: We need to translate the 0/0 client position t... | Sven Gothel | 2023-01-31 | 1 | -1/+22 |
* | NEWT MonitorDevice: Fix pixelScale storage, own float[2], don't reuse given o... | Sven Gothel | 2023-01-31 | 1 | -1/+5 |
* | NEWT Screen: Cleanup get*Monitor*() methods | Sven Gothel | 2023-01-31 | 1 | -15/+25 |
* | NEWT: MonitorDevice: Add monitor-name, maybe an empty string. Implemented for... | Sven Gothel | 2023-01-31 | 21 | -45/+144 |
* | NEWT WindowImpl: Bring back DEBUG output on positionChanged(..) | Sven Gothel | 2023-01-31 | 1 | -1/+1 |
* | NEWT Regression: Move superSizeChangedOffThread() back to iOS/MacOS WindowDri... | Sven Gothel | 2023-01-31 | 3 | -15/+27 |
* | Fix comment for WindowImpl.insets: value is in window units | Sven Gothel | 2023-01-31 | 1 | -1/+1 |
* | NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... ... | Sven Gothel | 2023-01-31 | 20 | -58/+362 |
* | NEWT Soft-PixelScale (p5): Add WindowImpl.applySoftPixelScale(..) for general... | Sven Gothel | 2023-01-31 | 1 | -0/+107 |
* | NEWT Soft-PixelScale (p4): WindowImpl: Change SetSizeAction to optionally set... | Sven Gothel | 2023-01-31 | 1 | -10/+35 |
* | NEWT Soft-PixelScale (p3): WindowImpl.createNativeImpl(..): Add boolean posit... | Sven Gothel | 2023-01-31 | 12 | -18/+23 |
* | NEWT Soft-PixelScale (p2): MonitorDevice: Add getOrientationTo(..) to determi... | Sven Gothel | 2023-01-31 | 1 | -0/+54 |
* | NEWT Soft-PixelScale (p1): WindowImpl: Separate window and pixel units for si... | Sven Gothel | 2023-01-31 | 23 | -252/+435 |
* | Fix NewtFactoryAWT: screen.getMonitor(..) -> screen.getMonitorById(..); Misc ... | Sven Gothel | 2023-01-31 | 6 | -10/+20 |
* | NativeWindow: Add getBounds() (moved from NEWT Window) and getSurfaceBounds() | Sven Gothel | 2023-01-31 | 11 | -62/+140 |
* | Nativewindow Rectangle*: Add contains, scale*(float..) and make union(List<Re... | Sven Gothel | 2023-01-31 | 2 | -17/+71 |
* | GDIUtil: Add GetMonitor*() variants incl. PixelScale (Part-2, adding missing ... | Sven Gothel | 2023-01-31 | 2 | -0/+106 |
* | GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add... | Sven Gothel | 2023-01-29 | 19 | -59/+184 |
* | WindowImpl: Reorder protected methods, groupd callbacks used for native callb... | Sven Gothel | 2023-01-27 | 1 | -175/+202 |
* | TestDisplayLifecycle01NEWT: Invisible window might have been moved away (Wind... | Sven Gothel | 2023-01-23 | 2 | -5/+21 |
* | Execute AWT's Frame.setTitle() on AWT-EDT if already visible (avoid rare dead... | Sven Gothel | 2023-01-22 | 4 | -14/+41 |
* | TestSharedContextVBOES2SWT3: Remove unused import | Sven Gothel | 2023-01-22 | 1 | -1/+0 |
* | SWTAccessor.invokeOnOSTKThread(): Fix comment .. | Sven Gothel | 2023-01-22 | 1 | -2/+1 |
* | MacOSXCGLContext: Fix typo in DEBUG output | Sven Gothel | 2023-01-22 | 1 | -10/+10 |
* | MacOSXCGLContext: Enable DEBUG1398 explicitly w/o debugAll() | Sven Gothel | 2023-01-22 | 1 | -1/+1 |
* | jogl's Debug.class: Add explicit debugNotAll(..) variant to skip debugAll() | Sven Gothel | 2023-01-22 | 1 | -1/+5 |
* | Workaround MacOS + SWT 4.26: java.lang.NullPointerException: Cannot invoke "o... | Sven Gothel | 2023-01-22 | 4 | -67/+143 |
* | AWTRobot.getClickTimeout(): NEWT Case: Return maximum(AWT, NEWT), otherwise w... | Sven Gothel | 2023-01-22 | 2 | -18/+43 |
* | Test MouseAdapter: Use volatile qualifier to avoid reading too old values | Sven Gothel | 2023-01-22 | 2 | -6/+6 |
* | Minor auto formatting: @Override, .. | Sven Gothel | 2023-01-22 | 4 | -5/+38 |
* | MacOS: JAWTWindow: Complete MacOS 12+ SIGSEGV JAW Crash Fix; This: Destroy NS... | Sven Gothel | 2023-01-22 | 1 | -5/+12 |
* | MacOS: JAWTWindow.invalidateNative(): Use copied references in off-thread ope... | Sven Gothel | 2023-01-22 | 1 | -10/+12 |
* | MacOS: JAWTWindow's OffscreeLayer: Show semantics in argument names and compl... | Sven Gothel | 2023-01-22 | 2 | -17/+19 |
* | MacOS: JAWTWindow.layoutSurfaceLayerImpl(): Perform OSXUtil.FixCALayerLayout(... | Sven Gothel | 2023-01-22 | 2 | -6/+14 |
* | OSXMisc.m: Show semantics: caLayer -> rootCALayer | Sven Gothel | 2023-01-22 | 1 | -15/+14 |
* | MacOSXCGLContext.AttachGLLayerCmd: Allow DetachGLLayerCmd to revoke the attac... | Sven Gothel | 2023-01-21 | 1 | -5/+11 |
* | JAWTWindow.ctor: Initialize offscreenSurfaceLayer before use | Sven Gothel | 2023-01-21 | 1 | -1/+1 |
* | JAWTWindow.invalidateNative() and .detachSurfaceLayerImpl(): Pass copy of off... | Sven Gothel | 2023-01-21 | 4 | -15/+17 |
* | TestSharedContextVBOES2NEWT5: Try harder having the objects destroyed and tak... | Sven Gothel | 2023-01-21 | 1 | -1/+7 |
* | Don't import conditional platform specific 'static' code but fully qualify na... | Sven Gothel | 2023-01-20 | 2 | -43/+23 |
* | Test: Linux: Disable automatic tests (TBD, WIP) | Sven Gothel | 2023-01-18 | 1 | -17/+31 |
* | Test: MacOS: Disable automatic tests (TBD, WIP) | Sven Gothel | 2023-01-18 | 3 | -0/+47 |
* | MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 12, here... | Sven Gothel | 2023-01-18 | 1 | -2/+5 |
* | MacOSXCGLContext: Avoid data race on lastSetNSViewCmd, use local copy like in... | Sven Gothel | 2023-01-18 | 1 | -3/+4 |
* | JAWTWindow: Constrain AppContextInfo creation where offscreen layer is suppor... | Sven Gothel | 2023-01-18 | 2 | -2/+13 |
* | JAWTWindow: Remove java.applet.Applet detection .. it's gone :-( | Sven Gothel | 2023-01-18 | 1 | -8/+12 |
* | NewtCanvasSWT: Drop all newtChild.getDelegatedWindow() debug output due to: n... | Sven Gothel | 2023-01-17 | 1 | -10/+10 |
* | Test*NewtEventModifiers*: Ensure SWT is initialized before AWT | Sven Gothel | 2023-01-17 | 5 | -25/+66 |
* | SWTTestUtil: Add WaitAction2, using the EDTUtil to dispatch the display.readA... | Sven Gothel | 2023-01-16 | 2 | -6/+43 |