summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NEWT Soft-PixelScale (p7): get{Global->}PixelScaleEnv(..): Support per monito...v2.4.0Sven Gothel2023-01-314-28/+113
* NEWT X11: Fix positionChanged: We need to translate the 0/0 client position t...Sven Gothel2023-01-311-1/+22
* NEWT MonitorDevice: Fix pixelScale storage, own float[2], don't reuse given o...Sven Gothel2023-01-311-1/+5
* NEWT Screen: Cleanup get*Monitor*() methodsSven Gothel2023-01-311-15/+25
* NEWT: MonitorDevice: Add monitor-name, maybe an empty string. Implemented for...Sven Gothel2023-01-3121-45/+144
* NEWT WindowImpl: Bring back DEBUG output on positionChanged(..)Sven Gothel2023-01-311-1/+1
* NEWT Regression: Move superSizeChangedOffThread() back to iOS/MacOS WindowDri...Sven Gothel2023-01-313-15/+27
* Fix comment for WindowImpl.insets: value is in window unitsSven Gothel2023-01-311-1/+1
* NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... ...Sven Gothel2023-01-3123-65/+373
* NEWT Soft-PixelScale (p5): Add WindowImpl.applySoftPixelScale(..) for general...Sven Gothel2023-01-311-0/+107
* NEWT Soft-PixelScale (p4): WindowImpl: Change SetSizeAction to optionally set...Sven Gothel2023-01-311-10/+35
* NEWT Soft-PixelScale (p3): WindowImpl.createNativeImpl(..): Add boolean posit...Sven Gothel2023-01-3112-18/+23
* NEWT Soft-PixelScale (p2): MonitorDevice: Add getOrientationTo(..) to determi...Sven Gothel2023-01-311-0/+54
* NEWT Soft-PixelScale (p1): WindowImpl: Separate window and pixel units for si...Sven Gothel2023-01-3123-252/+435
* Fix NewtFactoryAWT: screen.getMonitor(..) -> screen.getMonitorById(..); Misc ...Sven Gothel2023-01-316-10/+20
* Update Eclipse settings (add openjfx jar)Sven Gothel2023-01-312-19/+2
* NativeWindow: Add getBounds() (moved from NEWT Window) and getSurfaceBounds()Sven Gothel2023-01-3111-62/+140
* 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-315-0/+131
* GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...Sven Gothel2023-01-2922-59/+189
* WindowImpl: Reorder protected methods, groupd callbacks used for native callb...Sven Gothel2023-01-271-175/+202
* HowToBuild: Add back multiarch i386 on amd64 section for Debian 11Sven Gothel2023-01-241-0/+19
* TestDisplayLifecycle01NEWT: Invisible window might have been moved away (Wind...Sven Gothel2023-01-234-9/+26
* tests-x64.bat: Use absolute path for LIB_DIR (commented out, using jars)Sven Gothel2023-01-231-1/+1
* Remove Windows dll-rename, adopting to cpptasks.jar changeSven Gothel2023-01-234-44/+0
* Execute AWT's Frame.setTitle() on AWT-EDT if already visible (avoid rare dead...Sven Gothel2023-01-225-15/+44
* TestSharedContextVBOES2SWT3: Remove unused importSven Gothel2023-01-221-1/+0
* SWTAccessor.invokeOnOSTKThread(): Fix comment ..Sven Gothel2023-01-221-2/+1
* build-test.xml junit.run.swt.awt: Add missing 'jvmarg.generic'Sven Gothel2023-01-221-0/+1
* MacOSXCGLContext: Fix typo in DEBUG outputSven Gothel2023-01-221-10/+10
* MacOSXCGLContext: Enable DEBUG1398 explicitly w/o debugAll()Sven Gothel2023-01-221-1/+1
* jogl's Debug.class: Add explicit debugNotAll(..) variant to skip debugAll()Sven Gothel2023-01-221-1/+5
* Workaround MacOS + SWT 4.26: java.lang.NullPointerException: Cannot invoke "o...Sven Gothel2023-01-225-70/+151
* Add scripts/run-test-until-crash.sh: Used to stress test one unit test (for s...Sven Gothel2023-01-221-0/+54
* scripts/tests*.sh: Put 'ulimit -c unlimited' in root scriptSven Gothel2023-01-223-6/+5
* AWTRobot.getClickTimeout(): NEWT Case: Return maximum(AWT, NEWT), otherwise w...Sven Gothel2023-01-222-18/+43
* Test MouseAdapter: Use volatile qualifier to avoid reading too old valuesSven Gothel2023-01-222-6/+6
* Minor auto formatting: @Override, ..Sven Gothel2023-01-224-5/+38
* 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
* MacOSXCGLContext.AttachGLLayerCmd: Allow DetachGLLayerCmd to revoke the attac...Sven Gothel2023-01-211-5/+11
* 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
* TestSharedContextVBOES2NEWT5: Try harder having the objects destroyed and tak...Sven Gothel2023-01-212-7/+17
* Isolate SWT from core nativewindow; Android apk shall only include core nativ...Sven Gothel2023-01-204-7/+19
* Don't import conditional platform specific 'static' code but fully qualify na...Sven Gothel2023-01-202-43/+23
* check-java-major-version.sh: Use unique output to validate one class version ...Sven Gothel2023-01-201-3/+4