Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a small regression in textarea white-space handling | Jouni Koivuviita | 2012-08-10 | 1 | -0/+1 |
| | |||||
* | merge master | Jouni Koivuviita | 2012-08-07 | 4 | -6/+20 |
|\ | |||||
| * | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-07-26 | 1 | -1/+3 |
| |\ | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java | ||||
| | * | A better patch and test for #7036 | Johannes Dahlström | 2012-07-26 | 1 | -1/+3 |
| | | | | | | | | | | | | svn changeset:24027/svn branch:6.8 | ||||
| | * | Reverted #7036 patch, will write a better one | Johannes Dahlström | 2012-07-26 | 1 | -8/+1 |
| | | | | | | | | | | | | svn changeset:24026/svn branch:6.8 | ||||
| | * | Make a read-only RichTextArea scrollable (#7036) | Johannes Dahlström | 2012-07-25 | 1 | -1/+8 |
| | | | | | | | | | | | | svn changeset:24024/svn branch:6.8 | ||||
| * | | Merge branch '6.8' | Johannes Dahlström | 2012-07-24 | 3 | -5/+17 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/treetable/treetable.css WebContent/release-notes.html src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java src/com/vaadin/terminal/gwt/client/ui/textfield/VTextField.java | ||||
| | * | #9064 Render checkboxes in a Table as display: inline-block like TreeTable ↵ | Johannes Dahlström | 2012-07-09 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | already does svn changeset:24002/svn branch:6.8 | ||||
| | * | #7387 Render block elements in TreeTable hierarchy column correctly: draw ↵ | Johannes Dahlström | 2012-07-09 | 2 | -8/+12 |
| | | | | | | | | | | | | | | | | | | the expand/collapse arrow as position: absolute and use padding for indentation. Also fix typo "ident" -> "indent". svn changeset:23994/svn branch:6.8 | ||||
* | | | Boxlayout | Jouni Koivuviita | 2012-08-07 | 4 | -9/+11 |
|\| | | |||||
| * | | Merge branch '6.8' | Johannes Dahlström | 2012-06-19 | 1 | -4/+5 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations | ||||
| | * | #8949 Make sure a drag image always has absolute position | Johannes Dahlström | 2012-06-15 | 1 | -4/+5 |
| | | | | | | | | | | | | svn changeset:23944/svn branch:6.8 | ||||
| * | | Merge commit 'bec62' | Johannes Dahlström | 2012-06-11 | 1 | -1/+0 |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.css src/com/vaadin/terminal/gwt/client/ui/button/VButton.java src/com/vaadin/ui/Button.java | ||||
| | * | Remove -webkit-overflow-scrolling from .v-scrollable for now - caused a ↵ | Johannes Dahlström | 2012-05-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | weird iOS 5 bug in Accordion touch support (#8723 #8792) svn changeset:23770/svn branch:6.8 | ||||
| * | | Merge commit '239aad' | Johannes Dahlström | 2012-06-11 | 3 | -3/+0 |
| |\| | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/panel/panel.css | ||||
| | * | #8763 Removed overflow: auto from v-panel-content, v-accordion-item-content, ↵ | Johannes Dahlström | 2012-05-11 | 3 | -3/+0 |
| | | | | | | | | | | | | | | | | | | and v-view classes; use v-scrollable class in elements that should scroll instead svn changeset:23718/svn branch:6.8 | ||||
| * | | 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 |
| | | | |||||
* | | | Extensive refactoring of BoxLayout | Jouni Koivuviita | 2012-05-20 | 3 | -14/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | Reduced many unnecessary element resize listeners and layout methods. Refactored ComponentConnector style name handling so that it will now only alter the style names and not completely override them on each update. | ||||
* | | | Merged master to layoutgraph | Jouni Koivuviita | 2012-05-11 | 10 | -11/+21 |
|\| | | |||||
| * | | Refine box-sizing: border-box styles (#8682) | Leif Åstrand | 2012-04-20 | 11 | -12/+24 |
| | | | |||||
* | | | Fixed stuff related to BoxLayout | Jouni Koivuviita | 2012-04-19 | 4 | -12/+13 |
| | | | |||||
* | | | Removed unnecessary -ms-box-sizing property | Jouni Koivuviita | 2012-04-19 | 1 | -1/+0 |
| | | | |||||
* | | | Fixed MenuBar CSS to not use float, but display: inline-block for minimum width | Jouni Koivuviita | 2012-04-18 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed CssLayout natural with to 'auto' by setting its display value to block | Jouni Koivuviita | 2012-04-18 | 1 | -1/+6 |
| | | | |||||
* | | | Fixed component caption position inside CssLayout | Jouni Koivuviita | 2012-04-18 | 1 | -3/+3 |
| | | | |||||
* | | | Fixed link style button text alignment | Jouni Koivuviita | 2012-04-18 | 1 | -1/+1 |
| | | | |||||
* | | | Fixes to BoxLayout | Jouni Koivuviita | 2012-04-18 | 1 | -2/+4 |
| | | | |||||
* | | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph | Jouni Koivuviita | 2012-04-18 | 2 | -2/+6 |
|\ \ \ | |||||
| * | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-18 | 2 | -2/+6 |
| |\| | | |||||
| | * | | 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". | ||||
* | | | | Reduced error indicator icon height to 14px in Reindeer | Jouni Koivuviita | 2012-04-18 | 1 | -1/+1 |
|/ / / | |||||
* | | | Fixed some BoxLayout issues | Jouni Koivuviita | 2012-04-18 | 1 | -12/+16 |
| | | | |||||
* | | | Fixes to BoxLayout based on first round of screenshot tests | Jouni Koivuviita | 2012-04-18 | 5 | -14/+38 |
| | | | |||||
* | | | Merge remote branch 'origin/master' into layoutgraph | Leif Åstrand | 2012-04-17 | 6 | -13/+12 |
|\| | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/paintable/paintable.css | ||||
| * | | 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 |
| | | | |||||
* | | | BoxLayout now respects the current layout specs, dividing unused space ↵ | Jouni Koivuviita | 2012-04-16 | 1 | -4/+17 |
| | | | | | | | | | | | | equally if no expand ratios are used for a layout with a defined size. Captions are also now placed on the right side of the component if no icon or caption text is set for the component | ||||
* | | | BoxLayout now working with LayoutManager (except for spacing size) | Jouni Koivuviita | 2012-04-15 | 1 | -0/+9 |
| | | | |||||
* | | | Small fixes to VBoxLayout, moved styles to separate stylesheet | Jouni Koivuviita | 2012-04-09 | 3 | -141/+150 |
| | | | |||||
* | | | 95% functional VerticalLayout and HorizontalLayout using mainly CSS | Jouni Koivuviita | 2012-04-08 | 1 | -0/+144 |
|/ / | |||||
* | | 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 |
| | |