| Commit message (Expand) | Author | Age | Files | Lines |
* | Support non-trivial SASS media selectors (#11455) | Henri Sara | 2013-05-14 | 9 | -1025/+1062 |
* | Remove duplicate copying of mixin child nodes (#11604) | Henri Sara | 2013-04-26 | 1 | -10/+4 |
* | Support "to" in CSS function parameters (#11309) | Henri Sara | 2013-04-18 | 7 | -48/+136 |
* | Prevent NPE when a SCSS file is not found #11099 | John Ahlroos | 2013-03-01 | 2 | -2/+17 |
* | Make SassLangTestsBroken pass iff the CSS and SCSS do not match. | Henri Sara | 2013-03-01 | 1 | -0/+20 |
* | Removed super class which caused a JUnit3 runner to be used (#11184) | Artur Signell | 2013-02-28 | 1 | -4/+2 |
* | Print an error message if the test folder cannot be found (#11184) | Artur Signell | 2013-02-28 | 3 | -3/+14 |
* | Fixed several problems related to @extend directive (Ticket #10976) | Haijian Wang | 2013-02-26 | 16 | -22/+277 |
* | Selector now can begin with a combinator. (Ticket #10754) | Haijian Wang | 2013-02-19 | 7 | -1169/+1170 |
* | more than expected params in mixin throws IOB exception. (Ticket #10988) | Haijian Wang | 2013-02-19 | 3 | -5/+55 |
* | Fixed logic error causing IOException if stream supports mark (#10851) | Artur Signell | 2013-02-19 | 2 | -9/+14 |
* | Added back previous removed test due to #9870 to pass test (Ticket | Haijian Wang | 2013-02-14 | 1 | -0/+1 |
* | SASS fails to parse CSS expression function. (Ticket #9870) | Haijian Wang | 2013-02-14 | 5 | -6152/+6198 |
* | ParseException does not output file name (Ticket #10967) | Haijian Wang | 2013-02-14 | 2 | -1/+45 |
* | Merge "Sass replaces variables based on substring matches. (Tickets #10508, #... | Henri Sara | 2013-02-13 | 13 | -40/+157 |
|\ |
|
| * | Sass replaces variables based on substring matches. (Tickets #10508, | Haijian Wang | 2013-02-13 | 13 | -40/+157 |
* | | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024) | Haijian Wang | 2013-02-13 | 8 | -6377/+5587 |
* | | Merge "Referencing multiple params in multiple lines inside mixin (Ticket #10... | Henri Sara | 2013-02-12 | 3 | -15/+33 |
|\ \
| |/
|/| |
|
| * | Referencing multiple params in multiple lines inside mixin (Ticket | Haijian Wang | 2013-02-12 | 3 | -15/+33 |
* | | pseudo-class css selector fails the parser. (Ticket 10316) | Haijian Wang | 2013-02-11 | 4 | -1881/+1708 |
|/ |
|
* | Include GWT sources in sources jar (#9102) | Artur Signell | 2013-01-21 | 1 | -1/+3 |
* | Add license header for a couple of files | Haijian Wang | 2013-01-10 | 6 | -12800/+14971 |
* | Preserve UTF-8 in imported files and output @charset in generated css | Haijian Wang | 2013-01-09 | 7 | -171/+210 |
* | Supports @keyframes, related to Ticket #10000 | Haijian Wang | 2013-01-09 | 10 | -2604/+3643 |
* | supports contains in @if, related to Ticket #9975 | Haijian Wang | 2013-01-08 | 6 | -1097/+1152 |
* | Merge "Checkstyle for Vaadin #9065" | Henri Sara | 2013-01-07 | 1 | -1/+7 |
|\ |
|
| * | Checkstyle for Vaadin #9065 | Pekka Hyvönen | 2013-01-04 | 1 | -1/+7 |
* | | support interpolation in property name (#9410) | Haijian Wang | 2013-01-04 | 7 | -922/+948 |
|/ |
|
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 95 | -59/+599 |
* | Merge "Fixed typo in build script" | Henri Sara | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Fixed typo in build script | Artur Signell | 2013-01-02 | 1 | -2/+2 |
* | | Merge "fix Ticket #10506, remove quotes in url path" | Henri Sara | 2013-01-02 | 4 | -1/+14 |
|\ \
| |/
|/| |
|
| * | fix Ticket #10506, remove quotes in url path | Haijian Wang | 2013-01-02 | 4 | -1/+14 |
* | | Minor fix to SASS else-if condition parsing. | Henri Sara | 2013-01-02 | 2 | -3/+3 |
* | | Sass parser refactoring to reduce duplication. | Henri Sara | 2013-01-02 | 2 | -1113/+1311 |
* | | Extend support for Microsoft filter expressions in SASS (#10597) | Henri Sara | 2012-12-27 | 4 | -328/+360 |
|/ |
|
* | Copy unrecognized @ rules to output as is (#10486) | Henri Sara | 2012-12-19 | 5 | -632/+782 |
* | Merge "Use a custom test runner for SASS tests to get file name in JUnit " | Marc Englund | 2012-12-17 | 5 | -41/+154 |
|\ |
|
| * | Use a custom test runner for SASS tests to get file name in JUnit | Henri Sara | 2012-12-14 | 5 | -41/+154 |
* | | Merge "Use separate scope for variables within a mixin (#10453)" | Marc Englund | 2012-12-14 | 6 | -8/+94 |
|\ \
| |/
|/| |
|
| * | Use separate scope for variables within a mixin (#10453) | Henri Sara | 2012-12-14 | 6 | -8/+94 |
* | | Override commons-logging version (#9970) | Artur Signell | 2012-12-14 | 1 | -1/+4 |
|/ |
|
* | Same version of commons-lang in SmartSprites and elsewhere (#9970) | Henri Sara | 2012-12-10 | 1 | -1/+1 |
* | Move SASS tests that now work to correct directory | Henri Sara | 2012-12-09 | 4 | -0/+0 |
* | Accept anything as pseudo function parameters (#10316) | Henri Sara | 2012-12-07 | 4 | -849/+809 |
* | Support @if in @mixin (#10438) | Henri Sara | 2012-11-30 | 4 | -9/+32 |
* | Eliminate ambiguity between pseudos and properties (#10406) | Henri Sara | 2012-11-29 | 4 | -658/+1397 |
* | Merge "Add lookahead to eliminate SASS parsing ambiguity" | Marc Englund | 2012-11-29 | 2 | -49/+64 |
|\ |
|
| * | Add lookahead to eliminate SASS parsing ambiguity | Henri Sara | 2012-11-28 | 2 | -49/+64 |
* | | Removed invalid dependency to vaadin-shared-deps (#10415) | Artur Signell | 2012-11-28 | 1 | -3/+0 |