summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer
Commit message (Collapse)AuthorAgeFilesLines
* merge masterJouni Koivuviita2012-08-071-3/+3
|\
| * Merge branch '6.8'Johannes Dahlström2012-07-241-3/+3
| |\ | | | | | | | | | | | | | | | | | | | | | 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
| | * #7387 Render block elements in TreeTable hierarchy column correctly: draw ↵Johannes Dahlström2012-07-091-3/+3
| | | | | | | | | | | | | | | | | | the expand/collapse arrow as position: absolute and use padding for indentation. Also fix typo "ident" -> "indent". svn changeset:23994/svn branch:6.8
* | | Merged master to layoutgraphJouni Koivuviita2012-05-113-3/+6
|\| |
| * | Refine box-sizing: border-box styles (#8682)Leif Åstrand2012-04-203-3/+6
| | |
* | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-181-1/+3
|\ \ \
| * | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-181-1/+3
| |\| |
| | * | Revert "Reduce tree node caption padding to make room for focus border"Leif Åstrand2012-04-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ReindeerJouni Koivuviita2012-04-181-1/+1
|/ / /
* / / Fixes to BoxLayout based on first round of screenshot testsJouni Koivuviita2012-04-181-4/+12
|/ /
* | Reduce tree node caption padding to make room for focus borderLeif Åstrand2012-04-171-3/+1
| |
* | Rename v-paintable -> v-connector (#8652)Leif Åstrand2012-04-121-4/+4
| |
* | Merge commit '0b46687ab0cedb3523321854b52d988dae18452a' from origin/6.8Artur Signell2012-03-231-1/+1
|\|
| * [merge from 6.7] #7904 Fixed typo in Reindeer panel themeAutomerge2012-03-021-1/+1
| | | | | | | | svn changeset:23169/svn branch:6.8
* | Prevent properly sized button element from causing scrolling in IE8Leif Åstrand2012-03-211-0/+3
| |
* | Remove old hack that nowadays just seems to cause problems (#7984)Leif Åstrand2012-03-161-3/+0
| |
* | Dynamically adjust window content paddings (#8313)Leif Åstrand2012-03-091-4/+0
| | | | | | | | 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 Åstrand2012-03-081-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 Åstrand2012-03-081-4/+9
| | | | | | Also fix some small issues related to when the min size is used
* | Window layouting changes attempt 2 (#8313)Leif Åstrand2012-03-071-2/+3
| |
* | Define .v-has-width/height instead of v-undefined-width/height (#8313)Leif Åstrand2012-03-051-8/+5
| |
* | Merge remote-tracking branch 'origin/6.8'Johannes Dahlström2012-03-021-0/+1
|\| | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/ui/TabSheet.java
| * [merge from 6.7] #8398 drag image of table header cell in too high in ↵Automerge2012-02-161-0/+1
| | | | | | | | | | | | reindeer when rearranging columns svn changeset:23049/svn branch:6.8
* | Proper selector for defined sizing (#8313)Leif Åstrand2012-02-231-1/+1
| |
* | Always use box-sizing for date text field (#8313)Leif Åstrand2012-02-231-6/+8
| |
* | Further reduce the size calculations for VFilterSelect (#8313)Leif Åstrand2012-02-221-1/+2
| |
* | Use a more specific selector to override height in tables (#8313)Leif Åstrand2012-02-221-1/+2
| |
* | New attempt at getting full width (#8313)Leif Åstrand2012-02-211-1/+4
| |
* | Use full width without messing with box-sizing (#8313)Leif Åstrand2012-02-211-7/+1
| |
* | PopupDateField without size calculations (#8313)Leif Åstrand2012-02-201-4/+15
| |
* | Don't let icon affect undefined wide combo box (#8313)Leif Åstrand2012-02-201-0/+3
| |
* | Only use explicit 24px for text field paintables (#8313)Leif Åstrand2012-02-161-0/+3
| |
* | Make VFilterSelect work with border-box & MeasureManager (#8313)Leif Åstrand2012-02-161-1/+1
| |
* | Update text field height for border-box sizing (#8313)Leif Åstrand2012-02-131-1/+2
| |
* | Update CssLayout to use MeasureManager (#8313)Leif Åstrand2012-02-101-0/+1
| |
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-271-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/table/table.css WebContent/release-notes.html build/build.xml src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VSlider.java src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/Table.java tests/integration_tests.xml tests/test.xml tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java
| * Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996Marc Englund2012-01-181-1/+0
| | | | | | | | svn changeset:22691/svn branch:6.8
* | #7984 removed Firefox workaroundsArtur Signell2011-11-223-8/+2
| |
* | #7981 Removed Firefox 2 specific code and CSSArtur Signell2011-11-225-33/+1
| |
* | #7913 Removed IE7 specific CSS rulesArtur Signell2011-11-225-12/+3
| |
* | #7912 Remove support for IE6Leif Åstrand2011-11-0922-188/+4
|/
* Final fix for #6745: Connectors for TreeJouni Koivuviita2011-09-281-12/+7
| | | | | | | -Adjusted all themes to have even pixel caption height -Liferay theme doesn't support the connectors (#7682) svn changeset:21411/svn branch:6.7
* Removed height from a couple of Reindeer table selectors that weren't there ↵Jouni Koivuviita2011-09-271-4/+0
| | | | | | previously (because of a typo). svn changeset:21346/svn branch:6.7
* Corrections to table column reordering styles.Jouni Koivuviita2011-09-272-43/+26
| | | | | | Cleaned up table column drag styles for Reindeer (lost of duplication) svn changeset:21334/svn branch:6.7
* Small bugfix related to #6745: Connectors for TreeJouni Koivuviita2011-08-241-3/+6
| | | | | | | -Tree root nodes received a wrong classname if they had childnodes (the last root node was always treated as a leaf) -Fixed hover styles in Reindeer svn changeset:20605/svn branch:6.7
* Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can ↵Jouni Koivuviita2011-08-231-0/+9
| | | | | | | | make it more pretty in future releases if necessary. Includes TestBench test for the feature. svn changeset:20577/svn branch:6.7
* Fixes for issues found during review of #6720Jonatan Kronqvist2011-08-231-1/+5
| | | | | | | - Don't statically set row height - Table.RowGenerator and Table.GeneratedRow made Serializable svn changeset:20561/svn branch:6.7
* Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-191-0/+9
| | | | svn changeset:20495/svn branch:6.7
* #7187 Allow HTML content in an MenuItemLeif Åstrand2011-08-101-1/+1
| | | | svn changeset:20245/svn branch:6.7
* Fixed the IE6 rendering bug #7314John Alhroos2011-07-271-1/+6
| | | | svn changeset:19991/svn branch:6.6