Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2014 | Artur Signell | 2014-04-16 | 1 | -1/+1 |
| | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6 | ||||
* | Global code reformat | Leif Åstrand | 2013-04-05 | 1 | -0/+1 |
| | | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2 | ||||
* | Enable setting default alignment for VerticalLayout, HorizontalLayout, ↵ | Artur Signell | 2013-04-02 | 1 | -1/+27 |
| | | | | | | GridLayout (#11421) Change-Id: I56b14a6a027dc700748f2bd7219b47e1134bb56a | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 1 | -2/+2 |
| | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef | ||||
* | Added ComponentContainer.addComponents (#10245) | Artur Signell | 2012-11-22 | 1 | -12/+0 |
| | | | | Change-Id: Ie859d194456466424c55ef5e1c2a330f0172e5de | ||||
* | AbstractComponentContainer should implement getComponentIterator and not ↵ | Artur Signell | 2012-11-06 | 1 | -1/+1 |
| | | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5 | ||||
* | Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and ↵ | Johannes Dahlström | 2012-09-07 | 1 | -1/+13 |
| | | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes | ||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 1 | -4/+2 |
| | |||||
* | Removed getters/setters from states and made instance variabled public | John Ahlroos | 2012-08-31 | 1 | -14/+16 |
| | |||||
* | refak listeners com.vaadin.ui | Petri Heinonen | 2012-08-30 | 1 | -2/+20 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Rename requestRepaint to markAsDirty (#9378) | Leif Åstrand | 2012-08-23 | 1 | -1/+1 |
| | | | Also remove some requestRepaint calls that are no longer needed (#9325) | ||||
* | Handle requestRepaint automatically (#9325) | Leif Åstrand | 2012-08-23 | 1 | -8/+1 |
| | |||||
* | Removed API deprecated in Vaadin 6 (#9071) | Artur Signell | 2012-08-22 | 1 | -13/+0 |
| | |||||
* | Make the (server-side) getState method protected (#9315) | Leif Åstrand | 2012-08-22 | 1 | -1/+4 |
| | |||||
* | Refactored margin handlers (#8292) | Artur Signell | 2012-08-22 | 1 | -1/+25 |
| | | | | | | Only layouts actually supporting margins now implement MarginHandler CssLayout should be simplified before 7.0.0 so margin support was removed. GridLayout, VerticalLayout and HorizontalLayout were the only other layouts which actually supported margin. MarginInfo is now passed directly in the state. | ||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 1 | -1/+13 |
| | |||||
* | Eliminated dependencies from server to client (#9279) | Artur Signell | 2012-08-13 | 1 | -3/+3 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+383 |