aboutsummaryrefslogtreecommitdiff
path: root/src/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* add `selection-start` and `selection-end` primitivesAkshay2021-04-121-2/+3
* add rect select brush and keybindsAkshay2021-04-111-0/+16
* apply clippy lintsAkshay2021-04-061-3/+3
* speed up pixmap drawing!Akshay2021-04-041-0/+33
* fix reflect figureAkshay2021-04-031-1/+1
* keybind F cycles brush insteadAkshay2021-04-021-1/+1
* integrate pico args to mainAkshay2021-03-311-2/+19
* add assert primitive; pass state in EvaluatorAkshay2021-03-301-2/+6
* use Display trait instead of Debug to show errors on mainAkshay2021-03-301-6/+38
* fix: sdl panics on empty string drawingAkshay2021-03-291-2/+14
* add better brush drawing feedbackAkshay2021-03-281-1/+1
* feat: basic command mode, add text box primitivesAkshay2021-03-171-1/+16
* read and write to .obi filesAkshay2021-03-171-1/+1
* factor out common utils into moduleAkshay2021-03-151-0/+30