summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Form without own measuring (#8313)Leif Åstrand2012-02-143-140/+29
* Update Window to work with MeasureManager (#8313)Leif Åstrand2012-02-132-48/+22
* Refactor to calculate heights and widths separately (#8313)Leif Åstrand2012-02-135-94/+149
* Update text field height for border-box sizing (#8313)Leif Åstrand2012-02-131-1/+2
* CustomLayout without size calculations (#8313)Leif Åstrand2012-02-102-84/+10
* Merge branch 'master' into layoutperformanceLeif Åstrand2012-02-101-8/+17
|\
| * Also find paintables inside HasOneWidget widgets (#8323)Leif Åstrand2012-02-101-8/+17
* | CustomComponent without size calculations (#8313)Leif Åstrand2012-02-103-149/+3
* | Update CssLayout to work with CalculatingLayotus (#8313)Leif Åstrand2012-02-102-45/+45
* | Remove almost unused CellBasedLayout (#8313)Leif Åstrand2012-02-104-433/+9
* | Update CssLayout to use MeasureManager (#8313)Leif Åstrand2012-02-108-279/+212
* | Use minWidth to make room for caption reducing the size (#8313)Leif Åstrand2012-02-101-2/+4
* | Set some basic styles in css (#8313)Leif Åstrand2012-02-102-5/+7
* | Simplify size handling in VView (#8313)Leif Åstrand2012-02-092-209/+3
* | Use box-sizing: border-box for all paintables (#8313)Leif Åstrand2012-02-093-5/+5
* | Update CssLayout to work with CalculatingLayotus (#8313)Leif Åstrand2012-02-093-109/+7
* | Avoid setting margin styles to spacing element (#8313)Leif Åstrand2012-02-091-1/+1
* | Update AbsoluteLayout to be a CalculatingLayout (#8313)Leif Åstrand2012-02-092-105/+74
* | Merge branch 'master' into layoutperformanceLeif Åstrand2012-02-0910-117/+44
|\|
| * Remove paintableToId now that each VPaintable knows its own pid (#8323)Leif Åstrand2012-02-091-6/+4
| * Remove support for Select in multi-select mode (#8169, #8326).Henri Sara2012-02-089-110/+39
* | Refactor to use LayoutSlot for children (#8313)Leif Åstrand2012-02-094-362/+491
* | Cleanup and refactoring (#8313)Leif Åstrand2012-02-086-307/+295
* | Update selectors for the new DOM structure (#8313)Leif Åstrand2012-02-081-3/+3
* | Measure borders, margins and paddings (#8313)Leif Åstrand2012-02-083-145/+320
* | Use the more generic GWT Element classLeif Åstrand2012-02-081-1/+1
* | Remove unused ApplicationConnection.updateComponentSize (#8313)Leif Åstrand2012-02-081-33/+0
* | Provide sizing information for paintables (#8313)Leif Åstrand2012-02-082-2/+109
* | Merge remote branch 'origin/master' into layoutperformanceLeif Åstrand2012-02-0847-275/+388
|\|
| * getParent() shouldn't throw npe when widget's parent is null (#8323)Leif Åstrand2012-02-081-5/+5
| * Avoid caching parent for now as the cache is never clearedArtur Signell2012-02-071-7/+1
| * #8325 Move ApplicationConnection.updateComponent toArtur Signell2012-02-0747-275/+394
* | Make container instead of child depend on child caption (#8313)Leif Åstrand2012-02-071-13/+6
* | Store MeasuredSize instance in VAbstractPaintableWidget (#8313)Leif Åstrand2012-02-077-43/+24
* | getParent() shouldn't throw npe when widget's parent is nullLeif Åstrand2012-02-071-7/+10
* | Use one MeasureManager per ApplicationConnectionLeif Åstrand2012-02-072-11/+3
* | Remove some references to ContainerLeif Åstrand2012-02-073-77/+5
* | Use VPaintableWidgetContainer.getChildren() instead of static helperLeif Åstrand2012-02-072-33/+2
* | Merge branch 'master' into layoutperformanceLeif Åstrand2012-02-072-1/+37
|\|
| * Fix file that was accidentally emptied in previous commitLeif Åstrand2012-02-071-0/+51
| * Fix broken newlines from previous commitLeif Åstrand2012-02-071-51/+0
| * Add VPaintableWidgetContainer.getChildren() (#8323)Leif Åstrand2012-02-072-18/+54
* | Split measuring ordered layout to paintable and widget (#8324)Leif Åstrand2012-02-076-487/+497
* | Merge remote branch 'origin/master' into layoutperformanceLeif Åstrand2012-02-07692-63942/+65566
|\|
| * #8323 Renamed getParentPaintable to getParent and cache theArtur Signell2012-02-073-17/+13
| * #8324 Automatically set paintable id when paintable is createdArtur Signell2012-02-073-30/+36
| * Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-061-64/+42
| |\
| | * #6718 Fixed more regressions, refactored a bitJohannes Dahlström2012-02-061-64/+42
| * | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-061-6/+3
| |\|
| | * Use value change listeners instead of click listeners for checkboxesArtur Signell2012-02-061-6/+3