Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWT Window Lifecycle / ScreenMode: | Sven Gothel | 2010-11-03 | 1 | -5/+6 |
| | | | | | | | | | | Lifecycle.reparentActionPre()/reparentActionPost() -> pauseRenderingAction()/resumeRenderingAction() for a more generic use, ie reparenting and screen mode change. ScreenMode change: No more visibility/fullscreen changes, no more locking, just pause/resume animation. X11 ScreenMode set: move from thread/wait to simple polling over time (timeout) | ||||
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 1 | -6/+14 |
| | | | | | | | | | | DEBUG strings w/ thread name nativewindow.TraceLock -> nativewindow.debug.ToolkitLock.TraceLock Sync Xmisc (DummyWindow) with NEWT's creation test scripts: awt and non-awt usage | ||||
* | Fix focus test for windows: increase mouse click start delay, so previous ↵ | Sven Gothel | 2010-11-02 | 1 | -3/+4 |
| | | | | focus click won't be counted | ||||
* | ScreenMode: Ignore modes < 15bpp | Sven Gothel | 2010-11-02 | 1 | -2/+2 |
| | |||||
* | Added Rotation test | Sven Gothel | 2010-11-01 | 1 | -0/+74 |