Age | Commit message (Expand) | Author |
---|---|---|
2023-01-31 | Reimplement editor_prompt and 'Save as' using the new prompt modeHEADmaster | cflip |
2023-01-31 | Rename the 'command mode' to 'prompt mode' | cflip |
2023-01-31 | Add a function to handle changing the editor mode | cflip |
2023-01-31 | Start implementing editor commands | cflip |
2023-01-30 | Move unsaved quit warning to editor.c | cflip |
2023-01-25 | Rename `append_buffer` to textbuf | cflip |
2023-01-18 | Refactor text rendering code | cflip |
2023-01-17 | Allow window to be resizable | cflip |
2023-01-17 | Rename 'rows' to 'lines' everywhere | cflip |
2023-01-16 | Ignore first keypress after entering insert mode | cflip |
2023-01-16 | Implement some more commands from vim | cflip |
2023-01-12 | Clean up editor_state's memory on teardown | cflip |
2023-01-12 | Make the editor modal and refactor keyboard events | cflip |
2023-01-12 | Move cursor movement into separate functions | cflip |
2023-01-08 | Use C-style include guards instead of #pragma once | cflip |
2023-01-08 | Initial import of existing source code | cflip |