| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalized function names | German M. Bravo | 2013-08-13 | 1 | -6/+5 |
* | Unbreak parsing of argument-less functions. | Eevee (Alex Munroe) | 2013-08-13 | 3 | -7/+18 |
* | Fix an import in tool. | Eevee (Alex Munroe) | 2013-08-13 | 1 | -2/+2 |
* | Gradients _position() optimizations and default positions | German M. Bravo | 2013-08-13 | 2 | -15/+17 |
* | Make _position() acept lists of python strings and fix __color_stops() to sen... | German M. Bravo | 2013-08-13 | 2 | -8/+10 |
* | PEP8 cleanups | German M. Bravo | 2013-08-13 | 7 | -21/+31 |
* | Using logging to log warning | German M. Bravo | 2013-08-13 | 1 | -2/+1 |
* | String multiplication should check for integerity. | Eevee (Alex Munroe) | 2013-08-13 | 1 | -1/+5 |
* | Fix unquote() to work on lists. | Eevee (Alex Munroe) | 2013-08-13 | 2 | -7/+27 |
* | Restore string * number multiplication. | Eevee (Alex Munroe) | 2013-08-13 | 1 | -0/+11 |
* | Move the FATAL_UNDEFINED check into the AST. | Eevee (Alex Munroe) | 2013-08-13 | 2 | -45/+30 |
* | Use the parser for parsing @function argspecs. | Eevee (Alex Munroe) | 2013-08-13 | 2 | -18/+54 |
* | Fix test_expression to use real types. Minor type fixes. | Eevee (Alex Munroe) | 2013-08-13 | 3 | -64/+94 |
* | Oops! ...this fixes last two commits | German M. Bravo | 2013-08-13 | 2 | -12/+11 |
* | func doesn't have is_null... however, fuc is None at times here (for some wei... | German M. Bravo | 2013-08-13 | 1 | -2/+1 |
* | Added Undefined type. Undefined variables get this value if FATAL_UNDEFINED i... | German M. Bravo | 2013-08-13 | 3 | -6/+24 |
* | Allow build.py to be run from any directory | German M. Bravo | 2013-08-13 | 1 | -0/+4 |
* | --sass should be store_true, not false. #185 | Eevee (Alex Munroe) | 2013-08-12 | 1 | -1/+1 |
* | Remove some (hopefully) legacy cruft from List. | Eevee (Alex Munroe) | 2013-08-12 | 1 | -12/+4 |
* | Remove "short_colors". | Eevee (Alex Munroe) | 2013-08-12 | 2 | -13/+9 |
* | Cut down on Color constructor. Rename ColorValue, NumberValue. | Eevee (Alex Munroe) | 2013-08-12 | 1 | -58/+55 |
* | Simplified ColorValue considerably. | Eevee (Alex Munroe) | 2013-08-09 | 18 | -107/+53 |
* | Better parity for default operator behavior. Also fix some bare bools. | Eevee (Alex Munroe) | 2013-08-09 | 2 | -75/+37 |
* | Restore __hash__ on types. | Eevee (Alex Munroe) | 2013-08-09 | 1 | -3/+17 |
* | Fix bad var name. | Eevee (Alex Munroe) | 2013-08-09 | 1 | -1/+1 |
* | Clean up List use in Compass helpers and compiler. | Eevee (Alex Munroe) | 2013-08-09 | 3 | -41/+16 |
* | Remove some junk from List constructor. | Eevee (Alex Munroe) | 2013-08-09 | 1 | -32/+0 |
* | Fix the Compass headings() function. | Eevee (Alex Munroe) | 2013-08-08 | 2 | -6/+9 |
* | Restore __div__ on types, for modules without division imported. | Eevee (Alex Munroe) | 2013-08-08 | 1 | -0/+6 |
* | Clean up ListValue, rename to List. | Eevee (Alex Munroe) | 2013-08-08 | 9 | -255/+243 |
* | Test suite passes (as well as it did before) on Py3! | Eevee (Alex Munroe) | 2013-08-02 | 9 | -23/+40 |
* | Python 3 compatibility, at least with syntax and builtins. | Eevee (Alex Munroe) | 2013-08-02 | 11 | -55/+67 |
* | Quick test for nested scopes. | Eevee (Alex Munroe) | 2013-08-01 | 2 | -0/+19 |
* | Fix variable scoping to match Sass. | Eevee (Alex Munroe) | 2013-08-01 | 2 | -120/+41 |
* | Make linear-gradient work more better! Now compiles Bootstrap. | Eevee (Alex Munroe) | 2013-08-01 | 2 | -20/+21 |
* | Recognize from() and to(), the ancient WebKit gradient functions. | Eevee (Alex Munroe) | 2013-08-01 | 1 | -0/+1 |
* | Better support for `transparent`, including on output. | Eevee (Alex Munroe) | 2013-08-01 | 3 | -149/+152 |
* | Update CHANGELOG. | Eevee (Alex Munroe) | 2013-08-01 | 1 | -3/+22 |
* | enumerate() should never return quoted strings. | Eevee (Alex Munroe) | 2013-08-01 | 2 | -1/+2 |
* | Quash a couple compiler warnings. | Eevee (Alex Munroe) | 2013-07-31 | 1 | -2/+1 |
* | Make linear-gradient slightly less crashy. | Eevee (Alex Munroe) | 2013-07-31 | 2 | -9/+16 |
* | Remove old unit stuff. | Eevee (Alex Munroe) | 2013-07-31 | 5 | -54/+7 |
* | Some parser fixes. Allow arbitrary units. | Eevee (Alex Munroe) | 2013-07-31 | 5 | -20/+22 |
* | Rewrite NumberValue to handle arbitrary unit combinations. | Eevee (Alex Munroe) | 2013-07-31 | 14 | -172/+315 |
* | Fix position() and opposite-position(), I think. | Eevee (Alex Munroe) | 2013-07-30 | 2 | -32/+105 |
* | Support "transparent". | Eevee (Alex Munroe) | 2013-07-30 | 1 | -0/+2 |
* | Restore the delicate jenga balance of passing through unicode unscathed. | Eevee (Alex Munroe) | 2013-07-29 | 1 | -1/+1 |
* | Avoid importing pstats unless absolutely necessary. | Eevee (Alex Munroe) | 2013-07-29 | 1 | -1/+1 |
* | Leave / alone when (probably) not part of an expression. | Eevee (Alex Munroe) | 2013-07-29 | 5 | -21/+98 |
* | Here, have some tests I never committed for some reason. | Eevee (Alex Munroe) | 2013-07-26 | 8 | -0/+53 |