summaryrefslogtreecommitdiffstats
path: root/libdimension-python/wrapper.pyx
Commit message (Expand)AuthorAgeFilesLines
* Hide the presence of dimension.wrapper from wrapper types.Tavian Barnes2011-12-051-1634/+0
* Use a separate class for sRGB colors.Tavian Barnes2011-12-041-66/+96
* Add .intensity() and .gray() methods to Colors.Tavian Barnes2011-12-011-0/+5
* Be more consistent about using sRGB in the client.Tavian Barnes2011-11-281-11/+12
* Get rid of dmnsn_color_is_black().Tavian Barnes2011-11-071-4/+0
* Let Future objects be used as context managers.Tavian Barnes2011-11-041-0/+8
* Don't hold the GIL for blocking operations.Tavian Barnes2011-11-031-2/+6
* Ship dimension client inside the Python package.Tavian Barnes2011-10-311-0/+1590