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
/
main.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
add basic user-definable keybinds
Akshay
2021-05-08
1
-0
/
+1
|
*
clippy lint; add `get-pixel` primitive
Akshay
2021-04-18
1
-1
/
+2
|
*
introduce modulus arithmetic to std lisp
Akshay
2021-04-10
1
-1
/
+6
|
*
use floating angles
Akshay
2021-04-07
1
-0
/
+1
|
*
apply clippy lints
Akshay
2021-04-06
1
-4
/
+4
|
*
implement brush size caching
Akshay
2021-04-03
1
-0
/
+1
|
*
add widget and container primitives
Akshay
2021-04-02
1
-0
/
+2
|
*
integrate pico args to main
Akshay
2021-03-31
1
-40
/
+41
|
*
use Display trait instead of Debug to show errors on main
Akshay
2021-03-30
1
-34
/
+31
|
*
add better brush drawing feedback
Akshay
2021-03-28
1
-1
/
+1
|
*
add new brush type
Akshay
2021-03-28
1
-0
/
+1
|
*
missing else
Akshay
2021-03-27
1
-0
/
+1
|
*
impl message colors; reading file path on load
Akshay
2021-03-25
1
-3
/
+6
|
*
add logger
Akshay
2021-03-23
1
-2
/
+19
|
*
implement message display and types
Akshay
2021-03-23
1
-1
/
+3
|
*
feat: basic command mode, add text box primitives
Akshay
2021-03-17
1
-1
/
+35
|
*
add dither_level to app state, integrate with brushes
Akshay
2021-03-16
1
-1
/
+2
|
*
factor out common utils into module
Akshay
2021-03-15
1
-1
/
+2
|
*
ui changes: symmetry lines and brush size indicator
Akshay
2021-03-15
1
-0
/
+1
|
*
add basic statusline widget; text drawing support
Akshay
2021-03-14
1
-1
/
+2
|
*
refactor to use pixmap over Vec<bool>
Akshay
2021-03-13
1
-0
/
+1
|
*
init
Akshay
2021-03-12
1
-0
/
+10