summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sass'John Ahlroos2012-10-08172-8432/+9095
|\
| * Merge branch 'master' into sassJohn Ahlroos2012-10-086-66/+50
| |\
| * | Fixed some issues found in review for #9724John Ahlroos2012-10-081-7/+1
| * | Made test pass by correcting css and removing failing rulesArtur Signell2012-10-051-10/+5
| * | Adds one test for sass mixinsMarc Englund2012-10-042-2/+24
| * | Sass mixin cleanup (author: seba)Marc Englund2012-10-043-18/+2
| * | Fully fixes #9846, sass mixins with multiple optional params (author: seba)Marc Englund2012-10-043-611/+679
| * | Partial fix for sass mixins with multiple optional params #9846 (author: seba)Marc Englund2012-10-045-511/+622
| * | Adds support for CSS3 selectors #9858 (autor: seba)Marc Englund2012-10-045-991/+1066
| * | FontFace nodes are created correctly, fixes #9611 (author: seba)Marc Englund2012-10-042-2/+23
| * | Merge branch 'master' into sassMarc Englund2012-10-0452-324/+1390
| |\ \
| * | | Fixed Table to change child element style names when primary stylename is cha...John Ahlroos2012-10-021-2/+14
| * | | Button now changes child element stylenames when primary style name is change...John Ahlroos2012-10-021-0/+7
| * | | Javadoc + fixed a typo in method name #9724John Ahlroos2012-10-012-5/+21
| * | | Merge branch 'primary-stylename' into sassMarc Englund2012-10-0173-172/+605
| |\ \ \
| | * \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-10-0163-211/+267
| | |\ \ \
| | * | | | OrderedLayout now handles alignments for HorizontalLayouts correctly +John Ahlroos2012-09-283-0/+11
| | * | | | Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-281-2/+0
| | |\ \ \ \
| | * | | | | Fixed window not getting its correct primary stylename #9724John Ahlroos2012-09-281-0/+3
| | * | | | | Fixed typo in HorizontalLayout #9724John Ahlroos2012-09-271-1/+1
| | * | | | | Added missing NativeButton state class #9724John Ahlroos2012-09-271-0/+7
| | * | | | | Fixed issue with Table column alignment not updating correctly #9724John Ahlroos2012-09-271-1/+1
| | * | | | | Fixed NativeButton broken styles #9724John Ahlroos2012-09-271-3/+3
| | * | | | | Fixed layout primary stylenames #9724John Ahlroos2012-09-278-39/+24
| | * | | | | Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-2722-135/+151
| | |\ \ \ \ \
| | * | | | | | Removed references to client widgetset from state #9724John Ahlroos2012-09-2733-69/+33
| | * | | | | | Added primary stylename to all component states #9724John Ahlroos2012-09-2757-16/+328
| | * | | | | | Added TableState with default primary style name #9724John Ahlroos2012-09-263-4/+16
| | * | | | | | Primary stylename handling for Table #9724John Ahlroos2012-09-261-1/+7
| | * | | | | | Primary stylename handling for Table #9724John Ahlroos2012-09-261-26/+61
| | * | | | | | Primary stylename handling for Table #9724John Ahlroos2012-09-262-102/+163
| | * | | | | | Primary stylename handling for button #9724John Ahlroos2012-09-261-4/+9
| | * | | | | | Minor change to how the primary stylename gets applied to the widgets John Ahlroos2012-09-261-4/+5
| | * | | | | | Widgets primary stylename is now set if the component state has definedJohn Ahlroos2012-09-251-2/+8
| | * | | | | | Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-2571-921/+706
| | |\ \ \ \ \ \
| | * | | | | | | Added primary stylename handling on server side #9724John Ahlroos2012-09-244-1/+26
| * | | | | | | | Merge branch 'master' into sassMarc Englund2012-10-01125-798/+1041
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sass restructure: split button into nativebutton and checkboxMarc Englund2012-09-288-100/+149
| * | | | | | | | | Sass restructure: fixed bug in embedded.scssMarc Englund2012-09-281-1/+1
| * | | | | | | | | Sass restructure: base theme with renameable componentsMarc Englund2012-09-2831-495/+495
| * | | | | | | | | Sass restructure: tried some variants, this should be a reindeer structure th...Marc Englund2012-09-2831-712/+712
| * | | | | | | | | Sass restructure: need to disable .themename{} -wrapping until we get overlay...Marc Englund2012-09-2810-64/+70
| * | | | | | | | | Improves remove() for #9380Marc Englund2012-09-2710-781/+983
| * | | | | | | | | Fixes #9492 so that interpolation of mixin parameters works as expectedMarc Englund2012-09-2710-5893/+5560
| * | | | | | | | | Rearranging sass theme structure in phases.Marc Englund2012-09-268-109/+109
* | | | | | | | | | Cleaned up GeneratePackageExports (#9793)Artur Signell2012-10-081-84/+71
* | | | | | | | | | Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-0810-281/+136
* | | | | | | | | | Bootstrap UI using relative URLs with servlets (#6771)Leif Åstrand2012-10-0820-274/+495
* | | | | | | | | | Add SystemMessagesProvider for getting messages for a Locale (#4127)Leif Åstrand2012-10-0810-22/+219
* | | | | | | | | | Merge "Add Page.getLocation() (#9249)"Leif Åstrand2012-10-0515-69/+144
|\ \ \ \ \ \ \ \ \ \