aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VOrderedLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Initial MeasureManager and working Horizontal/VerticalLayout (#8313)Leif Åstrand2012-01-301-976/+0
|
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-17/+23
| | | Widget), VPaintableWidget (paintable connected to a widget).
* Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-201-1/+2
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* Merged changes from 6.5 branchHenri Sara2011-02-281-8/+7
| | | | svn changeset:17493/svn branch:6.6
* #5372 : test case, script and fixMatti Tahvonen2010-12-291-0/+8
| | | | svn changeset:16704/svn branch:6.5
* Additional fix for #6075 - CellBasedLayout does not update size correctly ↵Artur Signell2010-11-301-6/+11
| | | | | | when set from client side svn changeset:16232/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-67/+67
| | | | svn changeset:14496/svn branch:6.4
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-281-892/+892
| | | | svn changeset:13932/svn branch:6.4
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* Fixed remaining issues for #3541 - ↵Artur Signell2009-11-261-14/+7
| | | | | | VerticalLayout/GridLayout/AbsoluteLayout/CSSLayout should support click events svn changeset:10072/svn branch:6.2
* Split test case into Layout click test and textfield focus/blur test + auto ↵Artur Signell2009-11-261-6/+1
| | | | | | | | | | test for layout click. Simplified ClickEventHandler/LayoutClickEventHandler and made them public so they are available to other components. svn changeset:10054/svn branch:event-framework-3234
* fixed getComponent method (worked only when clicked directly on child ↵Matti Tahvonen2009-11-261-0/+2
| | | | | | components element) svn changeset:10049/svn branch:event-framework-3234
* Separated client side listeners to a ClickEventHandler classArtur Signell2009-11-251-41/+25
| | | | svn changeset:10042/svn branch:event-framework-3234
* Work in progressArtur Signell2009-11-251-38/+45
| | | | svn changeset:10026/svn branch:event-framework-3234
* Initial commit for framework enhancement for #3234Artur Signell2009-11-201-1/+56
| | | | svn changeset:9947/svn branch:event-framework-3234
* Merged: [9096] fix for #3444 Opera missing components and [9097] ↵Henri Sara2009-10-061-2/+2
| | | | | | CellBasedLayout style typo svn changeset:9099/svn branch:6.2
* Large pile of various optimizations and small bug fixes. Changeset has a ↵Matti Tahvonen2009-08-201-9/+51
| | | | | | | | | | | | | | | great regression risk, blame me on new odd bugs. * default alignments/expandratios now not transported over uidl * added new map type to painttarget * rewrote UIDL with overlay type * ditched gwt JSON implementation instead of own "overlay type" altogether * using arraylist instead of vector in all places on client side * optimized a bit LocaleService * rewrote uidl browsers in debug window (now does not stall IE that easily with large changesets) svn changeset:8516/svn branch:6.1
* merged [8456] and [8455] to 6.1Matti Tahvonen2009-08-111-1/+1
| | | | svn changeset:8457/svn branch:6.1
* fixes #2909 + cleanup and generics for UIDL classMatti Tahvonen2009-05-201-2/+2
| | | | svn changeset:7915/svn branch:6.0
* #2904 Renamed CSS prefix "i-" to "v-"Henri Sara2009-05-121-3/+3
| | | | svn changeset:7752/svn branch:6.0
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-111-0/+876
yet CSS prefixes) svn changeset:7742/svn branch:6.0