Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `Copy` and `Paste` actions for `text::Editor` | 2023-09-16 | 1 | -1/+4 | |
* | Implement methods to query the contents of a `TextEditor` | 2023-09-16 | 1 | -0/+6 | |
* | Remove `Editor::min_bounds` and use `bounds` instead | 2023-09-14 | 1 | -14/+0 | |
* | Handle motions when a selection is present in `text::Editor` | 2023-09-14 | 1 | -0/+23 | |
* | Introduce `Motion` concept in `core::text::editor` | 2023-09-13 | 1 | -8/+30 | |
* | Add `Enter` variant to `Action` in `text::Editor` | 2023-09-12 | 1 | -0/+1 | |
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 2 | -0/+127 |