Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colors.py
Commit message (Collapse)AuthorAgeFilesLines
* Pass non-utf8 strings to C libraryAleksey Lim2009-03-151-3/+3
|
* Binary blobs rock'n'rollAleksey Lim2009-03-151-1/+7
|
* Use simplejson instead of json-py to satisfy python26Aleksey Lim2009-03-051-2/+8
|
* Resolution independent palette.Live System User2009-02-261-7/+7
|
* Remove dependency on pygame (unused currently).Wade Brainerd2009-02-201-3/+0
|
* Support 24/32 screen depths in color picker; optimizationAleksey Lim2009-02-201-2/+2
|
* Add Makefile to build binary package in convenient wayAleksey Lim2009-02-201-1/+1
|
* Bug fixes.Wade Brainerd2008-12-211-10/+12
|
* Bug fixing.Wade Brainerd2008-12-211-37/+56
|
* Optimizations, bug fixes, etc.olpc2008-12-111-136/+163
|
* Allow stored color retrieval to work at the Brush Controls panel.olpc2008-12-081-3/+7
|
* Canvas optimizations.olpc2008-12-081-55/+146
|
*