Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWT | Sven Gothel | 2023-09-29 | 1 | -1/+1 |
| | | | | | | | | | | Commit c5431f46b7bf64f109315ec78461859dd88f202a reduced the disableBackgroundErase(..) to SunToolkit's variation which doesn't work on Windows as it does not act upon the java.awt.Canvas peer post addNotify(). This re-introduces the java.awt.Canvas method via class JAWTUtil.BackgroundEraseControl and its called only after addNotify() on Windows and ASAP for everyone else. Method also calles the SunTookit variation just to be sure. | ||||
* | Add scripts/run-test-until-crash.sh: Used to stress test one unit test (for ↵ | Sven Gothel | 2023-01-22 | 1 | -0/+54 |
sporadic crashes) |