aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 744: Added support of RLE encoded .tgaPetr Skramovsky2013-07-173-0/+165
* GLSL core fixes - texture2D and varying/attributes/.. preprocessingSven Gothel2013-07-172-1/+14
* TestBug722GLContextDrawableSwitchNewt2AWT: Test n/a if JAWT requires offscree...Sven Gothel2013-07-171-1/+9
* Use MaxFixedFunc(..) GLProfile if pbuffer or GL2-compat is required.Sven Gothel2013-07-175-8/+8
* More shader fixes for core (GLSL 150): texture2D -> texture, texture3D is dep...Sven Gothel2013-07-171-1/+2
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-176-41/+39
* Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...Sven Gothel2013-07-161-0/+69
* Tests: Cleanup for GL core usage p2 - (Proper GLSL version number)Sven Gothel2013-07-165-14/+22
* Tests: Cleanup for GL core usage (Skip texture enable/disable, proper GLSL ve...Sven Gothel2013-07-1615-128/+155
* GPUUISceneGLListener0A: Rotate on vertical scroll ..Sven Gothel2013-07-161-1/+1
* Fix PointsDemoES1: No zero point size allowedSven Gothel2013-07-161-1/+1
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-154-15/+22
* TestMainVersionGLWindowNEWT: Add 'manual' version get/print for verification.Sven Gothel2013-07-101-0/+6
* TestGLWindows02NEWTAnimated: Give animator a chance to become paused after pu...Sven Gothel2013-07-101-0/+7
* TestScreenMode00cNEWT: Enable testing of UITestCase.resetXRandRIfX11() only i...Sven Gothel2013-07-101-1/+3
* UITestCase.resetXRandRIfX11(): Iterate through all outputs and sets the prefe...Sven Gothel2013-07-093-22/+167
* Refine 95ffc6f73b460a24e8f117060de1d80ec85e4c25: Reset X11 XRandR only for Mo...Sven Gothel2013-07-0910-1/+17
* NEWT MonitorMode test cases: Add X11 XRandR commandline reset to UITestCase's...Sven Gothel2013-07-093-0/+271
* NEWT EDTUtil: Exposed weakness of EDTUtil usage due to usage of WeakReference...Sven Gothel2013-07-0911-29/+64
* NEWT Display.create: If reusing an existing instance, ensure EDT is running!Sven Gothel2013-07-051-2/+16
* TestScreenMode*: Stop animator before destroying window - be nice.Sven Gothel2013-07-052-0/+4
* TestScreenMode02bNEWT: Don't assert/wait for Screen shutdown if mode change a...Sven Gothel2013-07-051-1/+0
* TestDisplayLifecycle02NEWT: Renable testDisplayCreate02 (my fault)Sven Gothel2013-07-041-1/+1
* TestDisplayLifecycle02NEWT: Ensure window/screen has been destroyed before va...Sven Gothel2013-07-041-3/+19
* TestScreenMode*: At destruction, properly wait until Window and Screen (after...Sven Gothel2013-07-046-14/+30
* TestScreenMode02bNEWT: Full MonitorMode w/ rotation failure - Expected on som...Sven Gothel2013-07-041-0/+5
* Refine 9c7ab101cf5261db3ef6160c0aa1906ffcce188b: Don't print extensions .. to...Sven Gothel2013-07-045-5/+5
* TestScreenMode*: Be more verbose setting screen mode.Sven Gothel2013-07-045-52/+107
* Revisit Bug 770 and Bug 771: Only use FLAG_IS_FULLSCREEN_SPAN if required; At...Sven Gothel2013-07-042-0/+5
* TestScreenMode* Cleanup (reset)Sven Gothel2013-07-045-78/+82
* Use JoglVersion.getGLStrings(..) in 'famous' tests, removes redundancy .. Gea...Sven Gothel2013-07-045-40/+10
* Remove deprecated methods.Sven Gothel2013-07-043-5/+11
* Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and...Sven Gothel2013-07-031-14/+16
* Bug 724: Testing PNG Transparency / Fixing GLSL Shader of test case: Mix text...Sven Gothel2013-07-037-14/+259
* Bug 724: Add manual unit test, incr. PNGImage verbosity.Sven Gothel2013-07-022-7/+10
* Bug 734: Bug could not be reproduced w/ TestScreenMode02bNEWT, however on som...Sven Gothel2013-07-022-2/+240
* Fix Bug 770 and 771Sven Gothel2013-07-021-75/+102
* Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-301-2/+32
* Tests: Put monitor/screen mode tests to own subpackageSven Gothel2013-06-298-8/+8
* Tests: Fix enumeration of monitor/screen mode tests, add tests description to...Sven Gothel2013-06-297-13/+34
* Tests: Fix enumeration of monitor/screen mode tests, add tests description to...Sven Gothel2013-06-294-0/+0
* Disable TestNewtEventModifiersNewtCanvasSWTAWT: Causes sporadic freezes on Wi...Sven Gothel2013-06-251-1/+7
* Test NEWT Key Events, TestInitConcurrent0*NEWT: TO 5 -> 3 minutesSven Gothel2013-06-259-28/+28
* Test NEWT Key Events: Add TO of 5 minutesSven Gothel2013-06-256-22/+22
* TestInitConcurrent0*NEWT: Add TO of 5 minutesSven Gothel2013-06-252-6/+6
* TestFocus02SwingAWTRobot: Fix Java7 'changed behavior': Relax focus traversal...Sven Gothel2013-06-251-1/+1
* TestFocus02SwingAWTRobot: Fix Java7 'changed behavior': Relax focus traversal...Sven Gothel2013-06-251-1/+7
* AWTRobotUtil.*KeyPress/Release: Remove waitForIdle(robot), but call per use c...Sven Gothel2013-06-256-14/+18
* TestFocus0[12]SwingAWTRobot: Fix Java7 'changed behavior': Relax focus traver...Sven Gothel2013-06-242-13/+16
* Tests NEWTKeyAdapter: Fix log stringSven Gothel2013-06-241-2/+2