summaryrefslogtreecommitdiffstats
path: root/graphics (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-14Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus1-1/+0
2023-11-11Refactor texture image filteringLibravatar Héctor Ramón Jiménez2-2/+13
2023-11-11Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.Libravatar dtzxporter2-10/+2
2023-10-27Fix intra-doc broken linksLibravatar Héctor Ramón Jiménez1-1/+1
2023-10-27Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez5-1/+59
2023-10-27Remove unnecessary `into_iter` call in `iced_graphics`Libravatar Héctor Ramón Jiménez1-5/+4
2023-09-20Centralize `clippy` lints in `.cargo/config.toml`Libravatar Héctor Ramón Jiménez1-6/+0
2023-09-20Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez4-5/+5
2023-09-19Fix gamma correction for colored glyphs in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-3/+9
2023-09-19Chore: Apply some minor clippy fixesLibravatar Yuri Astrakhan1-1/+1
2023-09-19Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan1-1/+1
2023-09-19Implement `Scroll` action in `text::editor`Libravatar Héctor Ramón Jiménez1-0/+6
2023-09-18Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez1-1/+7
2023-09-18Update `version` properly when `FontSystem` changes in `text::editor`Libravatar Héctor Ramón Jiménez1-0/+3
2023-09-18Fix inconsistent `expect` messages in `text::editor`Libravatar Héctor Ramón Jiménez1-3/+3
2023-09-18Shape as needed only in `update` during `layout`Libravatar Héctor Ramón Jiménez1-4/+2
2023-09-18Find correct `last_visible_line` in `Editor::highlight`Libravatar Héctor Ramón Jiménez1-5/+21
2023-09-17Avoid adding unnecessary spans when syntax highlightingLibravatar Héctor Ramón Jiménez1-11/+13
2023-09-17Notify `Highlighter` of topmost line changeLibravatar Héctor Ramón Jiménez1-18/+40
2023-09-17Use `saturating_sub` for `last_visible_line` in `text::Editor`Libravatar Héctor Ramón Jiménez1-2/+3
2023-09-17Implement basic syntax highlighting with `syntect` in `editor` exampleLibravatar Héctor Ramón Jiménez1-3/+22
2023-09-17Draft `Highlighter` APILibravatar Héctor Ramón Jiménez2-1/+74
2023-09-16Remove unnecessary `into_iter` call in `graphics::text`Libravatar Héctor Ramón Jiménez1-5/+4
2023-09-16Use fork of `cosmic-text` with some minor fixesLibravatar Héctor Ramón Jiménez1-35/+1
2023-09-16Implement `Copy` and `Paste` actions for `text::Editor`Libravatar Héctor Ramón Jiménez1-0/+11
2023-09-16Implement methods to query the contents of a `TextEditor`Libravatar Héctor Ramón Jiménez1-0/+41
2023-09-14Remove `min_bounds` field in `graphics::text::Editor`Libravatar Héctor Ramón Jiménez1-17/+0
2023-09-14Remove `Editor::min_bounds` and use `bounds` insteadLibravatar Héctor Ramón Jiménez1-4/+0
2023-09-14Implement `Action::SelectLine` in `text::Editor`Libravatar Héctor Ramón Jiménez1-1/+18
2023-09-14Implement `Action::SelectWord` in `text::Editor`Libravatar Héctor Ramón Jiménez2-1/+61
2023-09-14Implement motion selection in `text::Editor`Libravatar Héctor Ramón Jiménez1-1/+20
2023-09-14Handle motions when a selection is present in `text::Editor`Libravatar Héctor Ramón Jiménez1-23/+47
2023-09-14Fix `Cursor::Caret` position on lines that wrap on whitespaceLibravatar Héctor Ramón Jiménez1-2/+12
2023-09-14Fix scrolling offset for `Cursor::Selection`Libravatar Héctor Ramón Jiménez1-43/+31
2023-09-13Fix `clippy` lintsLibravatar Héctor Ramón Jiménez1-9/+18
2023-09-13Introduce `Motion` concept in `core::text::editor`Libravatar Héctor Ramón Jiménez1-24/+82
2023-09-13Implement `Cursor::Selection` calculation in `Editor::cursor`Libravatar Héctor Ramón Jiménez1-3/+115
2023-09-12Fix subline positioning in `Editor::cursor`Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-12Fix cursor offset with `Affinity::After` at the end of lines in `Editor::cursor`Libravatar Héctor Ramón Jiménez1-1/+4
2023-09-12Return `Cursor::Caret` if selection matches cursor position in `Editor::cursor`Libravatar Héctor Ramón Jiménez1-5/+8
2023-09-12Add `Enter` variant to `Action` in `text::Editor`Libravatar Héctor Ramón Jiménez1-0/+1
2023-09-12Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez5-0/+360
2023-09-11Make `FontSystem` global and simplify `Paragraph` APILibravatar Héctor Ramón Jiménez5-150/+95
2023-09-10Fix (more) broken intradoc linksLibravatar Héctor Ramón Jiménez2-4/+4
2023-09-09Remove unused `unicode-segmentation` dependency from `iced_graphics`Libravatar Héctor Ramón Jiménez1-1/+0
2023-09-09Count grapheme clusters in `Paragraph::grapheme_position`Libravatar Héctor Ramón Jiménez1-2/+21
2023-09-09Fix outstanding broken intradoc linksLibravatar Héctor Ramón Jiménez4-9/+8
2023-09-09Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez1-2/+3
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang3-5/+5
2023-09-09Invalidate existing paragraphs when new fonts are loadedLibravatar Héctor Ramón Jiménez3-13/+69