summaryrefslogtreecommitdiffstats
path: root/widget/src/text_editor.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve `TextEditor` scroll interaction with a touchpadLibravatar Héctor Ramón Jiménez2023-10-271-1/+1
* Implement missing debug implementations in `iced_widget`Libravatar Héctor Ramón Jiménez2023-10-271-0/+17
* Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez2023-10-271-4/+32
* Add `text` helper method for `text_editor::Content`Libravatar Héctor Ramón Jiménez2023-09-221-0/+21
* Fix selection clipping out of bounds in `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-221-24/+33
* Fix vertical scroll for `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-211-2/+3
* Scroll at least one line on macOS in `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-211-1/+5
* Round `ScrollDelta::Lines` in `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-211-1/+1
* Scroll `TextEditor` only if `cursor.is_over(bounds)`Libravatar Héctor Ramón Jiménez2023-09-201-1/+3
* Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez2023-09-191-5/+23
* Implement `Scroll` action in `text::editor`Libravatar Héctor Ramón Jiménez2023-09-191-0/+12
* Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez2023-09-181-0/+4
* Implement theme selector in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-181-1/+12
* Notify `Highlighter` of topmost line changeLibravatar Héctor Ramón Jiménez2023-09-171-11/+14
* Implement basic syntax highlighting with `syntect` in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-171-0/+18
* Draft `Highlighter` APILibravatar Héctor Ramón Jiménez2023-09-171-15/+49
* Avoid drag on double or triple click for now in `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-161-24/+28
* Implement `Copy` and `Paste` actions for `text::Editor`Libravatar Héctor Ramón Jiménez2023-09-161-3/+8
* Implement methods to query the contents of a `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-161-0/+48
* Fix `Copy` action being triggered without any modifiersLibravatar Héctor Ramón Jiménez2023-09-141-1/+3
* Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2023-09-131-10/+20
* Introduce `Motion` concept in `core::text::editor`Libravatar Héctor Ramón Jiménez2023-09-131-33/+44
* Unify `Focus` and `Click` updates in `widget::text_editor`Libravatar Héctor Ramón Jiménez2023-09-131-32/+16
* Implement `Cursor::Selection` calculation in `Editor::cursor`Libravatar Héctor Ramón Jiménez2023-09-131-1/+5
* 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-121-0/+457