summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge "Avoid NPEs in integration test"Leif Åstrand2012-10-042-2/+2
| |\
| | * Avoid NPEs in integration testArtur Signell2012-10-022-2/+2
| * | Merge "Firefox now uses the overflow autofix + made sure we don't trigger a l...Leif Åstrand2012-10-032-3/+9
| |\ \
| | * | Firefox now uses the overflow autofix + made sure we don't trigger a layout p...John Ahlroos2012-10-032-3/+9
| * | | Test case for #9508Johannes Dahlström2012-10-031-0/+38
| * | | Ensure the browser does not cache UIDL responses (#9732)Johannes Dahlström2012-10-031-0/+5
| |/ /
| * | Fixes #9828 - ComponentLocator now makes use of debug IDs if presentJonatan Kronqvist2012-10-021-2/+4
| * | Merge "Merge from 6.8: Limit propagation of vertical spacing and margins in n...Johannes Dahlström2012-10-025-36/+209
| |\ \ | | |/ | |/|
| | * Merge from 6.8: Limit propagation of vertical spacing and margins inHenri Sara2012-10-015-36/+209
| * | Merge "Merged tests for initial fragment events (#9558)"Johannes Dahlström2012-10-024-0/+223
| |\ \
| | * | Merged tests for initial fragment events (#9558)Artur Signell2012-09-284-0/+223
| * | | Make DefaultUIProvider work with lower case parameter name (#9474)7.0.0.beta3Leif Åstrand2012-10-021-3/+5
| * | | Merge "Merge from 6.8: Large lazy container for tests"Artur Signell2012-10-022-0/+267
| |\ \ \
| | * | | Merge from 6.8: Large lazy container for testsHenri Sara2012-10-022-0/+267
| * | | | Merge changes Iae2ac641,I50a0ac7aLeif Åstrand2012-10-023-6/+48
| |\ \ \ \
| | * | | | Made GlobalResourceHandler serializable (#9817)Artur Signell2012-10-011-1/+1
| | * | | | Updated GAE test to be UI based (#9816)Artur Signell2012-10-012-5/+47
| * | | | | Merge "Unified log message with other Property implementors (#9804)"Henri Sara2012-10-021-1/+1
| |\ \ \ \ \
| | * | | | | Unified log message with other Property implementors (#9804)Artur Signell2012-10-011-1/+1
| | |/ / / /
| * | | | | Merge "Avoid throwing exceptions from toString, log message instead (#9804)"Henri Sara2012-10-023-7/+47
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Avoid throwing exceptions from toString, log message instead (#9804)Artur Signell2012-10-013-7/+47
| | | |_|/ | | |/| |
| * | | | Fixed test to work also on build serverArtur Signell2012-10-012-47/+1
| * | | | Moved ShortcutActionHandler constants to shared (#8484)Artur Signell2012-10-011-0/+28
| * | | | Moved ShortcutActionHandler constants to shared (#8484)Artur Signell2012-10-012-29/+24
| * | | | Merge "Fixed typo in method name"John Ahlroos2012-10-011-9/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fixed typo in method nameArtur Signell2012-10-011-9/+9
| | |/ /
| * | | Merge "CRLF -> LF"John Ahlroos2012-10-011-57/+57
| |\ \ \
| | * | | CRLF -> LFArtur Signell2012-09-281-57/+57
| | | |/ | | |/|
| * | | Merge "Merged shortcut action fix from 6.8 (#8484)"John Ahlroos2012-10-017-46/+266
| |\ \ \ | | |_|/ | |/| |
| | * | Merged shortcut action fix from 6.8 (#8484)John Alhroos2012-09-287-46/+266
| | |/
| * | Merge "Added a dummy value to the parameter to make Websphere happy (#9776)"Leif Åstrand2012-10-011-1/+1
| |\ \
| | * | Added a dummy value to the parameter to make Websphere happy (#9776)Artur Signell2012-09-281-1/+1
| | |/
| * | Merge "Avoid adding RpcInvocationHandler toString as invocations (#9802)"Leif Åstrand2012-10-013-0/+130
| |\ \
| | * | Avoid adding RpcInvocationHandler toString as invocations (#9802)Artur Signell2012-10-013-0/+130
| * | | Merge "Publish all javadoc as an artifact and build as part of the all module...Henri Sara2012-10-012-2/+3
| |\ \ \
| | * | | Publish all javadoc as an artifact and build as part of the all module (#9745)Artur Signell2012-09-282-2/+3
| | | |/ | | |/|
| * | | Remove unused method (#9634)Leif Åstrand2012-10-011-20/+0
| * | | Remove VaadinServletSession (#9638)Leif Åstrand2012-10-0110-83/+43
* | | | 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
| |\ \ \ \ \