| Commit message (Expand) | Author | Age | Files | Lines |
* | Provides error location for ArithmeticException. (#11877) | Felype Santiago Ferreira | 2013-12-10 | 3 | -5/+34 |
* | For @-directives, infer missing semicolon before closing brace (#12792) | joheriks | 2013-11-28 | 69 | -803/+898 |
* | Move a sass test that no longer fails. | Mika Murtojarvi | 2013-11-27 | 2 | -0/+0 |
* | Move working sass tests from sasslangbroken to sasslang. | Mika Murtojarvi | 2013-11-27 | 4 | -0/+0 |
* | Mixins now accept an empty argument list in parentheses | Mika Murtojarvi | 2013-11-26 | 7 | -358/+450 |
* | Normalize line endings | Mika Murtojarvi | 2013-11-26 | 1 | -30/+76 |
* | Do not generate ParseException as it has been customized (#12937) | Artur Signell | 2013-11-12 | 2 | -169/+170 |
* | Regenerated parser files (#12937) | Artur Signell | 2013-11-12 | 2 | -169/+168 |
* | Ensure generated parser is re-generated during build (#12937) | Artur Signell | 2013-11-12 | 2 | -3/+40 |
* | Add a test for @mixin { @font-face {...} } (#11649) | joheriks | 2013-11-08 | 2 | -0/+26 |
* | Fixes for sass compiler, handling mixins (#11288). | Mika Murtojarvi | 2013-11-08 | 14 | -14261/+12657 |
* | Allow @font-face and general @-directives inside @if-blocks (#11649) | joheriks | 2013-11-05 | 4 | -222/+306 |
* | Parser stripped minus of negative numbers with unknown units (#12811) | joheriks | 2013-10-28 | 4 | -72/+85 |
* | Sass variables can now start with underscore (#12716) | joheriks | 2013-10-21 | 2 | -31/+11 |
* | Handle numbers in the same way if they do not have a unit (#12732) | Artur Signell | 2013-10-16 | 9 | -8/+106 |
* | Add sub directory support to sass test scanner (#12790) | Artur Signell | 2013-10-16 | 11 | -21/+41 |
* | Fix whitespace after including a mixin (#12715) | Mika Murtojarvi | 2013-10-14 | 4 | -607/+629 |
* | Use JUnit 4.11 in all modules (#12572) | Artur Signell | 2013-09-17 | 1 | -1/+1 |
* | Unified xml files to end with new line | Artur Signell | 2013-09-04 | 1 | -1/+1 |
* | Adds junit to the ide configuration for the theme-compiler module. | Jonatan Kronqvist | 2013-08-30 | 1 | -1/+1 |
* | Added controlDirective to ifContentStatement. Fixes ticket #12105. | Juho Nurminen | 2013-08-28 | 5 | -6073/+6062 |
* | #11638: Ending an imported SCSS file with a comment causes an error in | Haijian Wang | 2013-07-01 | 7 | -10484/+12266 |
* | Updated to Smartsprites 0.2.10 (#12069) | Artur Signell | 2013-06-13 | 1 | -1/+1 |
* | Reformatted using Ant editor (#12040) | Artur Signell | 2013-06-10 | 1 | -7/+3 |
* | Correctly report theme version in the debug window (#11442) | Artur Signell | 2013-06-07 | 1 | -12/+5 |
* | Formatted XML files using defined rules (#11956) | Artur Signell | 2013-05-30 | 1 | -54/+60 |
* | Updated to custom build of Smartsprites 0.2.10 which includes a fix for SMART... | Artur Signell | 2013-05-29 | 2 | -43/+3 |
* | Support nested SASS imports (#11909) | Henri Sara | 2013-05-28 | 6 | -13/+51 |
* | Merge commit 'a52ceb96590333' into 7.1 | Leif Åstrand | 2013-05-17 | 37 | -14025/+13549 |
|\ |
|
| * | Fixed IllegalSyntaxException when using spaces in path #11782 | John Ahlroos | 2013-05-06 | 2 | -14/+131 |
| * | Fixed scss file resolving issue in Windows (#11762) | Artur Signell | 2013-05-03 | 1 | -0/+4 |
| * | Merge commit 'd214efa39a011002eb88e683676508e438842fe4' | Henri Sara | 2013-04-29 | 1 | -10/+4 |
| |\ |
|
| * | | Global code clean up | Leif Åstrand | 2013-04-25 | 1 | -1/+1 |
| * | | Fixed failing path resolving when scss compiler is resolving included mixins ... | John Ahlroos | 2013-04-24 | 2 | -31/+25 |
| * | | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c' | Artur Signell | 2013-04-23 | 9 | -12969/+13056 |
| |\ \ |
|
| * | | | Updated commons-io dependency to 2.2 (#11643) | Artur Signell | 2013-04-23 | 1 | -1/+1 |
| * | | | Global code reformat | Leif Åstrand | 2013-04-05 | 2 | -4/+3 |
| * | | | Renamed "tests" target to "test" and added "test-all" (#9998) | Artur Signell | 2013-03-01 | 2 | -10/+10 |
| * | | | Merge remote-tracking branch 'origin/7.0' | John Ahlroos | 2013-03-01 | 21 | -31/+330 |
| |\ \ \ |
|
| * | | | | Regenerate SCSS parser classes | Henri Sara | 2013-02-28 | 3 | -14233/+12467 |
| * | | | | support @content directive for Sass compiler (Ticket #10207) | Haijian Wang | 2013-02-28 | 17 | -1519/+1844 |
| * | | | | support arithmetics in the SCSS compiler (#9354) | Haijian Wang | 2013-02-27 | 17 | -1461/+2318 |
* | | | | | 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 |
|/ |
|