aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VAbsoluteLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-134/+0
* Fixed NPE in click listenerArtur Signell2012-04-101-16/+0
* Updated AbsoluteLayout to use hierarchy and state change eventsArtur Signell2012-04-051-60/+7
* Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-271-1/+1
* Remove UIDL parameter from many caption related methods (#8435).Henri Sara2012-03-211-4/+3
* Ensure AbsoluteLayout wrappers have the rigth size (#8313)Leif Åstrand2012-03-211-16/+3
* Organized imports and formatted all java filesArtur Signell2012-02-281-4/+3
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-6/+6
* getWidgetForPaintable -> getWidgetArtur Signell2012-02-271-3/+3
* Merge branch 'layoutperformance'Leif Åstrand2012-02-271-101/+6
|\
| * Update AbsoluteLayout to be a CalculatingLayout (#8313)Leif Åstrand2012-02-091-101/+6
* | Communicate caption of components in shared state (#8304).Henri Sara2012-02-231-1/+2
|/
* Removed unnecessary getWidgetForPaintable methodsArtur Signell2012-02-021-4/+0
* #8323 Moved updateCaption from Container to VPaintableWidgetContainerArtur Signell2012-01-311-1/+2
* #8324 Fixed VAbsoluteLayoutPaintable to be a containerArtur Signell2012-01-311-6/+0
* Split AbsoluteLayout into widget + paintableArtur Signell2012-01-311-59/+5
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-13/+19
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-73/+0
|/
* Merged changes from 6.5 branchHenri Sara2011-02-281-8/+7
* reverted fixes for #6060, #6061, should be better covered by #6150Matti Tahvonen2010-12-151-8/+1
* Fix for #6061 - Moving a component from a AbsoluteLayout to a layout inside t...Artur Signell2010-11-251-1/+8
* Fixed unused variable warningsArtur Signell2010-10-071-5/+5
* #5613 Converted our own client side code to use VConsole instead of Applicati...Matti Tahvonen2010-09-171-4/+5
* Eclipse code cleanupArtur Signell2010-08-301-0/+1
* Removed some @override annotations the build did not likeMarc Englund2010-08-191-1/+0
* Testcase and fix for #5457Marc Englund2010-08-191-0/+7
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-1/+1
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
* better support for extending absolutelayoutMatti Tahvonen2010-02-011-2/+1
* some preliminary drag and drop stuffMatti Tahvonen2010-01-281-3/+6
* Fixed remaining issues for #3541 - VerticalLayout/GridLayout/AbsoluteLayout/C...Artur Signell2009-11-261-14/+13
* Split test case into Layout click test and textfield focus/blur test + auto t...Artur Signell2009-11-261-7/+1
* Separated client side listeners to a ClickEventHandler classArtur Signell2009-11-251-41/+25
* Work in progressArtur Signell2009-11-251-1/+61
* fixes #2909 + cleanup and generics for UIDL classMatti Tahvonen2009-05-201-2/+2
* fixes #2930, IE8 does not accept null for zIndex style propertyMatti Tahvonen2009-05-141-1/+10
* Absolutelayout canvas now clips overflown content. Fixes #2913Matti Tahvonen2009-05-141-0/+1
* removed comment from set zIndex line Matti Tahvonen2009-05-141-1/+1
* fixed IE6 bugs with both ends relativeMatti Tahvonen2009-05-141-7/+12
* #2904 Renamed CSS prefix "i-" to "v-"Henri Sara2009-05-121-2/+2
* #2904 Change client side class name prefixes I -> V (class names only, not ye...Henri Sara2009-05-111-0/+378