summaryrefslogtreecommitdiff
path: root/sys/src/cmd/paint.c
AgeCommit message (Collapse)Author
2014-02-21fork filter procs with RFREND in various programscinap_lenrek
2013-06-28paint: cleanupcinap_lenrek
2013-06-26paint: restore color channel on undo after conversion thru pipecinap_lenrek
converting image thru pipe would not properly restore the original color channel on undo. like |iconv -c k8 would still be grayscale after undo.
2013-06-16paint: limit zoom to 12 stepscinap_lenrek
2012-07-23paint: cleanup floodfillcinap_lenrek
2012-07-22paint: wait for mouseup after floodfillcinap_lenrek
2012-07-22paint: floodfillcinap_lenrek
2012-07-19paint: new paint program featuring endless canvas, zoom, palette and use of ↵cinap_lenrek
external commands
2012-07-09paint: only three remote holes in the default install, in a heck of a long time!stanley lieber
2012-07-09paint: only two remote holes in the default install, in a heck of a long time!stanley lieber
2012-03-02paint: add 'c' and 'f'stanley lieber
2012-03-01paint: cause 's' to prompt with the file name if paint is invoked with a ↵stanley lieber
file name as its argument
2012-02-29paint: cleanup; don't sysfatal() on non-fatal errorsstanley lieber
2012-02-27paint: open existing files for editingstanley lieber
2011-12-09paint: add selectable brush sizesstanley lieber
2011-12-10handle initdraw errorscinap_lenrek
2011-10-31add paint(1)stanley lieber