Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `Motion` concept in `core::text::editor` | 2023-09-13 | 1 | -24/+82 | |
* | Implement `Cursor::Selection` calculation in `Editor::cursor` | 2023-09-13 | 1 | -3/+115 | |
* | Fix subline positioning in `Editor::cursor` | 2023-09-12 | 1 | -1/+1 | |
* | Fix cursor offset with `Affinity::After` at the end of lines in `Editor::cursor` | 2023-09-12 | 1 | -1/+4 | |
* | Return `Cursor::Caret` if selection matches cursor position in `Editor::cursor` | 2023-09-12 | 1 | -5/+8 | |
* | Add `Enter` variant to `Action` in `text::Editor` | 2023-09-12 | 1 | -0/+1 | |
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -0/+327 |