summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed stuff related to BoxLayoutJouni Koivuviita2012-04-195-18/+24
* Fixed BoxLayout so that it notifies layout manager when expand size changesJouni Koivuviita2012-04-192-12/+22
* Removed unnecessary -ms-box-sizing propertyJouni Koivuviita2012-04-191-1/+0
* Fixed dissappearing spacing element when child widget was detached and then r...Jouni Koivuviita2012-04-191-0/+9
* Fixed non-null captions to take one line of heightJouni Koivuviita2012-04-181-1/+1
* Fixed MenuBar CSS to not use float, but display: inline-block for minimum widthJouni Koivuviita2012-04-181-1/+1
* Fixed an issue with VBoxLayout causing a DOM exception when moving components...Jouni Koivuviita2012-04-181-0/+9
* Fixed CssLayout natural with to 'auto' by setting its display value to blockJouni Koivuviita2012-04-181-1/+6
* Fixed component caption position inside CssLayoutJouni Koivuviita2012-04-181-3/+3
* Fixed link style button text alignmentJouni Koivuviita2012-04-181-1/+1
* Fixes to BoxLayoutJouni Koivuviita2012-04-183-6/+16
* Fixed negative padding setting for IE8 in BoxLayout. Fixed vertical implicit ...Jouni Koivuviita2012-04-182-5/+13
* Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-1816-203/+212
|\
| * Merge branch 'master' into layoutgraphLeif Åstrand2012-04-1816-203/+212
| |\
| | * Merge remote branch 'origin/6.8'Leif Åstrand2012-04-188-170/+160
| | |\
| | | * [merge from 6.7] Reverted #7607 fixes and removed the test for now because th...Automerge2012-04-173-69/+19
| | | * [merge from 6.7] #8595 test script: removed accidental duplicate code, use mo...Automerge2012-04-161-71/+4
| | | * Unit test for #8653Johannes Dahlström2012-04-161-0/+2
| | | * [merge from 6.7] #8639 Improved commentsAutomerge2012-04-131-11/+20
| | | * [merge from 6.7] Fixed #8639: Table context menu was broken on touch devicesAutomerge2012-04-131-15/+18
| | | * [merge from 6.7] VConsole.error() instead of throwing in startRequest() and e...Automerge2012-04-131-3/+2
| | | * [merge from 6.7] test case for #8639Automerge2012-04-131-0/+55
| | | * Reverted accidental commitJohannes Dahlström2012-04-138-124/+56
| | | * Blocked merge of revisions related to 6.7.7 releaseJohannes Dahlström2012-04-138-56/+124
| | | * Unit test for #8203Johannes Dahlström2012-04-121-3/+38
| | | * #8203 Improved javadoc, added null checkJohannes Dahlström2012-04-121-7/+10
| | | * Fixed #8653: addTab(index) should not throw if index is out of boundsJohannes Dahlström2012-04-121-5/+6
| | * | Revert "Reduce tree node caption padding to make room for focus border"Leif Åstrand2012-04-182-2/+6
| | * | Add missing licenseLeif Åstrand2012-04-181-0/+3
| | * | Reserve space using margin instead of padding to reduce overflowsLeif Åstrand2012-04-183-29/+31
| | * | Don't throw NPE when getting RPC for non-existing connector idLeif Åstrand2012-04-171-0/+9
| | * | Put margin on caption's parent so caption's outer size can be usedLeif Åstrand2012-04-171-2/+3
* | | | Reduced error indicator icon height to 14px in ReindeerJouni Koivuviita2012-04-181-1/+1
* | | | Added VaadinApache2LicenseForJavaFiles comments to new classesJouni Koivuviita2012-04-184-0/+12
|/ / /
* | | Fixed expand ratio calculations for BoxLayout (was not taking caption width i...Jouni Koivuviita2012-04-181-2/+11
* | | Fixed some BoxLayout issuesJouni Koivuviita2012-04-182-13/+17
* | | Fixed a nasty hanging child state change handler bug in BoxLayoutJouni Koivuviita2012-04-181-0/+1
* | | Fixes to BoxLayout based on first round of screenshot testsJouni Koivuviita2012-04-184-5/+32
* | | Fixes to BoxLayout based on first round of screenshot testsJouni Koivuviita2012-04-1810-86/+155
* | | Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-17137-525/+734
|\| |
| * | Fixes #8669 by prefixing field names with "json_" instead of just "json" to a...Marc Englund2012-04-171-2/+2
| * | Reduce tree node caption padding to make room for focus borderLeif Åstrand2012-04-172-6/+2
| * | Take additional padding into account when putting caption to the rightLeif Åstrand2012-04-171-2/+2
| * | Make client side exception more obvious again (#8544)Leif Åstrand2012-04-172-3/+8
| * | Explicitly reserve space for layout paddings to avoid slot growing.Leif Åstrand2012-04-174-21/+75
| * | Fixes #8673 (some fields not en/decoded correctly) by using the setter/getter...Marc Englund2012-04-172-13/+29
| * | Add exception handling for layout and element resize (#4203)Leif Åstrand2012-04-161-5/+25
| * | Use the non-legacy HandlerRegistration typeLeif Åstrand2012-04-162-2/+2
| * | Revert "Import the proper HandlerRegistration (#8420)"Leif Åstrand2012-04-161-1/+1
| * | Rename paintable -> connector internallyLeif Åstrand2012-04-161-13/+13