summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
Commit message (Expand)AuthorAgeFilesLines
...
* | Renamed @Component to @ConnectArtur Signell2012-04-1250-122/+123
* | Merge branch 'layoutgraph'Leif Åstrand2012-04-1232-329/+1397
|\ \
| * | Ensure table is measured in second layout phaseLeif Åstrand2012-04-121-0/+1
| * | Run scrollbar fix for the next ancestor where it might be needed (#8615)Leif Åstrand2012-04-112-35/+81
| * | Avoid causing scrollbars by leaving undefined height set to autoLeif Åstrand2012-04-111-2/+6
| * | Don't assume scrolling elements have no inline overflow style (#8615)Leif Åstrand2012-04-111-5/+27
| * | Avoid infinite loop by only updating table height in second passLeif Åstrand2012-04-111-1/+2
| * | Change to a more efficient overflow fix and enable it for IE9 (#8615)Leif Åstrand2012-04-111-5/+10
| * | Check for appeared or disappeared scrollbars when sizes have changedLeif Åstrand2012-04-118-13/+48
| * | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-114-12/+18
| |\ \
| * | | Disable excessive debug loggingLeif Åstrand2012-04-111-24/+36
| * | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-107-61/+49
| |\ \ \
| | * | | Disable excessive debug loggingLeif Åstrand2012-04-103-6/+13
| | * | | Remove unused field and unused importLeif Åstrand2012-04-101-3/+0
| * | | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-105-50/+99
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-107-50/+107
| |\ \ \ \ \
| * | | | | | Add LayoutManager.setNeedsMeasure and change how layouts are startedLeif Åstrand2012-04-109-150/+157
| * | | | | | Import order changed by eclipseLeif Åstrand2012-04-071-1/+1
| * | | | | | Unregister dependencies during unregister to avoid leaksLeif Åstrand2012-04-075-4/+54
| * | | | | | Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-051-5/+82
| |\ \ \ \ \ \
| * | | | | | | Implement support for ElementResizeListenerLeif Åstrand2012-04-054-59/+189
| * | | | | | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-0513-91/+33
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into layoutgraphLeif Åstrand2012-04-051-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into layoutgraphLeif Åstrand2012-04-0572-1228/+1431
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into layoutgraph_mergedLeif Åstrand2012-04-0459-386/+548
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Only report sizes for relative childrenLeif Åstrand2012-04-041-12/+25
| * | | | | | | | | | | Allocate full width to relative children.Leif Åstrand2012-04-042-0/+8
| * | | | | | | | | | | Trivial null checkLeif Åstrand2012-04-041-2/+4
| * | | | | | | | | | | Also layout the parent after doing overflow fixes. (#8615)Leif Åstrand2012-04-041-0/+9
| * | | | | | | | | | | Add licenseLeif Åstrand2012-04-041-0/+3
| * | | | | | | | | | | Manage fix for overflow: auto in LayoutManager (#8615)Leif Åstrand2012-04-0414-38/+73
| * | | | | | | | | | | Add helper method to dump the dependency status of a componentLeif Åstrand2012-04-032-0/+13
| * | | | | | | | | | | Report child sizes to LayoutManager to improve propagationLeif Åstrand2012-04-032-1/+53
| * | | | | | | | | | | Move logic for parsing percentages to LayoutManagerLeif Åstrand2012-04-032-13/+26
| * | | | | | | | | | | Make AbsoluteLayout report relative child sizes to LayoutManagerLeif Åstrand2012-04-031-0/+13
| * | | | | | | | | | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-033-13/+45
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Tweaked debug outputLeif Åstrand2012-04-031-13/+43
| * | | | | | | | | | | | Let GridLayout report own sizes to the LayoutManagerLeif Åstrand2012-04-031-0/+4
| * | | | | | | | | | | | Let ManagedLayouts report sizes back to the LayoutManager.Leif Åstrand2012-04-035-112/+229
| * | | | | | | | | | | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-022-4/+24
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Initial LayoutDependencyTreeLeif Åstrand2012-04-024-115/+549
* | | | | | | | | | | | | | Another WindowConnector fix - attach widget to correct elementArtur Signell2012-04-121-1/+1
* | | | | | | | | | | | | | Removed interface that is never referencedArtur Signell2012-04-121-58/+0
* | | | | | | | | | | | | | Made sub window work againArtur Signell2012-04-123-54/+45
* | | | | | | | | | | | | | Javadoc updateArtur Signell2012-04-121-1/+1
* | | | | | | | | | | | | | Made notifications work again (content is no longer child 0)Artur Signell2012-04-121-1/+1
* | | | | | | | | | | | | | Added missing license infoArtur Signell2012-04-1228-5/+90
* | | | | | | | | | | | | | Javadoc updatesArtur Signell2012-04-123-2/+16
* | | | | | | | | | | | | | Reduced loggingArtur Signell2012-04-121-1/+1
* | | | | | | | | | | | | | Fixed references in native code to old class namesArtur Signell2012-04-127-16/+15