Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '63dc0' | Johannes Dahlström | 2012-06-11 | 1 | -1/+6 |
|\ | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.css | ||||
| * | Add new CSS class to the base theme enabling (touch) scrolling of the ↵ | Johannes Dahlström | 2012-05-04 | 1 | -0/+5 |
| | | | | | | | | | | | | element (#8716 #8720 #8721 #8722 #8723 #8724 #8725) svn changeset:23677/svn branch:6.8 | ||||
* | | Fixed header height by taking padding into account (box sizing change) | Artur Signell | 2012-05-31 | 1 | -1/+1 |
| | | |||||
* | | Refine box-sizing: border-box styles (#8682) | Leif Åstrand | 2012-04-20 | 11 | -12/+24 |
| | | |||||
* | | Revert "Reduce tree node caption padding to make room for focus border" | Leif Åstrand | 2012-04-18 | 2 | -2/+6 |
| | | | | | | | | | | | | | | This reverts commit 64f34f1c6ed5f910d5bf401a573d6b72539a437b. The fix is not needed to prevent scrolling any more now that margin is used instead of padding for reserving room for the layout's "margin". | ||||
* | | Reduce tree node caption padding to make room for focus border | Leif Åstrand | 2012-04-17 | 2 | -6/+2 |
| | | |||||
* | | Add overflow: hidden to v-label to prevent margins from escaping (#8671) | Leif Åstrand | 2012-04-16 | 1 | -0/+3 |
| | | |||||
* | | Rename v-paintable -> v-connector (#8652) | Leif Åstrand | 2012-04-12 | 3 | -6/+6 |
| | | |||||
* | | Do panel wrapper sizing with css | Leif Åstrand | 2012-04-03 | 1 | -0/+6 |
| | | |||||
* | | Use overflow: hidden to remove scrollbars in IE8 (#8313) | Leif Åstrand | 2012-03-23 | 1 | -0/+1 |
| | | |||||
* | | Merge commit '0b46687ab0cedb3523321854b52d988dae18452a' from origin/6.8 | Artur Signell | 2012-03-23 | 1 | -1/+1 |
|\| | |||||
| * | [merge from 6.7] #7904 Fixed typo in Reindeer panel theme | Automerge | 2012-03-02 | 1 | -1/+1 |
| | | | | | | | | svn changeset:23169/svn branch:6.8 | ||||
* | | Prevent properly sized button element from causing scrolling in IE8 | Leif Åstrand | 2012-03-21 | 1 | -0/+3 |
| | | |||||
* | | Hide log by setting width/height to 0 so that the same spacing is used | Artur Signell | 2012-03-21 | 1 | -0/+4 |
| | | | | | | | | as in Vaadin 6 (to ease screenshot migration) | ||||
* | | Ensure AbsoluteLayout wrappers have the rigth size (#8313) | Leif Åstrand | 2012-03-21 | 1 | -1/+11 |
| | | |||||
* | | Only prevent margin collapse if embedded | Leif Åstrand | 2012-03-16 | 1 | -3/+4 |
| | | |||||
* | | Remove old hack that nowadays just seems to cause problems (#7984) | Leif Åstrand | 2012-03-16 | 1 | -3/+0 |
| | | |||||
* | | Use box-sizing for v-view (#8313) | Leif Åstrand | 2012-03-16 | 1 | -0/+2 |
| | | |||||
* | | Also limit error indicator width (#8313) | Leif Åstrand | 2012-03-13 | 1 | -0/+2 |
| | | |||||
* | | Use 1px instead of 0 to avoid extra space in left col (#8313) | Leif Åstrand | 2012-03-12 | 1 | -3/+1 |
| | | |||||
* | | Only use 100% width if parent width is defined (#8313) | Leif Åstrand | 2012-03-12 | 1 | -1/+1 |
| | | |||||
* | | Use 100% width to get all extra space for the content (#8313) | Leif Åstrand | 2012-03-09 | 1 | -1/+3 |
| | | |||||
* | | Dynamically adjust window content paddings (#8313) | Leif Åstrand | 2012-03-09 | 4 | -15/+1 |
| | | | | | | | | This enables easy support for e.g. header height based on font size and footer height changing if resizing is disabled. | ||||
* | | Move panel background back to where it belongs. (#8313) | Leif Åstrand | 2012-03-08 | 1 | -7/+1 |
| | | | | | | | | | | | | This is done to avoid using min-height: 100% which triggers overflow issues in browsers that do not take the scrollbar into account. The background seems to have been on the child of the .v-panel-content to make some things work in IE6. | ||||
* | | Update VWindow.setWidth/Height to set outer sizes (#8313) | Leif Åstrand | 2012-03-08 | 4 | -15/+47 |
| | | | | | | Also fix some small issues related to when the min size is used | ||||
* | | Window layouting changes attempt 2 (#8313) | Leif Åstrand | 2012-03-07 | 2 | -5/+11 |
| | | |||||
* | | Remove CSS hack for FF2 (#7981) | Leif Åstrand | 2012-03-07 | 1 | -9/+0 |
| | | |||||
* | | Don't assign any extra space to the width column (#8313) | Leif Åstrand | 2012-03-05 | 1 | -0/+1 |
| | | |||||
* | | Let the contents of sized form layouts use its size (#8313) | Leif Åstrand | 2012-03-05 | 1 | -0/+6 |
| | | |||||
* | | Define .v-has-width/height instead of v-undefined-width/height (#8313) | Leif Åstrand | 2012-03-05 | 2 | -14/+11 |
| | | |||||
* | | Merge remote-tracking branch 'origin/6.8' | Johannes Dahlström | 2012-03-02 | 3 | -1/+5 |
|\| | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/ui/TabSheet.java | ||||
| * | #5100 Support for server-side focus/blur listeners; handle disabled tabs ↵ | Johannes Dahlström | 2012-02-27 | 1 | -0/+3 |
| | | | | | | | | | | | | correctly; handle tab scrolling correctly; removed debug messages svn changeset:23113/svn branch:6.8 | ||||
| * | [merge from 6.7] #8369 Fixed absolute path in Chameleon CSS | Automerge | 2012-02-21 | 1 | -1/+1 |
| | | | | | | | | svn changeset:23069/svn branch:6.8 | ||||
| * | [merge from 6.7] #8398 drag image of table header cell in too high in ↵ | Automerge | 2012-02-16 | 1 | -0/+1 |
| | | | | | | | | | | | | reindeer when rearranging columns svn changeset:23049/svn branch:6.8 | ||||
* | | Adjust test css for new layout structure (#8085) | Leif Åstrand | 2012-03-01 | 1 | -0/+5 |
| | | |||||
* | | Don't use overflow: hidden by default (#8313) | Leif Åstrand | 2012-02-28 | 1 | -2/+0 |
| | | |||||
* | | Proper selector for defined sizing (#8313) | Leif Åstrand | 2012-02-23 | 1 | -1/+1 |
| | | |||||
* | | Compensate height definition for border-box sizing (#8313) | Leif Åstrand | 2012-02-23 | 1 | -1/+1 |
| | | |||||
* | | Always use box-sizing for date text field (#8313) | Leif Åstrand | 2012-02-23 | 1 | -6/+8 |
| | | |||||
* | | Use different size for text fields with box-sizing (#8313) | Leif Åstrand | 2012-02-23 | 1 | -2/+6 |
| | | |||||
* | | Don't use 100% sizing for undefined css layouts (#8313) | Leif Åstrand | 2012-02-22 | 1 | -0/+6 |
| | | |||||
* | | Further reduce the size calculations for VFilterSelect (#8313) | Leif Åstrand | 2012-02-22 | 1 | -1/+2 |
| | | |||||
* | | Use a more specific selector to override height in tables (#8313) | Leif Åstrand | 2012-02-22 | 1 | -1/+2 |
| | | |||||
* | | New attempt at getting full width (#8313) | Leif Åstrand | 2012-02-21 | 1 | -1/+4 |
| | | |||||
* | | Use full width without messing with box-sizing (#8313) | Leif Åstrand | 2012-02-21 | 1 | -7/+1 |
| | | |||||
* | | Update GridLayout to use VLayoutSlot (#8313) | Leif Åstrand | 2012-02-21 | 1 | -0/+6 |
| | | |||||
* | | PopupDateField without size calculations (#8313) | Leif Åstrand | 2012-02-20 | 1 | -4/+15 |
| | | |||||
* | | display: inline-block instead of float: right for popup opener (#8313) | Leif Åstrand | 2012-02-20 | 1 | -1/+1 |
| | | |||||
* | | Don't let icon affect undefined wide combo box (#8313) | Leif Åstrand | 2012-02-20 | 1 | -0/+3 |
| | | |||||
* | | Compensate text field height for border-box sizing (#8313) | Leif Åstrand | 2012-02-17 | 1 | -2/+2 |
| | |