aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x64.bat
Commit message (Expand)AuthorAgeFilesLines
* 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
* GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...Sven Gothel2012-12-211-2/+2
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-6/+9
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-041-2/+2
* Bug628: Adding unit-test 'TestNewtCanvasSWTBug628ResizeDeadlock' exposing New...Sven Gothel2012-11-291-1/+2
* SWT GLCanvas: Fix dispose bug, check for isDisposed() and add DisposeListener...Sven Gothel2012-11-291-2/+2
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug...Sven Gothel2012-11-271-1/+2
* Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before de...Sven Gothel2012-11-061-2/+2
* TestGLCanvasAWTActionDeadlock01AWT: Reproducing OSX deadlock variation, using...Sven Gothel2012-11-041-1/+1
* Adding Andres Colubri's Test Case (junit'fyed), which provokes a Deadlock on ...Sven Gothel2012-11-041-1/+3
* GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A...Sven Gothel2012-11-041-2/+3
* NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k...Sven Gothel2012-10-311-2/+2
* Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo...Sven Gothel2012-10-311-2/+3
* TestNewtKeyEventAutoRepeatAWT: Wait for 'some' KeyEvents and check count; Tes...Sven Gothel2012-10-291-2/+2
* Complete Rename NEWT KeyEvent Unit tests, commit 85851c9839d620bcbbd07b6ca833...Sven Gothel2012-10-291-4/+5
* Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSXSven Gothel2012-10-281-1/+2
* NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before using b...Sven Gothel2012-10-271-2/+2
* Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i...Sven Gothel2012-10-271-0/+1