summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Fixed bug in calculating % size when using reverse position (#4296)Artur Signell2012-04-101-1/+1
| | * | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-102-19/+30
| | |\|
| | | * Allow splitter position to be float to avoid rounding errors (#4296)Artur Signell2012-04-102-16/+24
| | * | Internally remove component before detach listener is calledArtur Signell2012-04-101-2/+1
| * | | 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
| | |/ /
| | * | Disabled excessive debug loggingArtur Signell2012-04-102-14/+21
| | * | Update #8544 to be more verbose and to show more exceptionsLeif Åstrand2012-04-102-35/+14
| | * | Close all URLConnections, not only Java6 specific FileURLConnection.Henri Sara2012-04-101-4/+2
* | | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-1127-279/+508
|\| | |
| * | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-107-73/+186
| |\| |
| | * | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-107-73/+186
| | |\|
| | | * [merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devicesAutomerge2012-04-051-1/+14
| | | * [merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some casesAutomerge2012-04-051-1/+1
| | | * #8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet...Johannes Dahlström2012-04-051-1/+22
| | | * Implemented #8307: Added AbstractField#removeAllValidators()Johannes Dahlström2012-04-051-0/+10
| | | * Fixed #6155: stop listening to Property value change and read only status cha...Johannes Dahlström2012-04-051-20/+41
| | | * #5100 Removed obsolete code to fix a Firefox tab scrolling bugJohannes Dahlström2012-04-041-4/+0
| | | * #5100 Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
| | | * Reverted accidental commitJohannes Dahlström2012-04-021-77/+43
| | | * Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
| | | * [merge from 6.7] #8597 Do not leave VWindow references in the static windowOr...Automerge2012-04-021-1/+12
| * | | Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-108-51/+110
| |\| |
| | * | Fixed problem with captions always being in the top left cornerArtur Signell2012-04-101-0/+1
| | * | Fixed NPE in click listenerArtur Signell2012-04-102-17/+17
| | * | Fixed GridLayout captions when components are moved in the layoutArtur Signell2012-04-102-30/+62
| | * | Print stack traces to console when in GWT Dev ModeArtur Signell2012-04-101-0/+4
| | * | Fixed potential problem with file descriptors remaining in useArtur Signell2012-04-051-1/+21
| | * | Disable TreeTable partial updates until it is fixedArtur Signell2012-04-051-1/+3
| | * | Fixed importArtur Signell2012-04-051-2/+2
| * | | 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
* | | | Small fixes to VBoxLayout, moved styles to separate stylesheetJouni Koivuviita2012-04-092-9/+28
* | | | 95% functional VerticalLayout and HorizontalLayout using mainly CSSJouni Koivuviita2012-04-085-0/+733
|/ / /
* | | Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-051-5/+82
|\| |
| * | More detailed tracing of slow operation in ApplicationConnection.Henri Sara2012-04-051-5/+82
* | | Implement support for ElementResizeListenerLeif Åstrand2012-04-054-59/+189
* | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-0514-143/+48
|\| |
| * | Removed unneeded code (TextField uses border box sizing)Artur Signell2012-04-051-71/+0
| * | Actually use and update shared state variables on server sideArtur Signell2012-04-051-52/+15
| * | Fixed GridLayout caption rendering Artur Signell2012-04-0512-20/+33
* | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-058-69/+20
|\| |
| * | Moved Collapsible and HierarchicalContainerOrderedWrapper to dataHenri Sara2012-04-053-11/+12
| * | Fixed spacing that was only partly moved to shared stateArtur Signell2012-04-055-58/+8
* | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-0587-1624/+1762
|\| |
| * | Refer to Connector instead of ClientConnectorArtur Signell2012-04-051-2/+2
| * | Moved Form child component references to stateArtur Signell2012-04-052-63/+81