| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | change result handling in mainHEADmaster | Nathan Reiner | 2024-12-09 |
| | | |||
| * | add error type to iobuffer | Nathan Reiner | 2024-12-07 |
| | | |||
| * | add default config | Nathan Reiner | 2024-12-07 |
| | | |||
| * | load first argument if given | Nathan Reiner | 2024-08-10 |
| | | |||
| * | fix loader open | Nathan Reiner | 2024-08-10 |
| | | |||
| * | code cleanup | Nathan Reiner | 2024-08-10 |
| | | |||
| * | imlement native csv loader | Nathan Reiner | 2024-08-10 |
| | | |||
| * | use unsafe blocks instead of mutexes | Nathan Reiner | 2024-08-10 |
| | | |||
| * | add global fileloader registry | Nathan Reiner | 2024-08-10 |
| | | |||
| * | refactore runnable | Nathan Reiner | 2024-08-08 |
| | | |||
| * | change set_line api from table to string | Nathan Reiner | 2024-08-08 |
| | | |||
| * | add shift modifier tag | Nathan Reiner | 2024-08-03 |
| | | |||
| * | add default return value to keymap | Nathan Reiner | 2024-08-03 |
| | | |||
| * | fix cursor rendering in editor | Nathan Reiner | 2024-08-03 |
| | | |||
| * | lua change require order | Nathan Reiner | 2024-08-03 |
| | | |||
| * | add cursor shape handling | Nathan Reiner | 2024-08-03 |
| | | |||
| * | add editor keymap | Nathan Reiner | 2024-08-03 |
| | | |||
| * | implement into_luamulti for cursor move | Nathan Reiner | 2024-08-03 |
| | | |||
| * | add keymap for view and global | Nathan Reiner | 2024-08-03 |
| | | |||
| * | change 'viewsheet' bindings to 'view' | Nathan Reiner | 2024-08-02 |
| | | |||
| * | fix editor deletion overflow issue | Nathan Reiner | 2024-08-02 |
| | | |||
| * | add editor theme and state lua bindings | Nathan Reiner | 2024-08-02 |
| | | |||
| * | add editor theme | Nathan Reiner | 2024-08-02 |
| | | |||
| * | add tui-cursor handling | Nathan Reiner | 2024-08-02 |
| | | |||
| * | fix view cursor boundry | Nathan Reiner | 2024-08-02 |
| | | |||
| * | remove unneeded `pub` | Nathan Reiner | 2024-08-02 |
| | | |||
| * | add bartheme and barstate to sheetview | Nathan Reiner | 2024-08-02 |
| | | |||
| * | do some clippy cleanups | Nathan Reiner | 2024-08-02 |
| | | |||
| * | sheetview add background theme parameter | Nathan Reiner | 2024-08-02 |
| | | |||
| * | implement new lua interface | Nathan Reiner | 2024-08-02 |
| | | |||
| * | add state which is shared with the lua environment | Nathan Reiner | 2024-08-02 |
| | | |||
| * | minor cleanup | Nathan Reiner | 2024-08-01 |
| | | |||
| * | add insert prompt | Nathan Reiner | 2024-08-01 |
| | | |||
| * | use EvalTo for all sheetview config values | Nathan Reiner | 2024-08-01 |
| | | |||
| * | fix cell typing | Nathan Reiner | 2024-08-01 |
| | | |||
| * | fix command cancel rendering | Nathan Reiner | 2024-08-01 |
| | | |||
| * | add evalsto | Nathan Reiner | 2024-08-01 |
| | | |||
| * | add statusbar widget | Nathan Reiner | 2024-07-28 |
| | | |||
| * | add neosheetrc support | Nathan Reiner | 2024-07-26 |
| | | |||
| * | implement simple log view | Nathan Reiner | 2024-07-25 |
| | | |||
| * | editor add scrolling | Nathan Reiner | 2024-07-25 |
| | | |||
| * | run prettifier | Nathan Reiner | 2024-07-25 |
| | | |||
| * | editor add syntax highlighting using treesitter | Nathan Reiner | 2024-07-25 |
| | | |||
| * | luaeditor add autoindent | Nathan Reiner | 2024-07-25 |
| | | |||
| * | only multithread if overhead is small enough | Nathan Reiner | 2024-07-25 |
| | | |||
| * | use lua prelude | Nathan Reiner | 2024-07-25 |
| | | |||
| * | use call return schema on lua evaluation | Nathan Reiner | 2024-07-25 |
| | | |||
| * | first sketch | Nathan Reiner | 2024-07-25 |