summaryrefslogtreecommitdiffstats
path: root/theme-compiler
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #9871 (originally by Seba, re-added test in reindeer.css)Marc Englund2012-10-162-1/+7
| | | | | | Replaces c/106 (I19008aba2561e41da055bff11dd8dc1bd0632a48) Change-Id: I21703e541957b7673231788705dfc2c963480e1f
* Fix for #9471 Original by Seba, removed erronous empty lines from test-css.Marc Englund2012-10-152-4/+2
| | | | | | Replaces c/103 (Id7a64ccd76c33bbfd2fa3c81df6092f068fa983a) Change-Id: If99bd4937a70aaa77a5250076d27c2534b940152
* Fixes Ticket #9408 (orig by Seba)Marc Englund2012-10-153-25/+37
| | | | Change-Id: Idb1cb4babfb712d5bf58f9930220fa18a2865925
* list append and contains for #9380Marc Englund2012-10-1517-1644/+2336
| | | | | | Originally c/76 (I413452d08b48a0fa21d027064ce2d35e687129cd) by Seba; received missing file, and fixed Change-Id: Ib814b13c6ce7bb6f29bdab2ee65274c1fade099e
* Explained one commented out lineMarc Englund2012-10-121-0/+1
| | | | Change-Id: Ib5ff8458d12eb1cd1479e2591fb5347682e0cc91
* Only ignore NoClassDefFoundError if SmartSprites is missing (#9943)Leif Åstrand2012-10-111-9/+12
| | | | Change-Id: I50f33a3bbd648555bc59b8591bc84f8723a4eff4
* Changed the convention for importing themes from e.g @import "reindeer.scss" ↵Marc Englund2012-10-101-25/+28
| | | | | | to @import "../reindeer/reindeer.scss" to support jar/extracted cases better. Change-Id: Ic638a91ab03059859cf3cc006ac167d2216a8cd7
* Explicitly specify symbolic names for each bundle to prevent names like ↵Johannes Dahlström2012-10-091-0/+1
| | | | | | "com.vaadin.vaadin-shared" (#9793) Change-Id: I329e4d6b8334864be5023ef51225a6e340e74aa6
* Merge branch 'sass'John Ahlroos2012-10-0824-6805/+6951
|\
| * Made test pass by correcting css and removing failing rulesArtur Signell2012-10-051-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | Re-add .v-app-loginpage .v-button, .v-app-loginpage .v-button once #9871 is fixed Re-add top: expression(document.documentElement.scrollTop + "px"); once #9870 is fixed Change-Id: Id2a297feb371b5e02f6ed494c352aeed192f2ba8
| * Adds one test for sass mixinsMarc Englund2012-10-042-2/+24
| | | | | | | | Change-Id: I9e42bbc075cc3ef84c1a7bf5b449f18df5773327
| * Sass mixin cleanup (author: seba)Marc Englund2012-10-043-18/+2
| | | | | | | | Change-Id: Ie462d5e213d4e81430143aa9d0708fac6b8d77d4
| * Fully fixes #9846, sass mixins with multiple optional params (author: seba)Marc Englund2012-10-043-611/+679
| | | | | | | | Change-Id: I8330c6c0a7022b3485bbfee5c6a4833ef5cb4e1d
| * Partial fix for sass mixins with multiple optional params #9846 (author: seba)Marc Englund2012-10-045-511/+622
| | | | | | | | Change-Id: Iacd94ffb41a91e9dd20874cd7f981830e4267a87
| * Adds support for CSS3 selectors #9858 (autor: seba)Marc Englund2012-10-045-991/+1066
| | | | | | | | Change-Id: Icd8e0fd09c3964ebbfab8f130d7945e51af326d7
| * FontFace nodes are created correctly, fixes #9611 (author: seba)Marc Englund2012-10-042-2/+23
| | | | | | | | Change-Id: Ifbec8e848654c19e95c19cce05976ed9e5d8290a
| * Merge branch 'master' into sassMarc Englund2012-10-014-22/+16
| |\ | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss theme-compiler/src/com/vaadin/sass/tree/ListRemoveNode.java theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java
| * | Improves remove() for #9380Marc Englund2012-09-2710-781/+983
| | |
| * | Fixes #9492 so that interpolation of mixin parameters works as expectedMarc Englund2012-09-2710-5893/+5560
| | |
* | | Use Flute from vaadin-shared-deps (#9612)Artur Signell2012-10-042-7/+3
| | | | | | | | | | | | Change-Id: I03ad3d6070d6a87e98f28e5871df36aaf269edb8
* | | Revert "FontFace nodes are created correctly, fixes #9611"Marc Englund2012-10-042-23/+2
| | | | | | | | | | | | | | | Should not be in master yet. This reverts commit f310829d004443b40d32698bd46c9c7db8ba187a
* | | FontFace nodes are created correctly, fixes #9611Marc Englund2012-10-042-2/+23
| |/ |/| | | | | Change-Id: I4ac14c512b7585979f3e88126a7106e469d29f7f
* | Global code cleanupLeif Åstrand2012-09-277-26/+19
|/
* Remove ScssServlet (#9647)Artur Signell2012-09-241-60/+0
|
* Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 ↵Marc Englund2012-09-2143-7126/+8612
| | | | (applied patch)
* SassCompiler: better error-reporting, for e.g #9589 and generally useful. ↵Marc Englund2012-09-202-0/+35
| | | | (applied patch)
* Include flute files also in theme-compiler (in addition to client) for now ↵7.0.0.beta1Artur Signell2012-09-142-4/+11
| | | | (#9609)
* Include all libs for tests aswell (#9604)Artur Signell2012-09-141-5/+5
|
* Changed servlet api dependency to 2.4 (#9605)Artur Signell2012-09-141-1/+1
|
* Ensure dependencies are not 'optional' in pom.xml (#9604)Artur Signell2012-09-141-10/+21
|
* Applying patch: remak of variable handling in sass (partial for e.g #9492 ↵Marc Englund2012-09-1143-1454/+2372
| | | | and others)
* Compile themes without sprites if SmartSprites is not foundArtur Signell2012-09-111-7/+14
|
* Always try to compile sprites but use original styles.css if no sprites were ↵Artur Signell2012-09-111-10/+11
| | | | found (#9299)
* Use sprites for all themes (#9299)Artur Signell2012-09-111-1/+1
|
* Removed files which are no longer needed (#9299)Artur Signell2012-09-101-2/+0
|
* Use correct version in precompiled themes (#9528)Artur Signell2012-09-101-3/+4
|
* Snapshot deployment to Maven now works (#9299)Artur Signell2012-09-091-5/+5
|
* Build javadoc and sources jars (#9299)Artur Signell2012-09-092-3/+7
|
* Generate pom artifacts and automatically publish to local Maven (#9299)Artur Signell2012-09-091-2/+3
|
* Added themes-compiled module (#9299)Artur Signell2012-09-094-123/+124
|
* Support running JUnit tests (#9299)Artur Signell2012-09-091-2/+2
|
* Support for running sass junit testsArtur Signell2012-09-092-4/+14
|
* Added build-provided to make build work againArtur Signell2012-09-091-0/+1
|
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-094-0/+218
|
* Renamed sass -> theme-compiler for consistency (#9299)Artur Signell2012-09-07130-0/+26069