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 (
Expand
)
Author
Age
Files
Lines
*
fix center_mouse to behave well outside drawing area
tab-complete
lisp/set
Akshay
2021-05-18
1
-7
/
+13
*
implement reverse cycle through completions
Akshay
2021-05-17
1
-1
/
+4
*
add tab to complete env variables
Akshay
2021-05-17
1
-11
/
+7
*
rework arity errors
Akshay
2021-05-13
1
-0
/
+3
*
add new pan operation: center_mouse
Akshay
2021-05-09
1
-13
/
+15
*
add basic user-definable keybinds
Akshay
2021-05-08
1
-22
/
+47
*
add middle mouse pan
Akshay
2021-05-04
1
-0
/
+13
*
add minimap/preview box, lisp function to toggle
Akshay
2021-05-01
1
-0
/
+36
*
cache entire brush info
Akshay
2021-04-25
1
-3
/
+4
*
add `export-png` primitive
Akshay
2021-04-25
1
-2
/
+1
*
readd cursor; compress images with RLE
Akshay
2021-04-20
1
-3
/
+2
*
hide cursor in canvas
Akshay
2021-04-18
1
-0
/
+2
*
clippy lint; add `get-pixel` primitive
Akshay
2021-04-18
1
-7
/
+1
*
add `selection-start` and `selection-end` primitives
Akshay
2021-04-12
1
-37
/
+52
*
add rect select brush and keybinds
Akshay
2021-04-11
1
-46
/
+130
*
use floating angles
Akshay
2021-04-07
1
-39
/
+11
*
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
[next]