aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/layout/CellBasedLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove almost unused CellBasedLayout (#8313)Leif Åstrand2012-02-101-343/+0
|
* #8324 Split VGridLayout, VHorizontalLayout and VVerticalLayout intoArtur Signell2012-01-311-72/+14
| | | | | paintable and widget
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-5/+9
| | | Widget), VPaintableWidget (paintable connected to a widget).
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* Reverted [16223]John Alhroos2010-11-301-0/+23
| | | | svn changeset:16234/svn branch:6.5
* Removed handlDynamicDimensions since it is redundant. #6075John Alhroos2010-11-301-24/+0
| | | | svn changeset:16223/svn branch:6.5
* Fix for #6075John Alhroos2010-11-301-0/+30
| | | | svn changeset:16217/svn branch:6.5
* Fixed unused variable warningsArtur Signell2010-10-071-2/+2
| | | | svn changeset:15439/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-5/+4
| | | | svn changeset:14496/svn branch:6.4
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* Merged: [9096] fix for #3444 Opera missing components and [9097] ↵Henri Sara2009-10-061-1/+3
| | | | | | CellBasedLayout style typo svn changeset:9099/svn branch:6.2
* added minor visibility check to avoid error in hosted modeMatti Tahvonen2009-09-081-9/+11
| | | | svn changeset:8706/svn branch:6.1
* fixes #3229Matti Tahvonen2009-08-271-1/+1
| | | | svn changeset:8556/svn branch:6.1
* fixes #3195Matti Tahvonen2009-08-211-3/+29
| | | | svn changeset:8519/svn branch:6.1
* optimized margin and spacing measuring for ordered layouts. In FF profiled ↵Matti Tahvonen2009-08-181-25/+26
| | | | | | time for this funtion with 200 layouts test case dropped from + 4000ms to 230ms svn changeset:8500/svn branch:6.1
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-111-3/+3
| | | | | | yet CSS prefixes) svn changeset:7742/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+335
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0