aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests.sh
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 1362: Test against SWT 4.3 and 4.11Sven Gothel2019-04-051-2/+3
* Bug 1362: build/test: Use new SWT 4.10 swt.jar (instead of swt-debug.jar)Sven Gothel2019-04-051-1/+4
* Bug 1370: Call from Main-Thread: NW's OSXUtil.CreateNSWindow0(..) and NEWT's ...Sven Gothel2019-04-051-3/+3
* TestVersionSemanticsNOUI: Adapt to upcoming NON_BACKWARD_COMPATIBLE version 2...Sven Gothel2019-04-031-2/+2
* Windows scripts: Use JDK/JRE 1.8.0_121Sven Gothel2019-04-031-4/+4
* Bug 1348: Fix X11 XI MultitouchSven Gothel2019-03-271-2/+4
* Bug 1348: X11 XI Multitouch: Fixes of previous commit 92006e4baef57f1f3fb647d...Sven Gothel2019-03-271-3/+3
* Bug 1283: Remove shader include filename quotes if exists at start and end onlySven Gothel2019-03-261-4/+4
* NewtCanvasJFX: Utilize JFXEDTUtil per default, supporting the Windows PlatformjavafxSven Gothel2019-03-211-0/+2
* JavaFX: Adding JavaFX Support for NEWT utilizing native Window parenting via ...Sven Gothel2019-03-191-1/+17
* Bump scripts to jre1.8.0_66Sven Gothel2015-11-161-1/+3
* TestGearsES2NEWT: Adding programmatic Debug|Trace pipelineSven Gothel2015-10-121-4/+4
* Bug 1249: NEWT/X11 Visibility: Listening to more events for updated state; Ad...Sven Gothel2015-10-101-3/+6
* Bug 1247 - TestGearsNewtAWTWrapper fails AWT recreation case removeNotify -> ...Sven Gothel2015-10-091-3/+3
* Bug 1249: Revert TestParenting01NEWT durationPerTest back to 600 (otherwise b...Sven Gothel2015-10-091-2/+2
* Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a...Sven Gothel2015-10-091-1/+8
* Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S...Sven Gothel2015-10-081-1/+3
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4: Fix G...Sven Gothel2015-10-071-2/+2
* Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind...Sven Gothel2015-10-051-2/+2
* Bug 1206 - Security: Clear exposed framebuffer after creation and before visi...Sven Gothel2015-10-051-2/+2
* Bug 1245: Adding Unit Test, similar to TestBug816JTabbedPanelVisibilityB849B8...Sven Gothel2015-10-041-1/+2
* Bug 1238 - Fix NPE for Window-Icon's PNGPixelRect for unresolved location; Bu...Sven Gothel2015-10-031-4/+7
* Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...Sven Gothel2015-10-031-9/+19
* Bug 1205: Revert clear background to support fix for Bug 1232: NEWT Transluce...Sven Gothel2015-10-011-4/+4