aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* add better brush color management. fix issues with procrfork. replace ↵HEADmasterrodri2020-07-011-8/+9
| | | | | | procexecl with execl. fclamp is now part of libgeometry so get rid of it.
* avoid zero zooming. import differential and zoom drawing from paint(1). make ↵rodri2020-06-181-10/+140
| | | | new layers transparent by default. minor fixes.
* integrate color selection with sigrid's color picker.rodri2020-06-171-7/+39
| | | | also revert previous change. it was an stupid idea.
* unnecessary check.rodri2020-06-171-6/+4
|
* added debugging stats. more hud changes.rodri2020-06-161-0/+25
|
* started work on zooming and a textual hud.rodri2020-06-161-10/+13
|
* improved enter(2) handling.rodri2020-06-161-16/+18
|
* add save rmb menu option.rodri2020-06-151-5/+18
|
* change brush color and improve stroke painting.rodri2020-06-151-2/+14
|
* move the canvas with mmb.rodri2020-06-151-1/+18
|
* move the mmb menu over to rmb. allow for drawing over the current layer.rodri2020-06-151-41/+75
|
* now it's possible to paint on any given layer. also changed worldrf.rodri2020-06-141-19/+80
|
* fix layer image instantiation and canvas drawing rectangle.rodri2020-06-141-1/+1
|
* create a canvas and layers with the mouse. fixed some issues.rodri2020-06-141-7/+53
|
* added basic canvas and layer management.rodri2020-06-131-5/+39
|
* layout done. implemented some error-checking wrappers and started work on ↵rodri2020-06-121-0/+114
| | | | layers.
* initial commit.rodri2020-06-111-0/+21