aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/themes
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-135-855/+0
|
* Merge branch '6.8'Johannes Dahlström2012-06-191-1/+1
|\ | | | | | | | | | | | | | | | | | | 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
| * Change Chameleon -> chameleon + unit test for all builtin themes (#8386)Leif Åstrand2012-06-131-1/+1
| | | | | | | | svn changeset:23930/svn branch:6.8
* | #8478 Added clip constant to BaseThemeArtur Signell2012-03-261-0/+6
|/
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-085-5/+5
| | | | svn changeset:22317/svn branch:6.7
* Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-241-0/+3
| | | | svn changeset:20616/svn branch:6.7
* Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can ↵Jouni Koivuviita2011-08-231-0/+6
| | | | | | | | make it more pretty in future releases if necessary. Includes TestBench test for the feature. svn changeset:20577/svn branch:6.7
* Added light panel style to ChameleonThemeHenri Sara2011-08-191-1/+5
| | | | svn changeset:20514/svn branch:6.7
* #7053 Chameleon theme integration, first phase: basic theme in Vaadin and ↵Henri Sara2011-07-281-0/+361
| | | | | | JAR, compiled into a single styles.css svn changeset:20007/svn branch:6.7
* #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanelArtur Signell2010-11-231-3/+6
| | | | | | Updated demos and tests to use VerticalSplitPanel/HorizontalSplitPanel svn changeset:16114/svn branch:6.5
* Style constants for Liferay themeHenri Kerola2010-09-171-0/+28
| | | | svn changeset:14991/svn branch:6.4
* Fix for #5477 - Theme name constant are incorrectly capitalizedArtur Signell2010-08-263-3/+3
| | | | svn changeset:14607/svn branch:6.4
* New Runo theme demo application and Runo theme style constants.Jouni Koivuviita2010-05-042-3/+143
| | | | svn changeset:13026/svn branch:6.4
* Merged all demo-page changes from 6.3Jouni Koivuviita2010-04-151-1/+11
| | | | svn changeset:12564/svn branch:6.4
* Updated and revised Reindeer theme style constants.Jouni Koivuviita2010-04-081-2/+50
| | | | svn changeset:12393/svn branch:6.3
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-093-0/+9
| | | | svn changeset:11733/svn branch:6.3
* Fixes #3736 "Split up style and type definitions" and #3467 "Button styles ↵Jouni Koivuviita2010-03-033-0/+237
missing?" * Now all built-in themes have an accompanying class file that describes all provided style names. * Deprecated Button.STYLE_LINK in favor of BaseTheme.BUTTON_LINK * Deprecated Panel.STYLE_LIGHT in favor of Reindeer.PANEL_LIGHT and Runo.PANEL_LIGHT svn changeset:11601/svn branch:6.3