summaryrefslogtreecommitdiff
path: root/scss/functions/compass/sprites.py
Commit message (Expand)AuthorAgeFilesLines
* Move Compass to an extension.Eevee (Alex Munroe)2014-08-271-566/+0
* Win32 / Py3 compatThomas Khyn2014-08-251-0/+5
* Allow multiple globs (separated by comma) as sprite map and font sheet sourcesGerman M. Bravo2014-06-101-15/+41
* Added has-glyph, glyph-classes, has-sprite and sprite-classes functions.German M. Bravo2014-04-281-2/+18
* Sprite sheets didn't properly initialized sizes the first timeGerman M. Bravo2014-04-281-1/+2
* Add some unicode_literals, fix some str()s.Eevee (Alex Munroe)2014-03-291-1/+1
* Fixed a variety of bytes/str errors in Py3, mostly due to images.Eevee (Alex Munroe)2014-03-291-6/+4
* Added memoized getmtime() (using tmemoize decorator). Callable IMAGES_ROOT, F...German M. Bravo2014-01-131-6/+2
* Undefined asset fixGerman M. Bravo2013-10-081-0/+1
* Interpolate selectors BEFORE substituting variables.Eevee (Alex Munroe)2013-10-031-0/+1
* Possibly fix sprite-map() and use of offset arguments.Eevee (Alex Munroe)2013-10-031-2/+2
* Remove Number.unit.Eevee (Alex Munroe)2013-08-221-6/+6
* Added inline sprite mapsGerman M. Bravo2013-08-181-14/+39
* Added $cache-buster argument to sprite map functionsGerman M. Bravo2013-08-181-6/+16
* url() is generated the same way always nowGerman M. Bravo2013-08-181-1/+1
* Sprite maps position doing something...German M. Bravo2013-08-171-10/+9
* Sprite map functions return listsGerman M. Bravo2013-08-161-17/+13
* Sprite maps fixedGerman M. Bravo2013-08-161-9/+9
* Fixed image-url()'s src-colorGerman M. Bravo2013-08-161-1/+1
* Removed legacy StringValue, ColorValue, *Value classesGerman M. Bravo2013-08-161-49/+48
* Values and native types missmatch fixesGerman M. Bravo2013-08-131-7/+11
* Updated units checkGerman M. Bravo2013-08-131-2/+2
* Sprite maps take multiple argumentsGerman M. Bravo2013-08-131-1/+1
* Clean up ListValue, rename to List.Eevee (Alex Munroe)2013-08-081-27/+9
* Test suite passes (as well as it did before) on Py3!Eevee (Alex Munroe)2013-08-021-0/+2
* Make padding the default for spacingGerman M. Bravo2013-05-081-20/+20
* Check dst-colors exist and if there is alpha channel in the sourcesGerman M. Bravo2013-05-081-6/+11
* Sprite maps generation checks for sprite map asset filesGerman M. Bravo2013-05-081-28/+30
* Using proper alpha composition and colors translation for sprites collapsingGerman M. Bravo2013-05-081-22/+60
* Improved parameters and documentation for sprite-map()German M. Bravo2013-05-081-37/+102
* Change destiny color fixed to cover the whole new imageGerman M. Bravo2013-05-071-2/+2
* Sprite map layouts addedGerman M. Bravo2013-05-071-173/+102
* Using cPickle for cache, if availableGerman M. Bravo2013-05-071-2/+5
* Missing imports and PEP 8 cleanupsGerman M. Bravo2013-05-071-1/+1
* Sprite map code reorganized (small optimizations and added diagonal direction)German M. Bravo2013-05-061-76/+140
* Big Sass function breakout.Eevee2013-02-211-0/+399