aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/DirtyConnectorTracker.java
Commit message (Expand)AuthorAgeFilesLines
* Moved connector tracking from Application to RootArtur Signell2012-06-211-113/+0
* Fix typoLeif Åstrand2012-06-121-1/+1
* Fix missing licenses and Serializable (#6690)Leif Åstrand2012-06-061-1/+2
* Initial extension support (#6690)Leif Åstrand2012-06-061-52/+32
* Component no longer implements PaintableArtur Signell2012-04-121-3/+3
* Added missing license informationArtur Signell2012-03-221-0/+3
* Code cleanup for paint/dirty state tracking changesArtur Signell2012-03-211-15/+15
* #8515 Avoid painting invisible children, also through old style paintArtur Signell2012-03-211-0/+10
* Made Window work again (connectors are now children of Root, attach forArtur Signell2012-03-211-1/+3
* repaintRequestListenersNotified and "cached" are no longer neededArtur Signell2012-03-211-4/+19
* Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-0/+102