summaryrefslogtreecommitdiffstats
path: root/src/junit
Commit message (Expand)AuthorAgeFilesLines
* NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen...Sven Gothel2010-10-092-17/+38
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-092-281/+221
* Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit testsSven Gothel2010-10-083-10/+59
* Fix: NEWT/AWT Focus unit testsSven Gothel2010-10-0711-32/+154
* Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurfaceSven Gothel2010-10-072-0/+294
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0611-70/+59
* NEWT/AWT Jnit: Add Robot Mouse Click testSven Gothel2010-10-026-51/+253
* NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC...Sven Gothel2010-09-3034-51/+116
* Newt/AWT Unit Test: Remove 'Test' Prefix from interfaceSven Gothel2010-09-301-0/+0
* Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise...Sven Gothel2010-09-305-0/+166
* NEWT Unit Focus Test: AWT Permanent focus check without focus count (due to t...Sven Gothel2010-09-283-32/+59
* NEWT Unit Focus Test: Use AWT permanent focus check on request.Sven Gothel2010-09-284-53/+61
* JUnit test: Check of GL3 availability to not let test failSven Gothel2010-09-282-1/+42
* Unit test: Add 'Robot' for test classes using AWT RobotSven Gothel2010-09-283-6/+6
* NEWT Robot Unit Tests: Bring Window to Front and position mouseSven Gothel2010-09-274-44/+54
* NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus ...Sven Gothel2010-09-268-90/+718
* NEWT: Add Window.hasFocus() ; Test cleanup ..Sven Gothel2010-09-262-3/+10
* Add main() to TestFocus01SwingAWTSven Gothel2010-09-261-0/+31
* Ensure that receiving focus is passed on to any NEWT child.Steve Vaughan2010-09-261-6/+7
* New test to check on keyboard focus.Steve Vaughan2010-09-261-0/+189
* NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(...Sven Gothel2010-09-261-0/+5
* NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test...Sven Gothel2010-09-261-0/+20
* Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas...Sven Gothel2010-09-251-0/+310
* NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - TestsSven Gothel2010-09-2319-142/+488
* NEWT: Changed Lifecycle of Display/Screen (part 2)Sven Gothel2010-09-152-16/+260
* Merge branch 'master' into newt_display_unkey_threadSven Gothel2010-09-1537-993/+849
|\
| * Removed COPYRIGHT.txt file, whichSven Gothel2010-09-1437-993/+849
* | NEWT: Changed Lifecycle of Display/ScreenSven Gothel2010-09-109-83/+399
|/
* NEWT: Focus Fix + CleanupSven Gothel2010-09-031-3/+0
* TestTransformFeedbackVeryingsBug407NEWT: move GLSL requirement to 1.50 (GL 3.2)Sven Gothel2010-08-241-1/+1
* Added shader status check, commented out the expected glsl linker error messageSven Gothel2010-08-241-4/+32
* Rename junit test TransformFeedbackVeryingsBug407 and add main methodSven Gothel2010-08-241-1/+18
* Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-08-221-1/+1
|\
| * JOGL/Junit: Temp. remove frame rendering testSven Gothel2010-07-261-1/+1
* | added junit test for bug 407 (thanks to Matt at the mailinglist).Michael Bien2010-08-221-0/+132
|/
* Junit: Avoid possible forever loop in testSven Gothel2010-07-171-1/+2
* Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ...Sven Gothel2010-07-172-5/+6
* Junit: Relax assertions NEWT/ReparentSven Gothel2010-07-162-1/+5
* Add AWT WindowClosing JUnit testSven Gothel2010-07-161-0/+103
* Fix file modesSven Gothel2010-07-0728-0/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-261-1/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-2624-76/+524
* JOGL.GLAutoDrawable:Sven Gothel2010-06-169-10/+642
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-06-111-0/+163
|\
| * Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-06-107-23/+315
| |\
| * | forked TestAWT01GLn into TestSwingAWT01GLn.Michael Bien2010-06-082-70/+205
| * | Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-06-024-33/+81
| |\ \
| * | | swing on edt only, awt off edt. cleaned up the test a bit.Michael Bien2010-06-011-31/+30
| * | | added JFrame and Window runs to testAWT01GLn testcase + EDT fixes.Michael Bien2010-06-011-34/+63
* | | | NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...Sven Gothel2010-06-115-14/+319
| |_|/ |/| |