aboutsummaryrefslogtreecommitdiff
path: root/src/app.rs
Commit message (Expand)AuthorAgeFilesLines
...
* read and write to .obi filesAkshay2021-03-171-10/+24
* add dither_level to app state, integrate with brushesAkshay2021-03-161-4/+29
* factor out common utils into moduleAkshay2021-03-151-30/+5
* ui changes: symmetry lines and brush size indicatorAkshay2021-03-151-62/+66
* add basic statusline widget; text drawing supportAkshay2021-03-141-10/+98
* add symmetry optionsAkshay2021-03-141-7/+53
* simplify mvc modelAkshay2021-03-141-78/+69
* factor out line and circle drawing into bitmapAkshay2021-03-131-62/+53
* refactor to use pixmap over Vec<bool>Akshay2021-03-131-72/+48
* initAkshay2021-03-121-0/+447