aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Build: Add swt.jar definition for MacOS aarch64Sven Gothel2023-01-171-8/+3
* SWTTestUtil: Add WaitAction2, using the EDTUtil to dispatch the display.readA...Sven Gothel2023-01-162-6/+43
* SWT+AWT: Ensure SWTAccessor gets called before AWT initialization on GTK/X11 ...Sven Gothel2023-01-162-8/+63
* SWT tests on MacOS (w/o AWT) require '-XstartOnFirstThread' JVM argument, els...Sven Gothel2023-01-162-1/+9
* TestNewtCanvasSWTGLn: Only dispose canvas1 at end of test, if not yet dispose...Sven Gothel2023-01-161-16/+29
* NewtCanvasSWT: Remove certain DEBUG output causing an exceptionSven Gothel2023-01-161-2/+4
* SWTAccessor: Adopt to SWT 4.26Sven Gothel2023-01-161-32/+27
* Bump gitignoreSven Gothel2023-01-161-0/+3
* SWT 4.26: Add cocoa-maxosx-aarch64 blob w/o src; Add scripts/tests-osx-aarch6...Sven Gothel2023-01-168-6/+1442
* Merge pull request #108 from PeterC-DLS/swt-420-fixSven Gothel2023-01-161-1/+9
|\
| * Add new class location of SWT's gtk_widget_get_windowPeter Chang2022-04-141-1/+9
* | X11GLXContext.getPlatformExtensionsStringImpl(): Add comment from pull reques...Sven Gothel2023-01-161-0/+4
* | Bump make/lib/swt to SWT 4.26Sven Gothel2023-01-1614-381/+832
* | Merge pull request #107 from ndjojo/platform-extensionsSven Gothel2023-01-161-10/+2
|\ \
| * | Update X11GLXContext.javandjojo2021-01-201-10/+2
| |/
* | Fix GLProfile GL2 Mapping: Only use GL3bc is available, add additional GLCont...Sven Gothel2023-01-151-1/+11
* | HowToBuild: adoptopenjdk -> adoptium, openjdk-11 -> openjdk-17; MacOS: min SD...Sven Gothel2023-01-151-14/+29
* | Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 APISven Gothel2023-01-156-12/+8
* | build script: Add comment setting JDK-11, since default build is JDK-17 for J...Sven Gothel2023-01-151-0/+3
* | JAWTUtil: Cleanup MacOS JVM and OS version flags: Private and store compariso...Sven Gothel2023-01-151-14/+16
* | Moved GlueGen's PlatformPropsImpl's static OSXVersion to GLContextImpl.MacOSV...Sven Gothel2023-01-152-6/+29
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() - via ...Sven Gothel2023-01-141-2/+2
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-1442-83/+89
* | Eclipse: Update settingsSven Gothel2023-01-142-2/+8
* | MacOS: NEWT: Remove keySymbol mapping using 'HIToolbox' TSMGetInputSourceProp...Sven Gothel2023-01-141-8/+53
* | MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai...Sven Gothel2023-01-143-32/+29
* | MacOS: MacOSXCGLContext.NSOpenGLImpl.release(): Don't wait for releasing cont...Sven Gothel2023-01-141-1/+2
* | MacOS: MacOSXCGLContext: Simplify version flags, remove Tiger, add Mojave.Sven Gothel2023-01-141-6/+20
* | MacOS: Prepare build + test on aarch64 w/o ffmpeg and SWTSven Gothel2023-01-143-8/+11
|/
* Fix TestBug1398Deadlock02AWT: Missed adaption of unit test to AWTRobotUtil & ...Sven Gothel2020-06-151-2/+3
* Fix 'typo' in branching, valid config index is >= 0 (not < 0)Sven Gothel2020-06-151-1/+1
* Bug 1398: MacOSXCGLContext: Ensure AWT is available before using it when quer...Sven Gothel2020-04-061-5/+12
* Bug 1398: Adding TestBug1398Deadlock02AWT to manual testing tests.shSven Gothel2020-04-061-2/+5
* Bug 1398: Adding test case of commit f33681bbeeb459af4de81331d6d9241d8c9a75deSven Gothel2020-04-061-0/+151
* Bug 1398: Avoid AWT-AppKit blocking feedback flush deadlock and SetNSViewCmd ...Sven Gothel2020-04-061-28/+60
* Add missing SWTTestUtil, missed in commit 36ca7245653b1a0897f2070b9acbe0f0898...Sven Gothel2020-03-061-0/+64
* Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur...Sven Gothel2020-03-055-193/+324
* Bug 1398: Expose NativeSurface implementation's RecursiveLock if utilizedSven Gothel2020-03-056-0/+43
* OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau...Sven Gothel2020-03-0420-405/+427
* Merge branch 'bug1398'Sven Gothel2020-03-0217-138/+3159
|\
| * Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...Sven Gothel2020-02-247-141/+270
| * Bug 1398: Crash only occurs @ -[NSOpenGLContext setView:] when using XCode 11...Sven Gothel2020-02-2210-283/+2063
| * Bug 1398: Refine test case: Make classpath and libpath runtime configurable +...Sven Gothel2020-02-2110-177/+352
| * Bug 1398: Fixing native test allowing its execution using JOGL 2.3.2 and late...Sven Gothel2020-02-2110-11/+575
| * Bug 1398: Importing Jani's native test, attempting to reproduce the crash usi...Sven Gothel2020-02-213-0/+373
* | TestSharedContextVBOES2*3: Properly validateBuffers and setSyncObjects(..) in...Sven Gothel2020-02-243-2/+17