summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Better handling of glyph width (and improved autowidth)German M. Bravo2014-06-191-19/+39
* Fixed issue with missing font types if not generated (eot, for example)German M. Bravo2014-06-101-2/+2
* Allow multiple globs (separated by comma) as sprite map and font sheet sourcesGerman M. Bravo2014-06-102-30/+84
* Re-raise calculator caught exceptionsGerman M. Bravo2014-06-101-1/+2
* Fonts generator: Using external ttf2eot and ttfautohint tools if availableGerman M. Bravo2014-06-031-10/+83
* Font types ordered (IE support)German M. Bravo2014-06-031-3/+5
* Speedups C code: spaces -> tabsGerman M. Bravo2014-06-032-2/+2
* IE font compatibilityGerman M. Bravo2014-06-031-7/+7
* Configurations have strings (use unicode literals)German M. Bravo2014-05-222-2/+6
* Unbreak scope-nesting-2 and move it out of xfail.Eevee (Alex Munroe)2014-05-212-1/+1
* Fix skip/xfail to work with parametrize(), so xfail tests still run.Eevee (Alex Munroe)2014-05-212-10/+12
* Revert "Fixed xfail directory in test files"Eevee (Alex Munroe)2014-05-211-14/+4
* Fix some declaration-after-statement gripes in the C.Eevee (Alex Munroe)2014-05-213-6/+13
* 'at' (@) rules using class methods.German M. Bravo2014-05-202-110/+149
* Merge pull request #278 from wojas/masterEevee2014-05-131-1/+2
|\
| * Python 3 fix: division was converting int to floatKonrad Wojas2014-05-141-1/+2
|/
* Remove the runtime C speedups warning. Fixes #83.Eevee (Alex Munroe)2014-05-022-12/+11
* Added has-glyph, glyph-classes, has-sprite and sprite-classes functions.German M. Bravo2014-04-282-6/+39
* Added glyph name to fontGerman M. Bravo2014-04-281-1/+1
* Fonts functions renamed (font-content -> glyph-code, fonts -> glyphs)German M. Bravo2014-04-282-22/+22
* Sprite sheets didn't properly initialized sizes the first timeGerman M. Bravo2014-04-281-1/+2
* Added Font Sheets.German M. Bravo2014-04-286-0/+397
* SourceFile normalizes filename and parent_dirGerman M. Bravo2014-04-261-19/+30
* Include the test directory in search path (to easily test bootstrap and others)German M. Bravo2014-04-261-1/+1
* Skip test files that start with '_' (to easily test bootstrap and others)German M. Bravo2014-04-262-1/+5
* If import is not found, raise IOErrorGerman M. Bravo2014-04-263-2/+2
* Test for scope-nesting-2 is expected to failGerman M. Bravo2014-04-261-1/+1
* Fixed xfail directory in test filesGerman M. Bravo2014-04-261-4/+14
* Style, warning in one lineGerman M. Bravo2014-04-261-3/+1
* Merge pull request #276 from jschneier/masterEevee2014-04-211-1/+1
|\
| * fix crash from TypeError in compass supportjschneier2014-04-131-1/+1
|/
* Added PRECISION for increased precision with floating numbersGerman M. Bravo2014-03-302-3/+5
* fade-in/fade-out can now take amount as a percentageGerman M. Bravo2014-03-301-2/+10
* Mention soft libpcre dep. Fixes #262.Eevee (Alex Munroe)2014-03-291-1/+6
* Fix some flakes.Eevee (Alex Munroe)2014-03-293-4/+0
* Write CSS out in the same encoding it claims to be.Eevee (Alex Munroe)2014-03-293-18/+37
* Implement real CSS @charset support.Eevee (Alex Munroe)2014-03-292-17/+91
* Return Unicode from the C scanner. More __future__.Eevee (Alex Munroe)2014-03-297-4/+29
* Add some unicode_literals, fix some str()s.Eevee (Alex Munroe)2014-03-2911-13/+23
* Remove the "thin ice" logic from the block locators.Eevee (Alex Munroe)2014-03-293-71/+5
* Made the speedups module Unicode-aware!Eevee (Alex Munroe)2014-03-2912-236/+186
* Make the internals all use unicode, even on py2.Eevee (Alex Munroe)2014-03-297-13/+74
* Fix @each with nested lists. Fixes #257.Eevee (Alex Munroe)2014-03-294-11/+37
* Merge pull request #270 from fusionbox/nonascii-scssEevee2014-03-291-0/+11
|\
| * Added failing test for unicode encoded SCSSRocky Meza2014-03-231-0/+11
* | We actually require 2.6; str.format didn't exist in 2.5.Eevee (Alex Munroe)2014-03-291-1/+1
* | Change a test that happens to tickle how round() changed in py3.Eevee (Alex Munroe)2014-03-292-3/+3
* | Fixed a variety of bytes/str errors in Py3, mostly due to images.Eevee (Alex Munroe)2014-03-298-40/+55
|/
* Merge pull request #247 from ktmud/fix-extendGermán M. Bravo2014-03-183-1/+17
|\
| * filter empty placeholder selectorsJesse Yang2014-03-193-1/+17
|/