summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove "short_colors".Eevee (Alex Munroe)2013-08-122-13/+9
* Cut down on Color constructor. Rename ColorValue, NumberValue.Eevee (Alex Munroe)2013-08-121-58/+55
* Simplified ColorValue considerably.Eevee (Alex Munroe)2013-08-0918-107/+53
* Better parity for default operator behavior. Also fix some bare bools.Eevee (Alex Munroe)2013-08-092-75/+37
* Restore __hash__ on types.Eevee (Alex Munroe)2013-08-091-3/+17
* Fix bad var name.Eevee (Alex Munroe)2013-08-091-1/+1
* Clean up List use in Compass helpers and compiler.Eevee (Alex Munroe)2013-08-093-41/+16
* Remove some junk from List constructor.Eevee (Alex Munroe)2013-08-091-32/+0
* Fix the Compass headings() function.Eevee (Alex Munroe)2013-08-082-6/+9
* Restore __div__ on types, for modules without division imported.Eevee (Alex Munroe)2013-08-081-0/+6
* Clean up ListValue, rename to List.Eevee (Alex Munroe)2013-08-089-255/+243
* Test suite passes (as well as it did before) on Py3!Eevee (Alex Munroe)2013-08-029-23/+40
* Python 3 compatibility, at least with syntax and builtins.Eevee (Alex Munroe)2013-08-0211-55/+67
* Quick test for nested scopes.Eevee (Alex Munroe)2013-08-012-0/+19
* Fix variable scoping to match Sass.Eevee (Alex Munroe)2013-08-012-120/+41
* Make linear-gradient work more better! Now compiles Bootstrap.Eevee (Alex Munroe)2013-08-012-20/+21
* Recognize from() and to(), the ancient WebKit gradient functions.Eevee (Alex Munroe)2013-08-011-0/+1
* Better support for `transparent`, including on output.Eevee (Alex Munroe)2013-08-013-149/+152
* Update CHANGELOG.Eevee (Alex Munroe)2013-08-011-3/+22
* enumerate() should never return quoted strings.Eevee (Alex Munroe)2013-08-012-1/+2
* Quash a couple compiler warnings.Eevee (Alex Munroe)2013-07-311-2/+1
* Make linear-gradient slightly less crashy.Eevee (Alex Munroe)2013-07-312-9/+16
* Remove old unit stuff.Eevee (Alex Munroe)2013-07-315-54/+7
* Some parser fixes. Allow arbitrary units.Eevee (Alex Munroe)2013-07-315-20/+22
* Rewrite NumberValue to handle arbitrary unit combinations.Eevee (Alex Munroe)2013-07-3114-172/+315
* Fix position() and opposite-position(), I think.Eevee (Alex Munroe)2013-07-302-32/+105
* Support "transparent".Eevee (Alex Munroe)2013-07-301-0/+2
* Restore the delicate jenga balance of passing through unicode unscathed.Eevee (Alex Munroe)2013-07-291-1/+1
* Avoid importing pstats unless absolutely necessary.Eevee (Alex Munroe)2013-07-291-1/+1
* Leave / alone when (probably) not part of an expression.Eevee (Alex Munroe)2013-07-295-21/+98
* Here, have some tests I never committed for some reason.Eevee (Alex Munroe)2013-07-268-0/+53
* Remove post_process; now handled by the type system.Eevee (Alex Munroe)2013-07-261-12/+0
* Greatly simplify color shortening.Eevee (Alex Munroe)2013-07-2613-197/+265
* Fix numbering of "bugs" test files.Eevee (Alex Munroe)2013-07-262-0/+0
* Fiddling with parse_children API.Eevee (Alex Munroe)2013-07-261-3/+4
* Oops. Lost the source_file initialization.Eevee (Alex Munroe)2013-07-261-0/+1
* Split up importing logic.Eevee (Alex Munroe)2013-07-261-68/+70
* Fix the file caching in @import.Eevee (Alex Munroe)2013-07-261-3/+3
* Check for relative imports first.Eevee (Alex Munroe)2013-07-261-4/+5
* Extend smoketest to make sure @import-ed variables work.Eevee (Alex Munroe)2013-07-262-1/+8
* Reduce use of dequote().Eevee (Alex Munroe)2013-07-262-3/+3
* Kill off unicode literals, until the lib actually does unicode.Eevee (Alex Munroe)2013-07-261-2/+2
* Update setup.py to know about scss.functions.Eevee (Alex Munroe)2013-07-261-1/+5
* Fix enumerate() and add a test.Eevee (Alex Munroe)2013-07-262-8/+15
* Make this function name check hack work with other callables.Eevee2013-07-151-1/+1
* Reinstate func_registry, for back compat.Eevee2013-07-151-2/+4
* Tidy up formatting of the grammar.Eevee2013-07-103-88/+81
* NullValue -> NullEevee2013-07-104-8/+8
* Rewrite the String type.Eevee2013-07-109-88/+80
* Remove code for cross-type operations Sass disallows.Eevee2013-07-091-74/+1