| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `LineEnding` to `editor` and fix inconsistencies | Héctor Ramón Jiménez | 2025-01-28 | 1 | -1/+40 |
* | Add `text::Wrapping` support | Héctor Ramón Jiménez | 2024-09-04 | 1 | -1/+2 |
* | Add `placeholder` support to `text_editor` widget | Héctor Ramón Jiménez | 2024-07-24 | 1 | -0/+3 |
* | add SelectAll to TextEditor | PgBiel | 2024-07-08 | 1 | -0/+2 |
* | Fix wrapped lines not being considered when measuring `TextEditor` | Héctor Ramón Jiménez | 2024-02-07 | 1 | -0/+4 |
* | Fix intra-doc broken links | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+1 |
* | Write documentation for the new text APIs | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+50 |
* | Implement `Scroll` action in `text::editor` | Héctor Ramón Jiménez | 2023-09-19 | 1 | -0/+1 |
* | Flesh out the `editor` example a bit more | Héctor Ramón Jiménez | 2023-09-18 | 1 | -0/+8 |
* | Notify `Highlighter` of topmost line change | Héctor Ramón Jiménez | 2023-09-17 | 1 | -2/+7 |
* | Draft `Highlighter` API | Héctor Ramón Jiménez | 2023-09-17 | 1 | -0/+9 |
* | Implement `Copy` and `Paste` actions for `text::Editor` | Héctor Ramón Jiménez | 2023-09-16 | 1 | -1/+4 |
* | Implement methods to query the contents of a `TextEditor` | Héctor Ramón Jiménez | 2023-09-16 | 1 | -0/+6 |
* | Remove `Editor::min_bounds` and use `bounds` instead | Héctor Ramón Jiménez | 2023-09-14 | 1 | -14/+0 |
* | Handle motions when a selection is present in `text::Editor` | Héctor Ramón Jiménez | 2023-09-14 | 1 | -0/+23 |
* | Introduce `Motion` concept in `core::text::editor` | Héctor Ramón Jiménez | 2023-09-13 | 1 | -8/+30 |
* | Add `Enter` variant to `Action` in `text::Editor` | Héctor Ramón Jiménez | 2023-09-12 | 1 | -0/+1 |
* | Draft `Editor` API and `TextEditor` widget | Héctor Ramón Jiménez | 2023-09-12 | 1 | -0/+68 |