| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -6/+75 |
* | Introduce new `iced_highlighter` subcrate | Héctor Ramón Jiménez | 2023-09-19 | 1 | -1/+10 |
* | 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 |
* | Implement theme selector in `editor` example | Héctor Ramón Jiménez | 2023-09-18 | 1 | -2/+5 |
* | Notify `Highlighter` of topmost line change | Héctor Ramón Jiménez | 2023-09-17 | 1 | -2/+7 |
* | Implement basic syntax highlighting with `syntect` in `editor` example | Héctor Ramón Jiménez | 2023-09-17 | 1 | -1/+1 |
* | Draft `Highlighter` API | Héctor Ramón Jiménez | 2023-09-17 | 2 | -0/+65 |
* | 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 | 2 | -0/+127 |