| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... ... | Sven Gothel | 2023-01-31 | 3 | -7/+11 |
* | GDIUtil: Add GetMonitor*() variants incl. PixelScale (Part-2, adding missing ... | Sven Gothel | 2023-01-31 | 3 | -0/+25 |
* | GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add... | Sven Gothel | 2023-01-29 | 3 | -0/+5 |
* | TestDisplayLifecycle01NEWT: Invisible window might have been moved away (Wind... | Sven Gothel | 2023-01-23 | 2 | -4/+5 |
* | tests-x64.bat: Use absolute path for LIB_DIR (commented out, using jars) | Sven Gothel | 2023-01-23 | 1 | -1/+1 |
* | Remove Windows dll-rename, adopting to cpptasks.jar change | Sven Gothel | 2023-01-23 | 4 | -44/+0 |
* | Execute AWT's Frame.setTitle() on AWT-EDT if already visible (avoid rare dead... | Sven Gothel | 2023-01-22 | 1 | -1/+3 |
* | build-test.xml junit.run.swt.awt: Add missing 'jvmarg.generic' | Sven Gothel | 2023-01-22 | 1 | -0/+1 |
* | Workaround MacOS + SWT 4.26: java.lang.NullPointerException: Cannot invoke "o... | Sven Gothel | 2023-01-22 | 1 | -3/+8 |
* | Add scripts/run-test-until-crash.sh: Used to stress test one unit test (for s... | Sven Gothel | 2023-01-22 | 1 | -0/+54 |
* | scripts/tests*.sh: Put 'ulimit -c unlimited' in root script | Sven Gothel | 2023-01-22 | 3 | -6/+5 |
* | TestSharedContextVBOES2NEWT5: Try harder having the objects destroyed and tak... | Sven Gothel | 2023-01-21 | 1 | -6/+10 |
* | Isolate SWT from core nativewindow; Android apk shall only include core nativ... | Sven Gothel | 2023-01-20 | 4 | -7/+19 |
* | check-java-major-version.sh: Use unique output to validate one class version ... | Sven Gothel | 2023-01-20 | 1 | -3/+4 |
* | Disable oculusvr-sdk for MacOS aarch64, fails to build | Sven Gothel | 2023-01-18 | 1 | -2/+2 |
* | build-test: Add jvmarg.modules for jvm [11..17) and jvm>=17 | Sven Gothel | 2023-01-17 | 1 | -0/+30 |
* | MacOS build-oculusvr: Add arm64 | Sven Gothel | 2023-01-17 | 1 | -0/+2 |
* | JAR: Add Jar module parameter 'Add-Opens: java.desktop/sun.awt java.desktop/s... | Sven Gothel | 2023-01-17 | 9 | -0/+9 |
* | Update test scripts: Use Java17 module jvm args: --add-opens java.desktop/sun... | Sven Gothel | 2023-01-17 | 15 | -176/+37 |
* | Build: Add swt.jar definition for MacOS aarch64 | Sven Gothel | 2023-01-17 | 1 | -8/+3 |
* | SWT tests on MacOS (w/o AWT) require '-XstartOnFirstThread' JVM argument, els... | Sven Gothel | 2023-01-16 | 2 | -1/+9 |
* | SWT 4.26: Add cocoa-maxosx-aarch64 blob w/o src; Add scripts/tests-osx-aarch6... | Sven Gothel | 2023-01-16 | 8 | -6/+1442 |
* | Bump make/lib/swt to SWT 4.26 | Sven Gothel | 2023-01-16 | 14 | -381/+832 |
* | Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API | Sven Gothel | 2023-01-15 | 5 | -12/+7 |
* | build script: Add comment setting JDK-11, since default build is JDK-17 for J... | Sven Gothel | 2023-01-15 | 1 | -0/+3 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 9 | -7/+9 |
* | MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai... | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
* | MacOS: Prepare build + test on aarch64 w/o ffmpeg and SWT | Sven Gothel | 2023-01-14 | 3 | -8/+11 |
* | Bug 1398: Adding TestBug1398Deadlock02AWT to manual testing tests.sh | Sven Gothel | 2020-04-06 | 1 | -2/+5 |
* | Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur... | Sven Gothel | 2020-03-05 | 1 | -7/+6 |
* | OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau... | Sven Gothel | 2020-03-04 | 2 | -41/+11 |
* | Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ... | Sven Gothel | 2020-02-24 | 4 | -8/+32 |
* | When explicitly generating native header, avoid implicit referenced classes. | Sven Gothel | 2020-02-02 | 3 | -0/+18 |
* | Bug 1422: Windows test*.bat: Add C:\temp to PATH, allowing picking up custom ... | Sven Gothel | 2020-01-17 | 2 | -2/+5 |
* | Bug 1374: NEWT/AWT: Annotation regarding general High-DPI for even non native... | Sven Gothel | 2020-01-17 | 2 | -3/+4 |
* | NEWT: Enhance FullScreen.run DEBUG output a bit; NEWTDemoListener ignore inpu... | Sven Gothel | 2020-01-16 | 1 | -3/+2 |
* | Bug 1422: Use own deviceZoomScaleUp(..) disregarding higher-toolkit's compens... | Sven Gothel | 2020-01-16 | 1 | -0/+2 |
* | Bug 1421: NEWT OSX Invisible: Refining child window visibility setting, comme... | Sven Gothel | 2020-01-14 | 1 | -3/+3 |
* | NewtCanvasSWT Tests: Add NEWTDemoListener giving weight to toolkit independen... | Sven Gothel | 2020-01-13 | 1 | -2/+2 |
* | TestSWTAccessor02NewtGLWindow: Setup SWT EDTUtil for NEWT, avoiding deadlocks... | Sven Gothel | 2020-01-13 | 2 | -7/+7 |
* | build-test.xml: FIX usage of generic.junit.run.swt.headless.include.pattern (... | Sven Gothel | 2020-01-13 | 1 | -1/+1 |
* | build-test.xml: *generic* tests: unset temp vars and be more verbose on used ... | Sven Gothel | 2020-01-13 | 1 | -0/+40 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac... | Sven Gothel | 2020-01-13 | 1 | -1/+1 |
* | Bump SWT to Release 4.14-201912100610 (jogl/make/lib/swt) | Sven Gothel | 2020-01-06 | 8 | -748/+748 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Deleting merged tests (obsolete) | Sven Gothel | 2020-01-06 | 2 | -5/+1 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Generalization of test case TestGLCanva... | Sven Gothel | 2020-01-06 | 1 | -4/+3 |
* | Bug 1421: NewtCanvasSWT child on layouted SWT parent only occurs on MacOS, re... | Sven Gothel | 2020-01-05 | 3 | -3/+6 |
* | Bug 1421: Demo wrong NEWT Child window position within an SWT TabFolder layou... | Sven Gothel | 2020-01-05 | 1 | -1/+2 |
* | linker.cfg.linux.*.nativewindow: Specialize for x86 and amd64 allowing cross-... | Sven Gothel | 2020-01-04 | 1 | -2/+12 |
* | scripts: use gluegen's renamed setenv-build-jogl-* -> setenv-build-jogamp-* | Sven Gothel | 2020-01-04 | 20 | -40/+40 |