Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved margins to AbstractLayoutState | Artur Signell | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | Automatically create state on server side based on getState return type | Artur Signell | 2012-04-05 | 1 | -5/+0 |
| | |||||
* | Simplified Rpc registration on server side (#8591) | Artur Signell | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPC | Artur Signell | 2012-03-29 | 1 | -35/+18 |
| | |||||
* | Replaced paintContent with shared state | Artur Signell | 2012-03-29 | 1 | -73/+24 |
| | |||||
* | Consistently use getSecondComponent instead of using the state directly | Artur Signell | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | #8500 Made SplitPanel use hierarchy change events | Artur Signell | 2012-03-14 | 1 | -48/+71 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | #8324 Split split panel classes into widget and paintable | Artur Signell | 2012-01-31 | 1 | -2/+2 |
| | |||||
* | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constants | Jens Jansson | 2011-12-22 | 1 | -7/+7 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | #6858 Corrected typo in removeListener method | Artur Signell | 2011-04-18 | 1 | -2/+1 |
| | | | | svn changeset:18355/svn branch:6.6 | ||||
* | Merged changes from 6.5 branch | Henri Sara | 2011-02-28 | 1 | -1/+2 |
| | | | | svn changeset:17493/svn branch:6.6 | ||||
* | AbstractSplitPanel should really be abstract... | Artur Signell | 2010-12-30 | 1 | -1/+1 |
| | | | | svn changeset:16731/svn branch:6.5 | ||||
* | Calling SplitPanel.removeComponent with any component or null always removes ↵ | John Alhroos | 2010-12-14 | 1 | -1/+1 |
| | | | | | | the second component fixed. svn changeset:16498/svn branch:6.5 | ||||
* | Fix for #6145 | John Alhroos | 2010-12-14 | 1 | -0/+2 |
| | | | | svn changeset:16484/svn branch:6.5 | ||||
* | #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanel | Artur Signell | 2010-11-23 | 1 | -0/+436 |
Refactored SplitPanels to extend an AbstractSplitPanel super class. Deprecated the old SplitPanel class. svn changeset:16113/svn branch:6.5 |