Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved connector tracking from Application to Root | Artur Signell | 2012-06-21 | 1 | -113/+0 |
| | | | | | | This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943) | ||||
* | Fix typo | Leif Åstrand | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | Fix missing licenses and Serializable (#6690) | Leif Åstrand | 2012-06-06 | 1 | -1/+2 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -52/+32 |
| | |||||
* | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -3/+3 |
| | |||||
* | Added missing license information | Artur Signell | 2012-03-22 | 1 | -0/+3 |
| | |||||
* | Code cleanup for paint/dirty state tracking changes | Artur Signell | 2012-03-21 | 1 | -15/+15 |
| | |||||
* | #8515 Avoid painting invisible children, also through old style paint | Artur Signell | 2012-03-21 | 1 | -0/+10 |
| | | | | calls | ||||
* | Made Window work again (connectors are now children of Root, attach for | Artur Signell | 2012-03-21 | 1 | -1/+3 |
| | | | Panel/Window calls Root attach methods, Window uses WindowState) | ||||
* | repaintRequestListenersNotified and "cached" are no longer needed | Artur Signell | 2012-03-21 | 1 | -4/+19 |
| | |||||
* | Moved Connector -> Connector Id mapping to AbstractComponent | Artur Signell | 2012-03-21 | 1 | -0/+102 |
Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of |