Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup and refactoring (#8313) | Leif Åstrand | 2012-02-08 | 6 | -307/+295 |
| | |||||
* | Measure borders, margins and paddings (#8313) | Leif Åstrand | 2012-02-08 | 3 | -145/+320 |
| | |||||
* | Use the more generic GWT Element class | Leif Åstrand | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Remove unused ApplicationConnection.updateComponentSize (#8313) | Leif Åstrand | 2012-02-08 | 1 | -33/+0 |
| | |||||
* | Provide sizing information for paintables (#8313) | Leif Åstrand | 2012-02-08 | 2 | -2/+109 |
| | |||||
* | Merge remote branch 'origin/master' into layoutperformance | Leif Åstrand | 2012-02-08 | 45 | -273/+382 |
|\ | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/ui/VAbstractPaintableWidget.java src/com/vaadin/terminal/gwt/client/ui/VOrderedLayoutPaintable.java | ||||
| * | getParent() shouldn't throw npe when widget's parent is null (#8323) | Leif Åstrand | 2012-02-08 | 1 | -5/+5 |
| | | |||||
| * | Avoid caching parent for now as the cache is never cleared | Artur Signell | 2012-02-07 | 1 | -7/+1 |
| | | |||||
| * | #8325 Move ApplicationConnection.updateComponent to | Artur Signell | 2012-02-07 | 45 | -273/+388 |
| | | | | | | VAbstractPaintableWidget.updateFromUIDL | ||||
* | | Make container instead of child depend on child caption (#8313) | Leif Åstrand | 2012-02-07 | 1 | -13/+6 |
| | | |||||
* | | Store MeasuredSize instance in VAbstractPaintableWidget (#8313) | Leif Åstrand | 2012-02-07 | 7 | -43/+24 |
| | | |||||
* | | getParent() shouldn't throw npe when widget's parent is null | Leif Åstrand | 2012-02-07 | 1 | -7/+10 |
| | | |||||
* | | Use one MeasureManager per ApplicationConnection | Leif Åstrand | 2012-02-07 | 2 | -11/+3 |
| | | |||||
* | | Remove some references to Container | Leif Åstrand | 2012-02-07 | 3 | -77/+5 |
| | | |||||
* | | Use VPaintableWidgetContainer.getChildren() instead of static helper | Leif Åstrand | 2012-02-07 | 2 | -33/+2 |
| | | |||||
* | | Merge branch 'master' into layoutperformance | Leif Åstrand | 2012-02-07 | 2 | -1/+37 |
|\| | |||||
| * | Fix file that was accidentally emptied in previous commit | Leif Åstrand | 2012-02-07 | 1 | -0/+51 |
| | | |||||
| * | Fix broken newlines from previous commit | Leif Åstrand | 2012-02-07 | 1 | -51/+0 |
| | | |||||
| * | Add VPaintableWidgetContainer.getChildren() (#8323) | Leif Åstrand | 2012-02-07 | 2 | -18/+54 |
| | | |||||
* | | Split measuring ordered layout to paintable and widget (#8324) | Leif Åstrand | 2012-02-07 | 6 | -487/+497 |
| | | |||||
* | | Merge remote branch 'origin/master' into layoutperformance | Leif Åstrand | 2012-02-07 | 200 | -15262/+16069 |
|\| | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/Util.java src/com/vaadin/terminal/gwt/client/VPaintableMap.java src/com/vaadin/terminal/gwt/client/ui/VOrderedLayout.java | ||||
| * | #8323 Renamed getParentPaintable to getParent and cache the | Artur Signell | 2012-02-07 | 3 | -17/+13 |
| | | | | | | | | parentvalue. Should still be changed so that the framework constructs the paintable hierarchy and sets it to the paintables. | ||||
| * | #8324 Automatically set paintable id when paintable is created | Artur Signell | 2012-02-07 | 3 | -30/+36 |
| | | |||||
| * | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-02-06 | 1 | -64/+42 |
| |\ | |||||
| | * | #6718 Fixed more regressions, refactored a bit | Johannes Dahlström | 2012-02-06 | 1 | -64/+42 |
| | | | | | | | | | | | | svn changeset:22917/svn branch:6.8 | ||||
| * | | Fixed compilation errors introduced by merge from 6.8 | Artur Signell | 2012-02-06 | 2 | -4/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-02-03 | 5 | -25/+105 |
| |\| | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/test.xml | ||||
| | * | #8345, #8346 Window drag and resize are now activated only by the left mouse ↵ | Artur Signell | 2012-02-03 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | button svn changeset:22889/svn branch:6.7 | ||||
| | * | #8343, #8344 Column resize and sort are now activated only by the left mouse ↵ | Artur Signell | 2012-02-03 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | button svn changeset:22888/svn branch:6.7 | ||||
| | * | #8284, #8336 Fixed header and footer click for right and middle click. ↵ | Artur Signell | 2012-02-03 | 2 | -17/+48 |
| | | | | | | | | | | | | | | | | | | Browser context menu is also disabled on right click when there is a click listener. svn changeset:22887/svn branch:6.7 | ||||
| | * | Fixed #8321: adding/removing items in a ComboBox FocusListener breaks the ↵ | Johannes Dahlström | 2012-02-02 | 1 | -2/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dropdown list. Clicking the dropdown button on an unfocused ComboBox would send a separate options request and a focus event request. The responses would confuse the rendering logic. The changes are now sent in a single variable burst. svn changeset:22863/svn branch:6.7 | ||||
| | * | [merge from 6.7] Fixed #8315 - take leap years into account in ↵ | Johannes Dahlström | 2012-02-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | focusNext/PreviousYear svn changeset:22864/svn branch:6.8 | ||||
| | * | Fixed #8315 - take leap years into account in focusNext/PreviousYear | Johannes Dahlström | 2012-02-02 | 1 | -1/+16 |
| | | | | | | | | | | | | svn changeset:22857/svn branch:6.7 | ||||
| | * | #6718 displayedMonth and focusedDate must have zeroed hours/min/sec/msec | Johannes Dahlström | 2012-02-02 | 1 | -3/+4 |
| | | | | | | | | | | | | svn changeset:22859/svn branch:6.8 | ||||
| * | | #8324 Set connection for VViewPaintable when initializing | Artur Signell | 2012-02-03 | 1 | -0/+1 |
| | | | |||||
| * | | #8324 Corrected paintable hierarchy as VScrollTableRow is no longer a | Artur Signell | 2012-02-03 | 3 | -60/+73 |
| | | | | | | | | | paintable | ||||
| * | | #8324 Fixed problem with nodes being added to the wrong widget | Artur Signell | 2012-02-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed invalid comparison between paintable and widget | Artur Signell | 2012-02-03 | 1 | -1/+1 |
| | | | |||||
| * | | #8324 Fixed comparison of paintable and widget | Artur Signell | 2012-02-02 | 1 | -1/+1 |
| | | | |||||
| * | | Corrected license info | Artur Signell | 2012-02-02 | 1 | -2/+2 |
| | | | |||||
| * | | Adding missing license info | Artur Signell | 2012-02-02 | 30 | -0/+90 |
| | | | |||||
| * | | Removed unnecessary getWidgetForPaintable methods | Artur Signell | 2012-02-02 | 18 | -73/+0 |
| | | | |||||
| * | | Fixed ClassCastException for VWindow | Artur Signell | 2012-02-02 | 1 | -4/+6 |
| | | | |||||
| * | | Fixed ClassCastException as VViewPaintable should be created, not VView | Artur Signell | 2012-02-02 | 1 | -3/+1 |
| | | | |||||
| * | | Fixed problem introduced in merge from 6.8 | Artur Signell | 2012-01-31 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-01-31 | 4 | -39/+14 |
| |\| | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html | ||||
| | * | Synchronized 6.8 branch between svn and git. | Build Agent | 2012-01-31 | 3 | -34/+6 |
| | | | |||||
| | * | #6718 Fixed a regression: displayedMonth must be in sync with focusedDate | Johannes Dahlström | 2012-01-31 | 1 | -1/+4 |
| | | | | | | | | | | | | svn changeset:22839/svn branch:6.8 | ||||
| | * | #6718 Fixed an off-by-one bug; use displayedMonth consistently | Johannes Dahlström | 2012-01-27 | 1 | -4/+4 |
| | | | | | | | | | | | | svn changeset:22802/svn branch:6.8 | ||||
| * | | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8) | Artur Signell | 2012-01-31 | 92 | -13800/+13800 |
| |\| | | | | | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added |