| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed ClassloaderResolver on Windows (#9606) | Artur Signell | 2012-11-12 | 1 | -0/+4 |
* | Fixes #10166 SassCompiler parent reference in middle of selector bugs | Sebastian Nyholm | 2012-11-12 | 1 | -1/+1 |
* | ParentSelectorHandler was using wrong HashMap implementation | Sebastian Nyholm | 2012-11-12 | 1 | -1/+1 |
* | Fixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with blocknodes s... | Sebastian Nyholm | 2012-11-12 | 1 | -2/+13 |
* | Fixes #9546, #9974, #10100, #10105 | Sebastian Nyholm | 2012-11-08 | 50 | -1180/+910 |
* | Fixes #9871 (originally by Seba, re-added test in reindeer.css) | Marc Englund | 2012-10-16 | 2 | -1/+7 |
* | Fix for #9471 Original by Seba, removed erronous empty lines from test-css. | Marc Englund | 2012-10-15 | 2 | -4/+2 |
* | Fixes Ticket #9408 (orig by Seba) | Marc Englund | 2012-10-15 | 3 | -25/+37 |
* | list append and contains for #9380 | Marc Englund | 2012-10-15 | 17 | -1644/+2336 |
* | Explained one commented out line | Marc Englund | 2012-10-12 | 1 | -0/+1 |
* | Only ignore NoClassDefFoundError if SmartSprites is missing (#9943) | Leif Åstrand | 2012-10-11 | 1 | -9/+12 |
* | Changed the convention for importing themes from e.g @import "reindeer.scss" ... | Marc Englund | 2012-10-10 | 1 | -25/+28 |
* | Explicitly specify symbolic names for each bundle to prevent names like "com... | Johannes Dahlström | 2012-10-09 | 1 | -0/+1 |
* | Merge branch 'sass' | John Ahlroos | 2012-10-08 | 24 | -6805/+6951 |
|\ |
|
| * | Made test pass by correcting css and removing failing rules | Artur Signell | 2012-10-05 | 1 | -10/+5 |
| * | Adds one test for sass mixins | Marc Englund | 2012-10-04 | 2 | -2/+24 |
| * | Sass mixin cleanup (author: seba) | Marc Englund | 2012-10-04 | 3 | -18/+2 |
| * | Fully fixes #9846, sass mixins with multiple optional params (author: seba) | Marc Englund | 2012-10-04 | 3 | -611/+679 |
| * | Partial fix for sass mixins with multiple optional params #9846 (author: seba) | Marc Englund | 2012-10-04 | 5 | -511/+622 |
| * | Adds support for CSS3 selectors #9858 (autor: seba) | Marc Englund | 2012-10-04 | 5 | -991/+1066 |
| * | FontFace nodes are created correctly, fixes #9611 (author: seba) | Marc Englund | 2012-10-04 | 2 | -2/+23 |
| * | Merge branch 'master' into sass | Marc Englund | 2012-10-01 | 4 | -22/+16 |
| |\ |
|
| * | | Improves remove() for #9380 | Marc Englund | 2012-09-27 | 10 | -781/+983 |
| * | | Fixes #9492 so that interpolation of mixin parameters works as expected | Marc Englund | 2012-09-27 | 10 | -5893/+5560 |
* | | | Use Flute from vaadin-shared-deps (#9612) | Artur Signell | 2012-10-04 | 2 | -7/+3 |
* | | | Revert "FontFace nodes are created correctly, fixes #9611" | Marc Englund | 2012-10-04 | 2 | -23/+2 |
* | | | FontFace nodes are created correctly, fixes #9611 | Marc Englund | 2012-10-04 | 2 | -2/+23 |
| |/
|/| |
|
* | | Global code cleanup | Leif Åstrand | 2012-09-27 | 7 | -26/+19 |
|/ |
|
* | Remove ScssServlet (#9647) | Artur Signell | 2012-09-24 | 1 | -60/+0 |
* | Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 (ap... | Marc Englund | 2012-09-21 | 43 | -7126/+8612 |
* | SassCompiler: better error-reporting, for e.g #9589 and generally useful. (ap... | Marc Englund | 2012-09-20 | 2 | -0/+35 |
* | Include flute files also in theme-compiler (in addition to client) for now (#...7.0.0.beta1 | Artur Signell | 2012-09-14 | 2 | -4/+11 |
* | Include all libs for tests aswell (#9604) | Artur Signell | 2012-09-14 | 1 | -5/+5 |
* | Changed servlet api dependency to 2.4 (#9605) | Artur Signell | 2012-09-14 | 1 | -1/+1 |
* | Ensure dependencies are not 'optional' in pom.xml (#9604) | Artur Signell | 2012-09-14 | 1 | -10/+21 |
* | Applying patch: remak of variable handling in sass (partial for e.g #9492 and... | Marc Englund | 2012-09-11 | 43 | -1454/+2372 |
* | Compile themes without sprites if SmartSprites is not found | Artur Signell | 2012-09-11 | 1 | -7/+14 |
* | Always try to compile sprites but use original styles.css if no sprites were ... | Artur Signell | 2012-09-11 | 1 | -10/+11 |
* | Use sprites for all themes (#9299) | Artur Signell | 2012-09-11 | 1 | -1/+1 |
* | Removed files which are no longer needed (#9299) | Artur Signell | 2012-09-10 | 1 | -2/+0 |
* | Use correct version in precompiled themes (#9528) | Artur Signell | 2012-09-10 | 1 | -3/+4 |
* | Snapshot deployment to Maven now works (#9299) | Artur Signell | 2012-09-09 | 1 | -5/+5 |
* | Build javadoc and sources jars (#9299) | Artur Signell | 2012-09-09 | 2 | -3/+7 |
* | Generate pom artifacts and automatically publish to local Maven (#9299) | Artur Signell | 2012-09-09 | 1 | -2/+3 |
* | Added themes-compiled module (#9299) | Artur Signell | 2012-09-09 | 4 | -123/+124 |
* | Support running JUnit tests (#9299) | Artur Signell | 2012-09-09 | 1 | -2/+2 |
* | Support for running sass junit tests | Artur Signell | 2012-09-09 | 2 | -4/+14 |
* | Added build-provided to make build work again | Artur Signell | 2012-09-09 | 1 | -0/+1 |
* | Created separate build.xml files for each module (#9299) | Artur Signell | 2012-09-09 | 4 | -0/+218 |
* | Renamed sass -> theme-compiler for consistency (#9299) | Artur Signell | 2012-09-07 | 130 | -0/+26069 |