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
/
app.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
use new error kinds; track Environment nesting with stack
Akshay
2021-03-25
1
-27
/
+35
|
*
new quit primitive
Akshay
2021-03-24
1
-2
/
+5
|
*
rename env to eval, add div operator
Akshay
2021-03-24
1
-4
/
+3
|
*
logging stuff
Akshay
2021-03-24
1
-1
/
+1
|
*
expose functions to lisp interface, add primitives with macros
Akshay
2021-03-23
1
-28
/
+23
|
*
implement message display and types
Akshay
2021-03-23
1
-12
/
+39
|
*
add invert function and keybinds
Akshay
2021-03-23
1
-20
/
+24
|
*
fix empty command exec bug
Akshay
2021-03-20
1
-10
/
+9
|
*
add grid centering keybind
Akshay
2021-03-19
1
-17
/
+35
|
*
render cursor to command box, add readline keybinds
Akshay
2021-03-18
1
-5
/
+28
|
*
add history to command mode
Akshay
2021-03-18
1
-1
/
+6
|
*
feat: basic command mode, add text box primitives
Akshay
2021-03-17
1
-97
/
+211
|
*
read and write to .obi files
Akshay
2021-03-17
1
-10
/
+24
|
*
add dither_level to app state, integrate with brushes
Akshay
2021-03-16
1
-4
/
+29
|
*
factor out common utils into module
Akshay
2021-03-15
1
-30
/
+5
|
*
ui changes: symmetry lines and brush size indicator
Akshay
2021-03-15
1
-62
/
+66
|
*
add basic statusline widget; text drawing support
Akshay
2021-03-14
1
-10
/
+98
|
*
add symmetry options
Akshay
2021-03-14
1
-7
/
+53
|
*
simplify mvc model
Akshay
2021-03-14
1
-78
/
+69
|
*
factor out line and circle drawing into bitmap
Akshay
2021-03-13
1
-62
/
+53
|
*
refactor to use pixmap over Vec<bool>
Akshay
2021-03-13
1
-72
/
+48
|
*
init
Akshay
2021-03-12
1
-0
/
+447