| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce CPU usage by waiting for an eventHEADmaster | Wesley Moore | 2022-11-26 | 1 | -315/+327 |
* | report manhattan dist. in line brush | Akshay | 2021-05-19 | 3 | -4/+13 |
* | fix center_mouse to behave well outside drawing areatab-completelisp/set | Akshay | 2021-05-18 | 1 | -7/+13 |
* | fix `set!` routine | Akshay | 2021-05-18 | 2 | -18/+33 |
* | implement reverse cycle through completions | Akshay | 2021-05-17 | 2 | -4/+7 |
* | add tab to complete env variables | Akshay | 2021-05-17 | 4 | -11/+172 |
* | rework arity errors | Akshay | 2021-05-13 | 5 | -124/+104 |
* | new `mouse` and `center-mouse` lisp primitives | Akshay | 2021-05-09 | 1 | -0/+17 |
* | add new pan operation: center_mouse | Akshay | 2021-05-09 | 1 | -13/+15 |
* | add cargo-watch to env | Akshay | 2021-05-08 | 3 | -5/+6 |
* | add basic user-definable keybinds | Akshay | 2021-05-08 | 6 | -27/+237 |
* | add middle mouse pan | Akshay | 2021-05-04 | 1 | -0/+13 |
* | add minimap/preview box, lisp function to toggle | Akshay | 2021-05-01 | 2 | -0/+45 |
* | cache entire brush info | Akshay | 2021-04-25 | 2 | -4/+7 |
* | add `export-png` primitive | Akshay | 2021-04-25 | 5 | -5/+69 |
* | readd cursor; compress images with RLE | Akshay | 2021-04-20 | 3 | -5/+4 |
* | hide cursor in canvas | Akshay | 2021-04-18 | 1 | -0/+2 |
* | clippy lint; add `get-pixel` primitive | Akshay | 2021-04-18 | 4 | -15/+57 |
* | change function bodies to be single expresssion | Akshay | 2021-04-15 | 4 | -11/+12 |
* | add `selection-start` and `selection-end` primitives | Akshay | 2021-04-12 | 9 | -103/+165 |
* | add rect select brush and keybinds | Akshay | 2021-04-11 | 4 | -50/+163 |
* | introduce modulus arithmetic to std lisp | Akshay | 2021-04-10 | 3 | -8/+18 |
* | add backwards compat to legacy nix commands | Akshay | 2021-04-10 | 4 | -0/+47 |
* | add std lisp tests | Akshay | 2021-04-10 | 1 | -0/+17 |
* | add `for` primitive | Akshay | 2021-04-10 | 3 | -1/+82 |
* | fix iso grid scaling | Akshay | 2021-04-08 | 1 | -17/+15 |
* | rework nix flake | Akshay | 2021-04-08 | 10 | -56/+90 |
* | implement iso grids; lisp primitives to manipulate grids | Akshay | 2021-04-07 | 2 | -0/+118 |
* | use floating angles | Akshay | 2021-04-07 | 4 | -42/+16 |
* | apply clippy lints | Akshay | 2021-04-06 | 18 | -348/+344 |
* | draw grid and pixmap boundary separately | Akshay | 2021-04-06 | 4 | -23/+61 |
* | speed up pixmap drawing! | Akshay | 2021-04-04 | 2 | -27/+79 |
* | basic support for adding guides | Akshay | 2021-04-04 | 5 | -13/+76 |
* | fix reflect figure | Akshay | 2021-04-03 | 2 | -2/+2 |
* | implement brush size caching | Akshay | 2021-04-03 | 3 | -0/+37 |
* | fix symmetry calculations and uneven grid drawing | Akshay | 2021-04-03 | 1 | -19/+35 |
* | more functional flood fill, fix panicking mirror_about | Akshay | 2021-04-03 | 1 | -11/+17 |
* | fix rare index error, more functional flood fill algo | Akshay | 2021-04-02 | 2 | -34/+46 |
* | fmt | Akshay | 2021-04-02 | 2 | -6/+8 |
* | get latest rustfmt | Akshay | 2021-04-02 | 3 | -5/+6 |
* | add DottedList type, fix `cons` finally | Akshay | 2021-04-02 | 3 | -20/+58 |
* | add rylander dithering, `define` macro, begin work on guides. | Akshay | 2021-04-02 | 3 | -24/+72 |
* | keybind F cycles brush instead | Akshay | 2021-04-02 | 2 | -13/+11 |
* | statusline with container primitives, draw brush preview | Akshay | 2021-04-02 | 1 | -31/+55 |
* | add widget and container primitives | Akshay | 2021-04-02 | 2 | -0/+133 |
* | bump to latest rustc | Akshay | 2021-04-02 | 3 | -11/+11 |
* | introduce basic canvas primitive functions | Akshay | 2021-03-31 | 5 | -6/+63 |
* | add let forms | Akshay | 2021-03-31 | 1 | -0/+45 |
* | hopefully fix quote for the last time | Akshay | 2021-03-31 | 2 | -13/+31 |
* | integrate pico args to main | Akshay | 2021-03-31 | 2 | -42/+60 |