Age | Commit message (Expand) | Author |
---|---|---|
2023-01-12 | Move cursor movement into separate functions | cflip |
2023-01-11 | Use the new error function with the new window and font code | cflip |
2023-01-11 | Remove all terminal-related code | cflip |
2023-01-11 | Get editor size from the window instead of the terminal | cflip |
2023-01-11 | Don't try to draw newline characters | cflip |
2023-01-10 | Parse unicode tables in PSF fonts | cflip |
2023-01-10 | Improve makefile | cflip |
2023-01-10 | Use PSF instead of BSF format for fonts | cflip |
2023-01-09 | Implement basic keyboard event handling | cflip |
2023-01-08 | Hook up the editor output to the window | cflip |
2023-01-08 | Compile with debug information enabled | cflip |
2023-01-08 | Connect the window and font code to the editor's main function | cflip |
2023-01-08 | Create a simple bitmap font reader and renderer | cflip |
2023-01-08 | Use C-style include guards instead of #pragma once | cflip |
2023-01-08 | Initial import of existing source code | cflip |