aboutsummaryrefslogtreecommitdiff
path: root/src/bitmap.rs
Commit message (Expand)AuthorAgeFilesLines
* add rect select brush and keybindsAkshay2021-04-111-1/+1
* use floating anglesAkshay2021-04-071-3/+3
* apply clippy lintsAkshay2021-04-061-17/+5
* basic support for adding guidesAkshay2021-04-041-1/+29
* more functional flood fill, fix panicking mirror_aboutAkshay2021-04-031-11/+17
* fix rare index error, more functional flood fill algoAkshay2021-04-021-17/+22
* add better brush drawing feedbackAkshay2021-03-281-0/+28
* implement flood fill; new fill brushAkshay2021-03-281-8/+29
* add invert function and keybindsAkshay2021-03-231-0/+8
* read and write to .obi filesAkshay2021-03-171-2/+1
* refactor get_circle to draw filled & outline circlesAkshay2021-03-151-27/+23
* add symmetry optionsAkshay2021-03-141-1/+67
* factor out line and circle drawing into bitmapAkshay2021-03-131-1/+102
* add pixmap moduleAkshay2021-03-131-0/+89