summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Use value change listeners instead of click listeners for checkboxesArtur Signell2012-02-061-7/+7
| * | Fixed compilation errors introduced by merge from 6.8Artur Signell2012-02-062-4/+4
| * | Use value change listeners instead of click listeners for checkboxesArtur Signell2012-02-061-7/+7
| * | #8311 Corrected newlines in new filesArtur Signell2012-02-037-873/+873
| * | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-0312-45/+420
| |\|
| | * Fixed test - old IEs do not provide any button for double clicksArtur Signell2012-02-031-2/+2
| | * Throw an error if directory listing failsArtur Signell2012-02-031-1/+6
| | * #8345, #8346 Window drag and resize are now activated only by the left mouse ...Artur Signell2012-02-031-1/+5
| | * #8343, #8344 Column resize and sort are now activated only by the left mouse ...Artur Signell2012-02-031-2/+11
| | * #8284, #8336 Fixed header and footer click for right and middle click. Browse...Artur Signell2012-02-034-17/+294