Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Renamed @Component to @Connect | Artur Signell | 2012-04-12 | 50 | -122/+123 | |
* | | 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 | |
| * | | 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 | 4 | -12/+18 | |
| |\ \ | ||||||
| * | | | 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 | 5 | -50/+99 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge remote branch 'origin/master' into layoutgraph | Leif Åstrand | 2012-04-10 | 7 | -50/+107 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | 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 | 13 | -91/+33 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-05 | 72 | -1228/+1431 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into layoutgraph_merged | Leif Åstrand | 2012-04-04 | 59 | -386/+548 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | 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 | 2 | -4/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Initial LayoutDependencyTree | Leif Åstrand | 2012-04-02 | 4 | -115/+549 | |
* | | | | | | | | | | | | | | Another WindowConnector fix - attach widget to correct element | Artur Signell | 2012-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Removed interface that is never referenced | Artur Signell | 2012-04-12 | 1 | -58/+0 | |
* | | | | | | | | | | | | | | Made sub window work again | Artur Signell | 2012-04-12 | 3 | -54/+45 | |
* | | | | | | | | | | | | | | Javadoc update | Artur Signell | 2012-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Made notifications work again (content is no longer child 0) | Artur Signell | 2012-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Added missing license info | Artur Signell | 2012-04-12 | 28 | -5/+90 | |
* | | | | | | | | | | | | | | Javadoc updates | Artur Signell | 2012-04-12 | 3 | -2/+16 | |
* | | | | | | | | | | | | | | Reduced logging | Artur Signell | 2012-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Fixed references in native code to old class names | Artur Signell | 2012-04-12 | 7 | -16/+15 |