aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* Update GridLayout to use VLayoutSlot (#8313)Leif Åstrand2012-02-211-757/+0
|
* Make GridLayout react to caption size changes (#8313)Leif Åstrand2012-02-161-1/+5
|
* Remove almost unused CellBasedLayout (#8313)Leif Åstrand2012-02-101-5/+8
|
* Initial removal of %-conversions, many components need fixes (#8312)Leif Åstrand2012-01-301-1/+2
|
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-6/+11
| | | Widget), VPaintableWidget (paintable connected to a widget).
* Resolve compile errors caused by merge of 6.8 branchLeif Åstrand2011-12-091-32/+0
|
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+33
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
| * #3915 ChildComponentContainer fails to calculate width of its child widget ↵Leif Åstrand2011-12-051-0/+32
| | | | | | | | | | | | properly in IE7 if the child has borders svn changeset:22234/svn branch:6.7
* | #7981 Removed Firefox 2 specific code and CSSArtur Signell2011-11-221-24/+6
|/
* Fixed unused variable warningsArtur Signell2010-10-071-5/+4
| | | | svn changeset:15439/svn branch:6.5
* #5613 Converted our own client side code to use VConsole instead of ↵Matti Tahvonen2010-09-171-6/+5
| | | | | | ApplicationConnection.getConsole svn changeset:14989/svn branch:6.4
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-8/+7
| | | | svn changeset:14496/svn branch:6.4
* fixes #4608Matti Tahvonen2010-04-281-0/+12
| | | | svn changeset:12881/svn branch:6.3
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* Merged [10696]Artur Signell2010-01-121-5/+5
| | | | svn changeset:10700/svn branch:6.3
* Merged: [9096] fix for #3444 Opera missing components and [9097] ↵Henri Sara2009-10-061-9/+10
| | | | | | 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-5/+11
| | | | | | | | | | | | | | | 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
* Test case and fix for #2902 - IE fails to size ICaption icon correctly on ↵Artur Signell2009-05-221-1/+8
| | | | | | consecutive reloads svn changeset:7972/svn branch:6.0
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-111-6/+6
| | | | | | yet CSS prefixes) svn changeset:7742/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+736
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0