| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-06 | failed to update tests on last one | Albert Cervin | |
| 2023-03-17 | Implement support for languages | Albert Cervin | |
| Uses the settings system to implement a small system for per-language settings. | |||
| 2023-02-25 | Introduce vec and hashmap | Albert Cervin | |
| Convenience macros for a hashmap and a growable vector. | |||
| 2023-02-21 | Implement support for settings | Albert Cervin | |
| Settings are a flat "dictionary" containing paths to settings on the format: <category>.<sub-category>.<setting>. | |||
| 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-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. | |||
| 2023-01-26 | More tests and documentation | Albert Cervin | |
| Also, split out platform-specific parts and add mocks for tests. | |||
| 2023-01-23 | Add more tests and documentation | Albert Cervin | |
| Both doxygen and man page | |||
| 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-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 | |
