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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix empty command exec bug
Akshay
2021-03-20
1
-10
/
+9
|
*
begin work on parser
Akshay
2021-03-20
3
-7
/
+262
|
*
factor out types into expr.rs
Akshay
2021-03-20
2
-40
/
+90
|
*
begin work on scripting lisp
Akshay
2021-03-19
4
-0
/
+423
|
*
add grid centering keybind
Akshay
2021-03-19
1
-17
/
+35
|
*
render cursor to command box, add readline keybinds
Akshay
2021-03-18
2
-8
/
+70
|
*
add history to command mode
Akshay
2021-03-18
2
-10
/
+138
|
*
feat: basic command mode, add text box primitives
Akshay
2021-03-17
4
-99
/
+396
|
*
read and write to .obi files
Akshay
2021-03-17
4
-17
/
+30
|
*
add dither_level to app state, integrate with brushes
Akshay
2021-03-16
2
-5
/
+31
|
*
add dithering primitives
Akshay
2021-03-16
1
-0
/
+67
|
*
factor out common utils into module
Akshay
2021-03-15
3
-31
/
+37
|
*
ui changes: symmetry lines and brush size indicator
Akshay
2021-03-15
3
-67
/
+76
|
*
refactor get_circle to draw filled & outline circles
Akshay
2021-03-15
2
-27
/
+65
|
*
add basic statusline widget; text drawing support
Akshay
2021-03-14
3
-11
/
+101
|
*
add symmetry options
Akshay
2021-03-14
2
-8
/
+120
|
*
simplify mvc model
Akshay
2021-03-14
1
-78
/
+69
|
*
factor out line and circle drawing into bitmap
Akshay
2021-03-13
3
-66
/
+160
|
*
refactor to use pixmap over Vec<bool>
Akshay
2021-03-13
3
-74
/
+51
|
*
add pixmap module
Akshay
2021-03-13
1
-0
/
+89
|
*
init
Akshay
2021-03-12
4
-0
/
+596