summaryrefslogtreecommitdiffstats
path: root/theme-compiler
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014Artur Signell2014-04-16107-112/+112
* Fixed pom fails in unit tests.Sauli Tähkäpää2014-03-291-1/+3
* Enable on-the-fly SASS compilation in OSGi (#10307)Johannes Dahlström2014-02-241-0/+1
* Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834)Mika Murtojarvi2014-02-133-8/+63
* Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-0611-252/+332
* Resolved ambiguous parsing of ";" within @media block (#12923)joheriks2014-01-302-476/+454
* Provides error location for ArithmeticException. (#11877)Felype Santiago Ferreira2013-12-103-5/+34
* For @-directives, infer missing semicolon before closing brace (#12792)joheriks2013-11-2869-803/+898
* Move a sass test that no longer fails.Mika Murtojarvi2013-11-272-0/+0
* Move working sass tests from sasslangbroken to sasslang.Mika Murtojarvi2013-11-274-0/+0
* Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-267-358/+450
* Normalize line endingsMika Murtojarvi2013-11-261-30/+76
* Do not generate ParseException as it has been customized (#12937)Artur Signell2013-11-122-169/+170
* Regenerated parser files (#12937)Artur Signell2013-11-122-169/+168
* Ensure generated parser is re-generated during build (#12937)Artur Signell2013-11-122-3/+40
* Add a test for @mixin { @font-face {...} } (#11649)joheriks2013-11-082-0/+26
* Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-0814-14261/+12657
* Allow @font-face and general @-directives inside @if-blocks (#11649)joheriks2013-11-054-222/+306
* Parser stripped minus of negative numbers with unknown units (#12811)joheriks2013-10-284-72/+85
* Sass variables can now start with underscore (#12716)joheriks2013-10-212-31/+11
* Handle numbers in the same way if they do not have a unit (#12732)Artur Signell2013-10-169-8/+106
* Add sub directory support to sass test scanner (#12790)Artur Signell2013-10-1611-21/+41
* Fix whitespace after including a mixin (#12715)Mika Murtojarvi2013-10-144-607/+629
* Use JUnit 4.11 in all modules (#12572)Artur Signell2013-09-171-1/+1
* Unified xml files to end with new lineArtur Signell2013-09-041-1/+1
* Adds junit to the ide configuration for the theme-compiler module.Jonatan Kronqvist2013-08-301-1/+1
* Added controlDirective to ifContentStatement. Fixes ticket #12105.Juho Nurminen2013-08-285-6073/+6062
* #11638: Ending an imported SCSS file with a comment causes an error inHaijian Wang2013-07-017-10484/+12266
* Updated to Smartsprites 0.2.10 (#12069)Artur Signell2013-06-131-1/+1
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-7/+3
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-12/+5
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-54/+60
* Updated to custom build of Smartsprites 0.2.10 which includes a fix for SMART...Artur Signell2013-05-292-43/+3
* Support nested SASS imports (#11909)Henri Sara2013-05-286-13/+51
* Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-1737-14025/+13549
|\
| * Fixed IllegalSyntaxException when using spaces in path #11782John Ahlroos2013-05-062-14/+131
| * Fixed scss file resolving issue in Windows (#11762)Artur Signell2013-05-031-0/+4
| * Merge commit 'd214efa39a011002eb88e683676508e438842fe4'Henri Sara2013-04-291-10/+4
| |\
| * | Global code clean upLeif Åstrand2013-04-251-1/+1
| * | Fixed failing path resolving when scss compiler is resolving included mixins ...John Ahlroos2013-04-242-31/+25
| * | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-239-12969/+13056
| |\ \
| * | | Updated commons-io dependency to 2.2 (#11643)Artur Signell2013-04-231-1/+1
| * | | Global code reformatLeif Åstrand2013-04-052-4/+3
| * | | Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-012-10/+10
| * | | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-0121-31/+330
| |\ \ \
| * | | | Regenerate SCSS parser classesHenri Sara2013-02-283-14233/+12467
| * | | | support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-2817-1519/+1844
| * | | | support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-2717-1461/+2318
* | | | | Support non-trivial SASS media selectors (#11455)Henri Sara2013-05-149-1025/+1062
| |_|_|/ |/| | |
* | | | Remove duplicate copying of mixin child nodes (#11604)Henri Sara2013-04-261-10/+4
| |_|/ |/| |