Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Save file on `Cmd+S` in `editor` example | 2023-09-19 | 1 | -1/+14 | |
* | Simplify `editor` example | 2023-09-19 | 1 | -6/+6 | |
* | Use `Font::MONOSPACE` in `editor` example | 2023-09-18 | 1 | -1/+1 | |
* | Remove unnecessary `monospaced` flag in `Font` | 2023-09-18 | 1 | -4/+1 | |
* | Fix `clippy` lints | 2023-09-18 | 1 | -4/+4 | |
* | Flesh out the `editor` example a bit more | 2023-09-18 | 3 | -26/+269 | |
* | Implement theme selector in `editor` example | 2023-09-18 | 1 | -19/+82 | |
* | Fix unnecessary dereference in `editor` example | 2023-09-17 | 1 | -1/+1 | |
* | Implement syntax highlighting cache in `editor` example | 2023-09-17 | 1 | -25/+42 | |
* | Implement basic syntax highlighting with `syntect` in `editor` example | 2023-09-17 | 2 | -2/+170 | |
* | Implement `Copy` and `Paste` actions for `text::Editor` | 2023-09-16 | 1 | -1/+1 | |
* | Use `Theme::Dark` in `editor` example | 2023-09-13 | 1 | -1/+5 | |
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 2 | -0/+59 |