summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test: Linux: Disable automatic tests (TBD, WIP)Sven Gothel2023-01-181-17/+31
* Test: MacOS: Disable automatic tests (TBD, WIP)Sven Gothel2023-01-183-0/+47
* MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 12, here...Sven Gothel2023-01-181-2/+5
* MacOSXCGLContext: Avoid data race on lastSetNSViewCmd, use local copy like in...Sven Gothel2023-01-181-3/+4
* Disable oculusvr-sdk for MacOS aarch64, fails to buildSven Gothel2023-01-181-2/+2
* 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
* NewtCanvasSWT: Drop all newtChild.getDelegatedWindow() debug output due to: n...Sven Gothel2023-01-171-10/+10
* Test*NewtEventModifiers*: Ensure SWT is initialized before AWTSven Gothel2023-01-175-25/+66
* build-test: Add jvmarg.modules for jvm [11..17) and jvm>=17Sven Gothel2023-01-171-0/+30
* MacOS build-oculusvr: Add arm64Sven Gothel2023-01-171-0/+2
* Realign HowToBuild w/ GlueGen (Debian 11, Windows)Sven Gothel2023-01-171-51/+15
* Bump oculusvs-sdk, fixed warningSven Gothel2023-01-171-0/+0
* JAR: Add Jar module parameter 'Add-Opens: java.desktop/sun.awt java.desktop/s...Sven Gothel2023-01-179-0/+9
* Update test scripts: Use Java17 module jvm args: --add-opens java.desktop/sun...Sven Gothel2023-01-1715-176/+37