summaryrefslogtreecommitdiffstats
path: root/theme-compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | Support "to" in CSS function parameters (#11309)Henri Sara2013-04-187-48/+136
| |/ |/|
* | Prevent NPE when a SCSS file is not found #11099John Ahlroos2013-03-012-2/+17
* | Make SassLangTestsBroken pass iff the CSS and SCSS do not match.Henri Sara2013-03-011-0/+20
* | Removed super class which caused a JUnit3 runner to be used (#11184)Artur Signell2013-02-281-4/+2
* | Print an error message if the test folder cannot be found (#11184)Artur Signell2013-02-283-3/+14
* | Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-2616-22/+277
|/
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-197-1169/+1170
* more than expected params in mixin throws IOB exception. (Ticket #10988)Haijian Wang2013-02-193-5/+55
* Fixed logic error causing IOException if stream supports mark (#10851)Artur Signell2013-02-192-9/+14
* Added back previous removed test due to #9870 to pass test (TicketHaijian Wang2013-02-141-0/+1
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-145-6152/+6198
* ParseException does not output file name (Ticket #10967)Haijian Wang2013-02-142-1/+45
* Merge "Sass replaces variables based on substring matches. (Tickets #10508, #...Henri Sara2013-02-1313-40/+157
|\
| * Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-1313-40/+157
* | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-138-6377/+5587
* | Merge "Referencing multiple params in multiple lines inside mixin (Ticket #10...Henri Sara2013-02-123-15/+33
|\ \ | |/ |/|
| * Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-123-15/+33
* | pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-114-1881/+1708
|/
* Include GWT sources in sources jar (#9102)Artur Signell2013-01-211-1/+3
* Add license header for a couple of filesHaijian Wang2013-01-106-12800/+14971
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-097-171/+210
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-0910-2604/+3643
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-086-1097/+1152
* Merge "Checkstyle for Vaadin #9065"Henri Sara2013-01-071-1/+7
|\