aboutsummaryrefslogtreecommitdiff
path: root/canvas.c
Commit message (Collapse)AuthorAgeFilesLines
* avoid zero zooming. import differential and zoom drawing from paint(1). make ↵rodri2020-06-181-1/+1
| | | | new layers transparent by default. minor fixes.
* add save rmb menu option.rodri2020-06-151-0/+11
|
* move the mmb menu over to rmb. allow for drawing over the current layer.rodri2020-06-151-1/+16
|
* now it's possible to paint on any given layer. also changed worldrf.rodri2020-06-141-10/+15
|
* create a canvas and layers with the mouse. fixed some issues.rodri2020-06-141-0/+1
|
* added basic canvas and layer management.rodri2020-06-131-0/+30