| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | WindowImpl: Reorder protected methods, groupd callbacks used for native callb... | Sven Gothel | 2023-01-27 | 1 | -175/+202 |
* | HowToBuild: Add back multiarch i386 on amd64 section for Debian 11 | Sven Gothel | 2023-01-24 | 1 | -0/+19 |
* | TestDisplayLifecycle01NEWT: Invisible window might have been moved away (Wind... | Sven Gothel | 2023-01-23 | 4 | -9/+26 |
* | 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 | 5 | -15/+44 |
* | TestSharedContextVBOES2SWT3: Remove unused import | Sven Gothel | 2023-01-22 | 1 | -1/+0 |
* | SWTAccessor.invokeOnOSTKThread(): Fix comment .. | Sven Gothel | 2023-01-22 | 1 | -2/+1 |
* | build-test.xml junit.run.swt.awt: Add missing 'jvmarg.generic' | Sven Gothel | 2023-01-22 | 1 | -0/+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 | 5 | -70/+151 |
* | 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 |
* | 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 | 2 | -7/+17 |
* | Isolate SWT from core nativewindow; Android apk shall only include core nativ... | Sven Gothel | 2023-01-20 | 4 | -7/+19 |
* | Don't import conditional platform specific 'static' code but fully qualify na... | Sven Gothel | 2023-01-20 | 2 | -43/+23 |
* | check-java-major-version.sh: Use unique output to validate one class version ... | Sven Gothel | 2023-01-20 | 1 | -3/+4 |
* | 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 |
* | Disable oculusvr-sdk for MacOS aarch64, fails to build | Sven Gothel | 2023-01-18 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Realign HowToBuild w/ GlueGen (Debian 11, Windows) | Sven Gothel | 2023-01-17 | 1 | -51/+15 |
* | Bump oculusvs-sdk, fixed warning | Sven Gothel | 2023-01-17 | 1 | -0/+0 |
* | 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 |
* | SWTTestUtil: Add WaitAction2, using the EDTUtil to dispatch the display.readA... | Sven Gothel | 2023-01-16 | 2 | -6/+43 |
* | SWT+AWT: Ensure SWTAccessor gets called before AWT initialization on GTK/X11 ... | Sven Gothel | 2023-01-16 | 2 | -8/+63 |
* | SWT tests on MacOS (w/o AWT) require '-XstartOnFirstThread' JVM argument, els... | Sven Gothel | 2023-01-16 | 2 | -1/+9 |
* | TestNewtCanvasSWTGLn: Only dispose canvas1 at end of test, if not yet dispose... | Sven Gothel | 2023-01-16 | 1 | -16/+29 |