aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests.sh
Commit message (Expand)AuthorAgeFilesLines
* Bug 1398: Adding TestBug1398Deadlock02AWT (c25a2e2a445c29db99d45bc00286585c57...Sven Gothel2020-04-061-2/+5
* Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur...Sven Gothel2020-03-051-3/+6
* Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...Sven Gothel2020-02-241-2/+8
* Bug 1374: NEWT/AWT: Annotation regarding general High-DPI for even non native...Sven Gothel2020-01-171-2/+2
* NEWT: Enhance FullScreen.run DEBUG output a bit; NEWTDemoListener ignore inpu...Sven Gothel2020-01-161-3/+2
* Bug 1422: Use own deviceZoomScaleUp(..) disregarding higher-toolkit's compens...Sven Gothel2020-01-161-0/+2
* Bug 1421: NEWT OSX Invisible: Refining child window visibility setting, comme...Sven Gothel2020-01-141-3/+3
* NewtCanvasSWT Tests: Add NEWTDemoListener giving weight to toolkit independen...Sven Gothel2020-01-131-2/+2
* TestSWTAccessor02NewtGLWindow: Setup SWT EDTUtil for NEWT, avoiding deadlocks...Sven Gothel2020-01-131-6/+5
* Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac...Sven Gothel2020-01-131-1/+1
* Bug 1421, Bug 1358, Bug 969, Bug 672: Deleting merged tests (obsolete)Sven Gothel2020-01-061-2/+0
* Bug 1421, Bug 1358, Bug 969, Bug 672: Generalization of test case TestGLCanva...Sven Gothel2020-01-061-4/+3
* Bug 1421: NewtCanvasSWT child on layouted SWT parent only occurs on MacOS, re...Sven Gothel2020-01-051-1/+2
* Bug 1421: Demo wrong NEWT Child window position within an SWT TabFolder layou...Sven Gothel2020-01-051-1/+2
* Bug 1358: MacOS NEWT WindowDriver / NewtCanvasSWT High-DPI:Sven Gothel2020-01-041-4/+4
* Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal li...Sven Gothel2020-01-031-14/+3
* Bug 1393: MacOS: getLocationOnScreen w/ JAWT Parent: Use parent's unblocking ...Sven Gothel2020-01-021-8/+8
* Bug 1312: GLContextShareSet: Utilize WeakIdentityHashMap for shareMap and its...Sven Gothel2019-12-311-2/+3
* Bug 1347: Resolve Merged EGL/Desktop Profile MappingSven Gothel2019-12-281-3/+3
* Bug 1156: Seperate DRM/GBM NEWT native library from main head NEWT native lib...Sven Gothel2019-12-251-2/+2
* Bug 1416 - Allow EGLDrawableFactory re-creation after shutdown() - be functionalSven Gothel2019-12-091-1/+12
* Bug 1393: Resolve EDT + AppKit Deadlock with native parenting: Fetch parent s...Sven Gothel2019-12-081-41/+10
* Bug 1415: MacOS: Disable multiple Window creation on ExclusiveContextThread i...Sven Gothel2019-12-081-0/+2
* Bug 1415: ExclusiveContextBase00+10: Utilize one Animator per Window for clea...Sven Gothel2019-12-081-2/+5
* Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDI...Sven Gothel2019-12-081-2/+3
* Bug 1410: Fix NEWT PointerIcon Lifecycle (destroy and clean references @ clos...Sven Gothel2019-12-061-8/+12
* Scripts: Tests No VerboseSven Gothel2019-12-021-1/+1
* Bug 1156: LinuxKeyEventTracker, LinuxMouseTracker: Robostness (+NEWT fix)Sven Gothel2019-11-301-0/+3
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-281-3/+3
* Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)Sven Gothel2019-11-231-2/+3
* Bug 1156: GBM: FIXME: Hard link gbm and drm (temporary)Sven Gothel2019-11-221-5/+8
* Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementationSven Gothel2019-11-211-4/+4
* Bug 1393: MacOS: Wait for window position setting on main-thread (blocking)Sven Gothel2019-11-211-2/+3
* NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument....Sven Gothel2019-09-101-9/+8
* Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'java11iosSven Gothel2019-09-091-2/+11
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-081-3/+5
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-071-4/+15
* Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail...Sven Gothel2019-09-051-5/+12
* Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ...Sven Gothel2019-08-221-2/+4
* Bug 1363: Java 11: Don't use sun.awt.SunToolkit.awtLock/Unlock on Java9+ [ill...Sven Gothel2019-08-191-3/+3
* Bug 1363: Java 11: Adapt scripts for java11 (cont)Sven Gothel2019-08-191-1/+1
* Fix build test jar regression (commit bba73bc096250a3c7fc036d84b1ea054d1b70b06)Sven Gothel2019-07-081-3/+3
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-231-3/+6
* Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ...Sven Gothel2019-04-101-2/+3
* AWTRobotUtil Cleanup: Use specific argument types (AWT, NEWT, ..)Sven Gothel2019-04-101-2/+2
* Bug 1362: Final general lifecycle fixes of unit testsSven Gothel2019-04-101-3/+3
* Bug 1362: Minimal action required: setBackground of the parent canvas before ...Sven Gothel2019-04-091-4/+4
* Bug 1362: TestSWTAccessor02NewtGLWindow demonstrates a fix by letting the Can...Sven Gothel2019-04-091-1/+1
* Bug 1362: Add two self contained unit tests to validate SWT >= 4.10 + GTK3 is...Sven Gothel2019-04-091-1/+3
* Bug 1362: Wrong 'fake' swt.jar config for isLinuxARM64, isLinuxARMv6 and isAn...Sven Gothel2019-04-051-3/+4