Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -351/+0 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+10 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -70/+0 |
| | |||||
* | Fixed problem with Panel not repainting its contents (#8700) | Artur Signell | 2012-04-19 | 1 | -0/+9 |
| | |||||
* | Handled enabled state cascading on client side (#8507) | Artur Signell | 2012-04-19 | 1 | -11/+0 |
| | | | | Now avoids repainting the full hierarchy if the enabled state of a component container changes. | ||||
* | Added requestRepaintall helper to AbstractComponentContainer and use the | Artur Signell | 2012-03-21 | 1 | -11/+16 |
| | | | | | same helper and logic in all component containers including Form, Table and CustomField | ||||
* | Repaint children when parent becomes visible | Artur Signell | 2012-03-21 | 1 | -0/+13 |
| | |||||
* | #8500 Allow component containers to hide their children even though | Artur Signell | 2012-03-14 | 1 | -0/+10 |
| | | | | | the children are visible. Allows Tabsheet to disallow updates to all tabs except the selected. | ||||
* | #8500, #3557 Added HasComponents (Iterable<Component>) that must be | Artur Signell | 2012-03-14 | 1 | -0/+10 |
| | | | | | | implemented by all components containing components. This might still change when #2924/#2527 is fixed | ||||
* | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constants | Jens Jansson | 2011-12-22 | 1 | -8/+8 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | fixes #5340 | Matti Tahvonen | 2010-07-12 | 1 | -1/+1 |
| | | | | svn changeset:14175/svn branch:6.4 | ||||
* | "premature optimization is the redemption all subtree caching issues" :-) | Matti Tahvonen | 2010-06-29 | 1 | -20/+120 |
| | | | | | | | One level deep optimization of child tree paints, when container size change may require child repaint. Fixes #2366 (optimized at appropriate level), #5270 and most likely #4581 svn changeset:13969/svn branch:6.4 | ||||
* | Added generics to ComponentContainer.getComponentIterator (#3717). | Artur Signell | 2009-12-14 | 1 | -14/+15 |
| | | | | svn changeset:10281/svn branch:6.2 | ||||
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+274 |
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 |