summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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-105-279/+121
* | | 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-101-5/+0
* | | Simplify size handling in VView (#8313)Leif Åstrand2012-02-092-209/+3
* | | Use box-sizing: border-box for all paintables (#8313)Leif Åstrand2012-02-092-5/+1
* | | Update CssLayout to work with CalculatingLayotus (#8313)Leif Åstrand2012-02-092-109/+1
* | | 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-097-75/+30
|\| |
| * | 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-086-68/+25
* | | Refactor to use LayoutSlot for children (#8313)Leif Åstrand2012-02-094-362/+491
* | | Cleanup and refactoring (#8313)Leif Åstrand2012-02-086-307/+295
* | | 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-0845-273/+382
|\| |
| * | 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-0745-273/+388
* | | 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-07199-15236/+16043
|\| |
| * | #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
| * | Fixed compilation errors introduced by merge from 6.8Artur Signell2012-02-062-4/+4
| * | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-035-25/+105
| |\|
| | * #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-032-17/+48