| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-15 | Fix newline handling again | Albert Cervin | |
| 2023-02-15 | Fix double free | Albert Cervin | |
| 2023-02-15 | Implement undo | Albert Cervin | |
| This also fixes a bunch of valgrind errors | |||
| 2023-02-11 | Fix text to work more like GNU Emacs | Albert Cervin | |
| This means that empty lines are not added until they have content. | |||
| 2023-02-03 | Make sure text can have 0 lines | Albert Cervin | |
| It was a non-needed limitation | |||
| 2023-02-02 | Add kill-ring pasting | Albert Cervin | |
| M-y can cycle through earlier cut/copies. Also fix minibuffer tokenization error and error when deleting text. Vertical scrolling also works as it should now. | |||
| 2023-01-31 | Fixes to copy-paste | Albert Cervin | |
| It would crash on multi-line copy. | |||
| 2023-01-31 | Implement mark and copy-paste | Albert Cervin | |
| Also fix some memory leaks | |||
| 2023-01-29 | More tests and documentation | Albert Cervin | |
| Also improve find file and switch buffer a bit. Implement word backward/forward. | |||
| 2022-12-21 | wip render rework | Albert Cervin | |
| 2022-12-17 | Some text fixes | Albert Cervin | |
| 2022-12-15 | Make minibuffer use an actual buffer | Albert Cervin | |
| Also fix some issues with inserting multibyte chars. | |||
| 2022-12-13 | Implement scrolling | Albert Cervin | |
| Buffer now scrolls correcly when reaching top or bottom and puts dot at the middle of the screen. | |||
| 2022-12-06 | Add minibuffer | Albert Cervin | |
| 2022-11-25 | Rework delete logic a bit | Albert Cervin | |
| It now handles a range of characters and correctly merges lines. It is not the most slick implementation but it works as a start. | |||
| 2022-11-16 | 🎉 And so it begins | Albert Cervin | |
