aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x64.bat
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m...Sven Gothel2023-10-031-0/+3
* Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWTSven Gothel2023-09-291-2/+9
* Windows tests scripts: Update Graph* and *Movie* demos cmdline launchesSven Gothel2023-05-041-1/+1
* Windows test scripts: Inject FFmpeg 5.1.2 and Mesa3D (disabled C:\Windows\Sys...Sven Gothel2023-02-261-5/+3
* tests-x64.bat: Use absolute path for LIB_DIR (commented out, using jars)Sven Gothel2023-01-231-1/+1
* Update test scripts: Use Java17 module jvm args: --add-opens java.desktop/sun...Sven Gothel2023-01-171-4/+6
* Bug 1422: Windows test*.bat: Add C:\temp to PATH, allowing picking up custom ...Sven Gothel2020-01-171-0/+2
* test scripts: add --illegal-access=warnSven Gothel2019-11-211-1/+1
* Bug 1363: Java 11: Adapt scripts for java11 (cont)Sven Gothel2019-08-191-3/+3
* Bug 1362: build/test: Use new SWT 4.10 swt.jar (instead of swt-debug.jar)Sven Gothel2019-04-051-1/+1
* Windows scripts: Use JDK/JRE 1.8.0_121Sven Gothel2019-04-031-3/+3
* Bump scripts to jre1.8.0_66Sven Gothel2015-11-161-2/+2
* Windows Scripts: Bump JVM to 1.8.0_60Sven Gothel2015-09-011-2/+2
* Fix windows test scripts: Add gluegen-test-util.jarSven Gothel2014-10-081-1/+1
* minor: changed windows build scriptsSven Gothel2014-10-011-0/+5
* Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4Sven Gothel2014-08-281-3/+3
* Bug 1021: Add OculusSDK binding / Basic OVR support (Bring-up on Windows w/ M...Sven Gothel2014-06-201-1/+1
* Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when...Sven Gothel2013-11-181-4/+0
* Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXITSven Gothel2013-11-171-0/+1
* Bug 904 - GLJPanel: Add property to skip isGLOriented() based vertical flip b...Sven Gothel2013-11-141-0/+3
* Bump 7u45Sven Gothel2013-10-181-3/+4
* Bump to JDK/JRE 7u40.Sven Gothel2013-09-191-2/+2
* Scripts/Windows: Test x32 and x64 builds w/ ffmpeg 2.x !Sven Gothel2013-08-311-1/+0
* Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-291-2/+3
* Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...Sven Gothel2013-08-281-2/+6
* Scripts: Fix new windows single unit test scripts ..Sven Gothel2013-06-211-1/+1
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ...Sven Gothel2013-06-211-159/+20
* Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ...Sven Gothel2013-05-161-2/+2
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-061-5/+8
* Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe...Sven Gothel2013-04-251-3/+3
* Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ...Sven Gothel2013-04-181-10/+11
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-2/+2
* Bug 718: Windows BITMAP Offscreen Fails w/ GLCaps other than simple RGB888 - ...Sven Gothel2013-04-171-2/+3
* Fix Bug 692: Add tracking of VERTEX_ARRAY_BINDING, and enable allowing a boun...Sven Gothel2013-04-141-1/+4
* NEWT/AWT-Wrapper-Driver: Fix MS-Windows Case (Use NativeWindow window handle)...Sven Gothel2013-04-141-2/+2
* Bug 697: Fix commit 4db745e84fac610f85ab085e5c147e571e82e008 - Not compile cl...Sven Gothel2013-04-111-2/+3
* NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d...Sven Gothel2013-04-111-2/+2
* Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win...Sven Gothel2013-04-061-2/+2
* Unit Tests: Unify 'AWT Robot Key Press/Release', waitForIdle, action, delay, ...Sven Gothel2013-03-271-5/+2
* Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-191-3/+5
* Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen...Sven Gothel2013-01-291-3/+3
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-241-1/+2
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-141-4/+4
* Move all Exclusive Context Thread (ECT) tests to it's own package to de-clutt...Sven Gothel2013-01-121-6/+6
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-111-18/+22
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-301-3/+10
* Test*NewtEventModifiers*: Clear 'clearing' events on thread - @Before/@After ...Sven Gothel2012-12-251-2/+2
* AWT-NEWT Modifier mapping and test: part-3 (Fix unit tests)Sven Gothel2012-12-241-0/+1
* AWT-NEWT Modifier mapping and test: part-3 (NEWT BUTTON MASK always, ..)Sven Gothel2012-12-241-6/+9
* Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G...Sven Gothel2012-12-221-2/+3