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
*
apply clippy lints
Akshay
2021-04-06
1
-53
/
+48
|
*
draw grid and pixmap boundary separately
Akshay
2021-04-06
1
-20
/
+32
|
*
speed up pixmap drawing!
Akshay
2021-04-04
1
-27
/
+46
|
*
basic support for adding guides
Akshay
2021-04-04
1
-2
/
+6
|
*
implement brush size caching
Akshay
2021-04-03
1
-0
/
+33
|
*
fix symmetry calculations and uneven grid drawing
Akshay
2021-04-03
1
-19
/
+35
|
*
fix rare index error, more functional flood fill algo
Akshay
2021-04-02
1
-17
/
+24
|
*
add DottedList type, fix `cons` finally
Akshay
2021-04-02
1
-6
/
+0
|
*
keybind F cycles brush instead
Akshay
2021-04-02
1
-12
/
+10
|
*
statusline with container primitives, draw brush preview
Akshay
2021-04-02
1
-31
/
+55
|
*
introduce basic canvas primitive functions
Akshay
2021-03-31
1
-5
/
+5
|
*
initial support for rc.lisp
Akshay
2021-03-31
1
-6
/
+21
|
*
refactor to use Evaluator
Akshay
2021-03-30
1
-4
/
+10
|
*
add new catch-all error types
Akshay
2021-03-30
1
-12
/
+13
|
*
fix: sdl panics on empty string drawing
Akshay
2021-03-29
1
-12
/
+3
|
*
fix: handle unterminated strings gracefully
Akshay
2021-03-29
1
-2
/
+11
|
*
deprecate last_point
Akshay
2021-03-28
1
-4
/
+1
|
*
restructure Brush enum
Akshay
2021-03-28
1
-53
/
+48
|
*
add better brush drawing feedback
Akshay
2021-03-28
1
-38
/
+69
|
*
implement flood fill; new fill brush
Akshay
2021-03-28
1
-50
/
+89
|
*
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