summaryrefslogtreecommitdiffstats
path: root/core/src/text (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use generic `Content` in `Text` to avoid reallocation in `fill_text`Libravatar Héctor Ramón Jiménez2024-04-011-3/+3
* Fix wrapped lines not being considered when measuring `TextEditor`Libravatar Héctor Ramón Jiménez2024-02-071-0/+4
* Fix intra-doc broken linksLibravatar Héctor Ramón Jiménez2023-10-271-1/+1
* Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez2023-10-272-6/+75
* Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez2023-09-191-1/+10
* Implement `Scroll` action in `text::editor`Libravatar Héctor Ramón Jiménez2023-09-191-0/+1
* Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez2023-09-181-0/+8
* Implement theme selector in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-181-2/+5
* Notify `Highlighter` of topmost line changeLibravatar Héctor Ramón Jiménez2023-09-171-2/+7
* Implement basic syntax highlighting with `syntect` in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-171-1/+1
* Draft `Highlighter` APILibravatar Héctor Ramón Jiménez2023-09-172-0/+65
* Implement `Copy` and `Paste` actions for `text::Editor`Libravatar Héctor Ramón Jiménez2023-09-161-1/+4
* Implement methods to query the contents of a `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-161-0/+6
* Remove `Editor::min_bounds` and use `bounds` insteadLibravatar Héctor Ramón Jiménez2023-09-141-14/+0
* Handle motions when a selection is present in `text::Editor`Libravatar Héctor Ramón Jiménez2023-09-141-0/+23
* Introduce `Motion` concept in `core::text::editor`Libravatar Héctor Ramón Jiménez2023-09-131-8/+30
* Add `Enter` variant to `Action` in `text::Editor`Libravatar Héctor Ramón Jiménez2023-09-121-0/+1
* Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez2023-09-122-0/+127