Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWT Robot Unit Tests: Bring Window to Front and position mouse | Sven Gothel | 2010-09-27 | 1 | -3/+3 |
| | |||||
* | NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus ↵ | Sven Gothel | 2010-09-26 | 1 | -2/+3 |
| | | | | on an AWT device. Wait until TO or event received. | ||||
* | NEWT: Add Window.hasFocus() ; Test cleanup .. | Sven Gothel | 2010-09-26 | 1 | -0/+2 |
| | | | | | | - Window add focus tracking and query via hasFocus() - TestTransformFeedbackVeryingsBug407NEWT allow fail if no GL3 is available - TestFocus01SwingAWT check on NEWTChild focus | ||||
* | Add main() to TestFocus01SwingAWT | Sven Gothel | 2010-09-26 | 1 | -1/+3 |
| | |||||
* | RecursiveToolkitLock default TO 5s | Sven Gothel | 2010-09-26 | 1 | -3/+3 |
| | |||||
* | Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - ↵ | Sven Gothel | 2010-09-25 | 1 | -1/+3 |
| | | | | | | | | | | | | | GLCanvas NPE fix - NewtCanvasAWT added destroy(..) Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL): Added exhausting Pre AWT/Swing usage test utilizing a later JOGL init with GLCanvas and NEWTCanvasAWT. This works for NV+X11+Ubuntu+64bit, have to do more testing. GLCanvas NPE fix at destroy/dispose, check if already destroyed, ie context==null NewtCanvasAWT: Add destroy() and destroy(boolean unrecoverable) | ||||
* | NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - Tests | Sven Gothel | 2010-09-23 | 1 | -0/+28 |
- Adapted tests to API changes - Notably new Display lifecycle / Reparenting tests: - TestDisplayLifecycle01NEWT - Tests display lifecycle - TestParenting01NEWT - Tests various reparenting cases (native/recreate) - TestParenting01bAWT - Tests Animator/FPSAnimator with reparenting (AWT/Newt) - Other changes: - TestGearsNEWT: Added 'on-the-fly' KeyAdapter inducing a GLRunnable into the GLWindow for fullscreen toggle. - |