summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BoxLayout now respects the current layout specs, dividing unused space equall...Jouni Koivuviita2012-04-162-92/+227
* Small optimizations to BoxLayoutConnectorJouni Koivuviita2012-04-151-9/+8
* BoxLayout fixes for expandingJouni Koivuviita2012-04-152-50/+115
* BoxLayout now working with LayoutManager (except for spacing size)Jouni Koivuviita2012-04-156-181/+409
* Merge remote-tracking branch 'origin/master' into layoutgraphJouni Koivuviita2012-04-12209-2304/+2359
|\
| * Merge branch 'layoutgraph'Leif Åstrand2012-04-1232-329/+1397
| |\
| * | Another WindowConnector fix - attach widget to correct elementArtur Signell2012-04-121-1/+1
| * | Removed interface that is never referencedArtur Signell2012-04-121-58/+0
| * | Removed deprecated an unneded setAlignment based on String (#8169)Artur Signell2012-04-123-185/+2
| * | Removed deprecated interface (#8169)Artur Signell2012-04-123-20/+3
| * | Removed getLayout/setLayout (#8169)Artur Signell2012-04-121-39/+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
| * | Workaround for problem with wrong state being createdArtur Signell2012-04-121-0/+8
| * | Reduced loggingArtur Signell2012-04-121-1/+1
| * | Fixed references in native code to old class namesArtur Signell2012-04-127-16/+15
| * | Fixed error introduced when refactoring package namesArtur Signell2012-04-121-1/+1
| * | Move SharedState and ServerRpc classes out from Connector classesArtur Signell2012-04-1249-416/+469
| * | Moved each component to its own package on client sideArtur Signell2012-04-12148-338/+556
| * | Moved shared classes out from connector to avoid class loader problemsArtur Signell2012-04-1212-99/+118
| * | Added missing licenseArtur Signell2012-04-121-1/+3
| * | Button, NativeButton and CheckBox are no longer Vaadin6ComponentsArtur Signell2012-04-1211-232/+296
| * | Simplified initialization of ServerRpc proxiesArtur Signell2012-04-125-45/+57
| * | Component no longer implements PaintableArtur Signell2012-04-1237-537/+405
| * | Updated Root to use hierarchy change event for content and windowsArtur Signell2012-04-125-131/+111
| * | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-121-8/+39
| |\ \
| | * | #6155 Javadoc/comments; refresh field value from data source on attachJohannes Dahlström2012-04-111-8/+39
* | | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-121-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Ensure table is measured in second layout phaseLeif Åstrand2012-04-121-0/+1
* | | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-123-41/+113
|\| | |
| * | | 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
* | | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-113-6/+16
|\| | |
| * | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-111-0/+4
| |\| |
| | * | Ensure table rows are sent when a Table tab is re-selected (#8642)Leif Åstrand2012-04-111-0/+4
| * | | 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
* | | | Making BoxLayout behave better with LayoutManagerJouni Koivuviita2012-04-119-178/+349
* | | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-1120-122/+170
|\| | |
| * | | Check for appeared or disappeared scrollbars when sizes have changedLeif Åstrand2012-04-118-13/+48
| * | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-116-24/+37
| |\| |
| | * | Log deferred widget loading time if it is slowLeif Åstrand2012-04-111-1/+4
| | * | Don't use deferred widget loading as it is currently broken (#8636)Leif Åstrand2012-04-111-1/+1
| | * | Disable excessive debug loggingLeif Åstrand2012-04-113-6/+13
| | * | Remove unused field and unused importLeif Åstrand2012-04-111-3/+0
| | * | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-111-1/+1
| | |\|