Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed() | Sven Gothel | 2010-12-23 | 1 | -6/+7 |
| | | | | | | | | | | | | | Add WindowListener.windowDestroyed() To expose a proper window lifecycle, ie destroy-notify and destroyed, this notification is added. This will be used at least in unit tests, where we verify destruction. Remove WindowImpl.windowDestroyed(): This native hook (planned to be called by native destroy notification) is unreliable or not supported for all platforms. NEWT relies on the pre destroy native hooks and handles the final destroy notification itself. | ||||
* | Newt: native window parenting MacOSX: OK (but parent clipping is missing) ; ↵ | Sven Gothel | 2009-09-12 | 1 | -0/+12 |
X11: windowResize event handled |