aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x64.bat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ...Sven Gothel2012-10-261-1/+3
* Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR...Sven Gothel2012-09-161-2/+2
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-18/+27
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-071-1/+3
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-071-1/+2
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-10/+15
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-2/+3
* test scripts windows: use new jogl-all.jar and jogl-test.jarSven Gothel2012-07-061-3/+4
* TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...Sven Gothel2012-04-161-1/+5
* Simplify TestTransformFeedbackVaryingsBug407NEWT: Use 'in thread' ctx flow an...Sven Gothel2012-02-141-2/+2