aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VCssLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Don't remove and re-add children for every update to avoid changing scrolling...Leif Åstrand2011-09-071-8/+27
* Merged changes from 6.5 branchHenri Sara2011-02-281-4/+4
* fixes #5778Matti Tahvonen2010-10-121-0/+5
* #5613 Converted our own client side code to use VConsole instead of Applicati...Matti Tahvonen2010-09-171-3/+3
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-6/+6
* fixes #4351 (relative size changes don't propagate via csslayout)Matti Tahvonen2010-03-161-0/+18
* Fix for #4204 - CssLayout throws ClassCastException when removing component w...Artur Signell2010-02-191-4/+5
* Fixed remaining issues for #3541 - VerticalLayout/GridLayout/AbsoluteLayout/C...Artur Signell2009-11-261-0/+27
* fixes #3724, fixed size change propagationMatti Tahvonen2009-11-181-3/+6
* fixes #3422Matti Tahvonen2009-09-281-0/+7
* better margin support (via server side api) for csslayout + some cleaningMatti Tahvonen2009-09-031-8/+31
* renamed a helper classnameMatti Tahvonen2009-09-011-1/+1
* initial version of CssLayout (aka FlowLayout from FastLayouts) + sampler exampleMatti Tahvonen2009-08-281-0/+239