Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename v-paintable -> v-connector (#8652) | Leif Åstrand | 2012-04-12 | 5 | -9/+9 |
* | API naming change, needs update -> needs layout | Leif Åstrand | 2012-04-12 | 8 | -16/+16 |
* | Ensure Table parent is measured after sizeInit | Artur Signell | 2012-04-12 | 1 | -0/+2 |
* | Fix issues with minimum window sizes | Leif Åstrand | 2012-04-12 | 2 | -9/+18 |
* | Helper to ease migration of Vaadin 6 components | Artur Signell | 2012-04-12 | 1 | -0/+14 |
* | Javadoc updates for @Connect | Artur Signell | 2012-04-12 | 2 | -14/+13 |
* | Re-added ApplicationConnection.updateCaption to ease porting | Artur Signell | 2012-04-12 | 2 | -0/+24 |
* | Renamed @Component to @Connect | Artur Signell | 2012-04-12 | 52 | -126/+127 |
* | Fix ShortCutListenerModification test | Henri Sara | 2012-04-12 | 1 | -5/+7 |
* | Merge branch 'layoutgraph' | Leif Åstrand | 2012-04-12 | 32 | -329/+1397 |
|\ | |||||
| * | Ensure table is measured in second layout phase | Leif Åstrand | 2012-04-12 | 1 | -0/+1 |
| * | Run scrollbar fix for the next ancestor where it might be needed (#8615) | Leif Åstrand | 2012-04-11 | 2 | -35/+81 |
| * | Avoid causing scrollbars by leaving undefined height set to auto | Leif Åstrand | 2012-04-11 | 1 | -2/+6 |
| * | Don't assume scrolling elements have no inline overflow style (#8615) | Leif Åstrand | 2012-04-11 | 1 | -5/+27 |
| * | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-11 | 1 | -0/+4 |
| |\ | |||||
| * | | Avoid infinite loop by only updating table height in second pass | Leif Åstrand | 2012-04-11 | 1 | -1/+2 |
| * | | Change to a more efficient overflow fix and enable it for IE9 (#8615) | Leif Åstrand | 2012-04-11 | 1 | -5/+10 |
| * | | Check for appeared or disappeared scrollbars when sizes have changed | Leif Åstrand | 2012-04-11 | 8 | -13/+48 |
| * | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-11 | 10 | -27/+56 |
| |\ \ | |||||
| * | | | Disable excessive debug logging | Leif Åstrand | 2012-04-11 | 1 | -24/+36 |
| * | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-10 | 7 | -61/+49 |
| |\ \ \ | |||||
| | * | | | Disable excessive debug logging | Leif Åstrand | 2012-04-10 | 3 | -6/+13 |
| | * | | | Remove unused field and unused import | Leif Åstrand | 2012-04-10 | 1 | -3/+0 |
| * | | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-10 | 14 | -102/+809 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote branch 'origin/master' into layoutgraph | Leif Åstrand | 2012-04-10 | 8 | -51/+110 |
| |\ \ \ \ \ | |||||
| * | | | | | | Add LayoutManager.setNeedsMeasure and change how layouts are started | Leif Åstrand | 2012-04-10 | 9 | -150/+157 |
| * | | | | | | Import order changed by eclipse | Leif Åstrand | 2012-04-07 | 1 | -1/+1 |
| * | | | | | | Unregister dependencies during unregister to avoid leaks | Leif Åstrand | 2012-04-07 | 5 | -4/+54 |
| * | | | | | | Merge remote branch 'origin/master' into layoutgraph | Leif Åstrand | 2012-04-05 | 1 | -5/+82 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Implement support for ElementResizeListener | Leif Åstrand | 2012-04-05 | 4 | -59/+189 |
| * | | | | | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-05 | 16 | -144/+49 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-05 | 8 | -69/+20 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-05 | 98 | -1395/+2032 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into layoutgraph_merged | Leif Åstrand | 2012-04-04 | 110 | -508/+482 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Only report sizes for relative children | Leif Åstrand | 2012-04-04 | 1 | -12/+25 |
| * | | | | | | | | | | | Allocate full width to relative children. | Leif Åstrand | 2012-04-04 | 2 | -0/+8 |
| * | | | | | | | | | | | Trivial null check | Leif Åstrand | 2012-04-04 | 1 | -2/+4 |
| * | | | | | | | | | | | Also layout the parent after doing overflow fixes. (#8615) | Leif Åstrand | 2012-04-04 | 1 | -0/+9 |
| * | | | | | | | | | | | Add license | Leif Åstrand | 2012-04-04 | 1 | -0/+3 |
| * | | | | | | | | | | | Manage fix for overflow: auto in LayoutManager (#8615) | Leif Åstrand | 2012-04-04 | 14 | -38/+73 |
| * | | | | | | | | | | | Add helper method to dump the dependency status of a component | Leif Åstrand | 2012-04-03 | 2 | -0/+13 |
| * | | | | | | | | | | | Report child sizes to LayoutManager to improve propagation | Leif Åstrand | 2012-04-03 | 2 | -1/+53 |
| * | | | | | | | | | | | Move logic for parsing percentages to LayoutManager | Leif Åstrand | 2012-04-03 | 2 | -13/+26 |
| * | | | | | | | | | | | Make AbsoluteLayout report relative child sizes to LayoutManager | Leif Åstrand | 2012-04-03 | 1 | -0/+13 |
| * | | | | | | | | | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-03 | 3 | -13/+45 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Tweaked debug output | Leif Åstrand | 2012-04-03 | 1 | -13/+43 |
| * | | | | | | | | | | | | Let GridLayout report own sizes to the LayoutManager | Leif Åstrand | 2012-04-03 | 1 | -0/+4 |
| * | | | | | | | | | | | | Let ManagedLayouts report sizes back to the LayoutManager. | Leif Åstrand | 2012-04-03 | 5 | -112/+229 |
| * | | | | | | | | | | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-02 | 3 | -4/+25 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Initial LayoutDependencyTree | Leif Åstrand | 2012-04-02 | 4 | -115/+549 |