Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colors.py
Commit message (Collapse)AuthorAgeFilesLines
* Disable videopaint when camera cannot be found.Wade Brainerd2009-12-091-0/+2
|
* Add Help panel showing keyboard controls.Wade Brainerd2009-12-091-1/+74
|
* Fix startup on non-XO (ignore bundled Pygame).Wade Brainerd2009-12-071-3/+10
| | | | Show webpage when Gallery is launched.
* Add link to Colors gallery.Wade Brainerd2009-12-071-0/+30
|
* Redo bits of the keyboard map.Wade Brainerd2009-12-071-20/+64
|
* Update TODO list.Wade Brainerd2009-12-071-17/+84
| | | | | Add Undo button. Fix some minor bugs, slight code reorganization.
* WIP on a couple things... videopaint improvements, undo buttonWade Brainerd2009-12-061-45/+77
|
* Merge branch 'master' of git://git.sugarlabs.org/colors/videopaintWade Brainerd2009-10-311-79/+85
|\ | | | | | | | | Conflicts: colors.py
| * added pressure sensitivitynrp2009-01-201-1/+3
| |
| * draws, but cursor is offsetnrp2009-01-191-6/+18
| |
| * cursor movement with camera, but not yet clickingolpc2009-01-171-16/+57
| |
* | Add Keep to PNG to activity toolbar.Wade Brainerd2009-10-021-0/+46
| |
* | Clamp pressure against 1.0.Wade Brainerd2009-10-011-0/+1
| | | | | | | | Was seeing values of infinity on jhbuild.
* | Use python version to separate binary blobsAleksey Lim2009-03-171-7/+1
| |
* | Ignore fake pressureAleksey Lim2009-03-151-1/+7
| |
* | 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
|
*