jmoiron plays the blues

12d9531e to pyxie adding a ton of options to pyxie that are mostly unimplemented
ff8f7a20 to pyxie adding BoxField for box packing to packer (untested)
32d33e2b to pyxie fixes to add padding to vertical sprites; i'm going to need to change these, and make more special fields, that horizontally, vertically, with padding, and with different image justifications (justify left vs right)
1f2b5694 to pyxie add ability to use an image list file to pyxie binary, fix a packing problem when we get into a situation where we've packed from the bottom going upwards; we fail to mark the corners correctly, and need an overlap check in the collision function; might be a good idea to mark the corners in this case, provided we can figure out which rectangle we're trying to place on
11b697ee to pyxie adding a css comment with a timestamp and the command line to the style output
74c99c5d to pyxie fix for gif output
af152d01 to pyxie add support for sass output
27b9cb1b to pyxie add support for vertical tiling for x-repeat backgrounds
0152f0eb to pyxie modifications to print out stats
6012ee39 to pyxie adding the pyxie script and some support for the pyxie script
56dbc6d1 to pyxie add html output, fix unpacking of first option in packer, add scripts to setup.py
b5eff686 to pyxie working packer and pixietest, not showing any collisions on combining 56 images into a sprite
d2521bb6 to pyxie change collision detection; passes all tests but has some issues with a few cases that are not encoded in the tests
f99b622e to pyxie rename pyxie.py to sprite.py
a8bf789b to pyxie add pyxie.py, remove autopack from packer
cbc5a031 to pyxie packer is passing all tests
02e32bf4 to pyxie adding lots of packer stuff, fairly comprehensive tests for pyxie
#3 to paster-templates fix year in LICENSE template, fix setup.py to include the correct package data so it can be installed from hg
#2 to paster-templates add templates.py to modules in setup.py
d0a94e77 to pyxie fixed a typo, adding the placement to the top_right and bottom_left placement functions
793b6ed0 to pyxie adding a point class, some collision detection...
170500ed to pyxie more packer stub stuff to packer.py
bc2590a3 to pyxie adding pyxie files