index
:
sdl-tests
lisp/set
master
render-thread
repeat
tab-complete
an un-named 1-bit pixel art editor
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bitmap.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
basic primitives to repeat last paint op
repeat
Akshay
2021-05-24
1
-1
/
+12
|
*
report manhattan dist. in line brush
Akshay
2021-05-19
1
-0
/
+7
|
*
add rect select brush and keybinds
Akshay
2021-04-11
1
-1
/
+1
|
*
use floating angles
Akshay
2021-04-07
1
-3
/
+3
|
*
apply clippy lints
Akshay
2021-04-06
1
-17
/
+5
|
*
basic support for adding guides
Akshay
2021-04-04
1
-1
/
+29
|
*
more functional flood fill, fix panicking mirror_about
Akshay
2021-04-03
1
-11
/
+17
|
*
fix rare index error, more functional flood fill algo
Akshay
2021-04-02
1
-17
/
+22
|
*
add better brush drawing feedback
Akshay
2021-03-28
1
-0
/
+28
|
*
implement flood fill; new fill brush
Akshay
2021-03-28
1
-8
/
+29
|
*
add invert function and keybinds
Akshay
2021-03-23
1
-0
/
+8
|
*
read and write to .obi files
Akshay
2021-03-17
1
-2
/
+1
|
*
refactor get_circle to draw filled & outline circles
Akshay
2021-03-15
1
-27
/
+23
|
*
add symmetry options
Akshay
2021-03-14
1
-1
/
+67
|
*
factor out line and circle drawing into bitmap
Akshay
2021-03-13
1
-1
/
+102
|
*
add pixmap module
Akshay
2021-03-13
1
-0
/
+89