aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/LayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-1215/+0
* Fixed typoArtur Signell2012-06-211-3/+3
* Store measuredSize in map instead of in DOM in IE8 (#8717)Artur Signell2012-06-211-4/+26
* Initial extension support (#6690)Leif Åstrand2012-06-061-5/+7
* Javadocs for LayoutManagerLeif Åstrand2012-04-201-5/+456
* Add exception handling for layout and element resize (#4203)Leif Åstrand2012-04-161-5/+25
* Rename paintable -> connector internallyLeif Åstrand2012-04-161-13/+13
* API naming change, needs update -> needs layoutLeif Åstrand2012-04-121-7/+7
* Merge branch 'layoutgraph'Leif Åstrand2012-04-121-141/+479
|\
| * Run scrollbar fix for the next ancestor where it might be needed (#8615)Leif Åstrand2012-04-111-31/+44
| * Don't assume scrolling elements have no inline overflow style (#8615)Leif Åstrand2012-04-111-5/+27
| * Change to a more efficient overflow fix and enable it for IE9 (#8615)Leif Åstrand2012-04-111-5/+10
| * Check for appeared or disappeared scrollbars when sizes have changedLeif Åstrand2012-04-111-2/+2
| * Disable excessive debug loggingLeif Åstrand2012-04-111-24/+36
| * Add LayoutManager.setNeedsMeasure and change how layouts are startedLeif Åstrand2012-04-101-27/+74
| * Implement support for ElementResizeListenerLeif Åstrand2012-04-051-45/+119
| * Also layout the parent after doing overflow fixes. (#8615)Leif Åstrand2012-04-041-0/+9
| * Manage fix for overflow: auto in LayoutManager (#8615)Leif Åstrand2012-04-041-0/+38
| * Add helper method to dump the dependency status of a componentLeif Åstrand2012-04-031-0/+6
| * Move logic for parsing percentages to LayoutManagerLeif Åstrand2012-04-031-0/+24
| * Tweaked debug outputLeif Åstrand2012-04-031-13/+43
| * Let ManagedLayouts report sizes back to the LayoutManager.Leif Åstrand2012-04-031-79/+117
| * Initial LayoutDependencyTreeLeif Åstrand2012-04-021-81/+101
* | Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
|/
* Fixed problem with delete DOM attribute in IE8 and split browserArtur Signell2012-03-211-5/+8
* Take negative margin into account when calculating footer height (#8540)Leif Åstrand2012-03-201-1/+17
* Show a clear message to more easily discover layout loops (#8313)Leif Åstrand2012-03-201-1/+6
* 8500 Let the framework handle unregistration of ConnectorsArtur Signell2012-03-141-2/+2
* Connector interface. Renamed getId() -> getConnectorId() to avoid mixupsArtur Signell2012-03-141-6/+6
* Connector -> ServerConnectorArtur Signell2012-03-141-1/+1
* Run a new layout phase after VScrollTable.sizeInit (#8313)Leif Åstrand2012-03-131-0/+11
* Add some missing dirty state updates (#8313)Leif Åstrand2012-02-281-0/+1
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-5/+10
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-21/+21
* Update GridLayout to use its "margins" (#8313)Leif Åstrand2012-02-271-0/+8
* getWidgetForPaintable -> getWidgetArtur Signell2012-02-271-2/+2
* Change internal naming for notifiable -> managedLeif Åstrand2012-02-271-10/+9
* Refactor #8313 based on API reviewLeif Åstrand2012-02-271-0/+334