aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* add widget and container primitivesAkshay2021-04-021-0/+2
|
* integrate pico args to mainAkshay2021-03-311-40/+41
|
* use Display trait instead of Debug to show errors on mainAkshay2021-03-301-34/+31
|
* add better brush drawing feedbackAkshay2021-03-281-1/+1
|
* add new brush typeAkshay2021-03-281-0/+1
|
* missing elseAkshay2021-03-271-0/+1
|
* impl message colors; reading file path on loadAkshay2021-03-251-3/+6
|
* add loggerAkshay2021-03-231-2/+19
|
* implement message display and typesAkshay2021-03-231-1/+3
|
* feat: basic command mode, add text box primitivesAkshay2021-03-171-1/+35
|
* add dither_level to app state, integrate with brushesAkshay2021-03-161-1/+2
|
* factor out common utils into moduleAkshay2021-03-151-1/+2
|
* ui changes: symmetry lines and brush size indicatorAkshay2021-03-151-0/+1
|
* add basic statusline widget; text drawing supportAkshay2021-03-141-1/+2
|
* refactor to use pixmap over Vec<bool>Akshay2021-03-131-0/+1
|
* initAkshay2021-03-121-0/+10