summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Fix intra-doc broken linksLibravatar Héctor Ramón Jiménez2023-10-273-4/+2
| * | | | | | | | | | | Implement missing debug implementations in `iced_widget`Libravatar Héctor Ramón Jiménez2023-10-272-1/+18
| * | | | | | | | | | | Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez2023-10-2716-22/+185
| * | | | | | | | | | | Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-27109-413/+370
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add `text` helper method for `text_editor::Content`Libravatar Héctor Ramón Jiménez2023-09-222-18/+22
| * | | | | | | | | | | | Remove `patch.crates-io` section for `cosmic-text` in `Cargo.toml`Libravatar Héctor Ramón Jiménez2023-09-221-6/+2
| * | | | | | | | | | | | 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
| * | | | | | | | | | | | Remove `rangemap` patch in `Cargo.toml`Libravatar Héctor Ramón Jiménez2023-09-211-4/+0
| * | | | | | | | | | | | Scroll `TextEditor` only if `cursor.is_over(bounds)`Libravatar Héctor Ramón Jiménez2023-09-201-1/+3
| * | | | | | | | | | | | Introduce more themes to `iced_highlighter`Libravatar Héctor Ramón Jiménez2023-09-202-8/+33
| * | | | | | | | | | | | Fix `clippy` lints in `iced_highlighter`Libravatar Héctor Ramón Jiménez2023-09-201-3/+3
| * | | | | | | | | | | | Fix gamma correction for colored glyphs in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-09-194-15/+44
| * | | | | | | | | | | | Draw colored glyphs in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-09-191-1/+7
| * | | | | | | | | | | | Reuse syntaxes and themes lazily in `iced_highlighter`Libravatar Héctor Ramón Jiménez2023-09-192-26/+26
| * | | | | | | | | | | | Remove `syntect` dependency from `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-191-1/+0
| * | | | | | | | | | | | Add `iced_highlighter` to `document` workflowLibravatar Héctor Ramón Jiménez2023-09-191-0/+1
| * | | | | | | | | | | | Fix typo in `higlighter` (why is it so hard to spell?)Libravatar Héctor Ramón Jiménez2023-09-191-1/+1
| * | | | | | | | | | | | Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez2023-09-199-260/+302
| * | | | | | | | | | | | Save file on `Cmd+S` in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-191-1/+14
| * | | | | | | | | | | | Simplify `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-191-6/+6
| * | | | | | | | | | | | Implement `Scroll` action in `text::editor`Libravatar Héctor Ramón Jiménez2023-09-193-0/+19
| * | | | | | | | | | | | Fix `lint` and `test` GitHub CI workflowsLibravatar Héctor Ramón Jiménez2023-09-182-2/+2
| * | | | | | | | | | | | Use `Font::MONOSPACE` in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-182-2/+2
| * | | | | | | | | | | | Remove unnecessary `monospaced` flag in `Font`Libravatar Héctor Ramón Jiménez2023-09-182-8/+1
| * | | | | | | | | | | | Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2023-09-181-4/+4
| * | | | | | | | | | | | Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez2023-09-1810-28/+312
| * | | | | | | | | | | | Implement theme selector in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-183-22/+99
| * | | | | | | | | | | | Update `version` properly when `FontSystem` changes in `text::editor`Libravatar Héctor Ramón Jiménez2023-09-181-0/+3
| * | | | | | | | | | | | Fix inconsistent `expect` messages in `text::editor`Libravatar Héctor Ramón Jiménez2023-09-181-3/+3
| * | | | | | | | | | | | Shape as needed only in `update` during `layout`Libravatar Héctor Ramón Jiménez2023-09-181-4/+2
| * | | | | | | | | | | | Find correct `last_visible_line` in `Editor::highlight`Libravatar Héctor Ramón Jiménez2023-09-181-5/+21
| * | | | | | | | | | | | Fix unnecessary dereference in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-171-1/+1
| * | | | | | | | | | | | Avoid adding unnecessary spans when syntax highlightingLibravatar Héctor Ramón Jiménez2023-09-172-12/+14
| * | | | | | | | | | | | Implement syntax highlighting cache in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-172-25/+46
| * | | | | | | | | | | | Notify `Highlighter` of topmost line changeLibravatar Héctor Ramón Jiménez2023-09-173-31/+61
| * | | | | | | | | | | | Use `saturating_sub` for `last_visible_line` in `text::Editor`Libravatar Héctor Ramón Jiménez2023-09-171-2/+3
| * | | | | | | | | | | | Implement basic syntax highlighting with `syntect` in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-175-6/+211
| * | | | | | | | | | | | Draft `Highlighter` APILibravatar Héctor Ramón Jiménez2023-09-1710-19/+218
| * | | | | | | | | | | | Remove unnecessary `into_iter` call in `graphics::text`Libravatar Héctor Ramón Jiménez2023-09-161-5/+4
| * | | | | | | | | | | | Avoid drag on double or triple click for now in `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-162-24/+32
| * | | | | | | | | | | | Use fork of `cosmic-text` with some minor fixesLibravatar Héctor Ramón Jiménez2023-09-162-35/+5
| * | | | | | | | | | | | Implement `Copy` and `Paste` actions for `text::Editor`Libravatar Héctor Ramón Jiménez2023-09-164-5/+24
| * | | | | | | | | | | | Implement methods to query the contents of a `TextEditor`Libravatar Héctor Ramón Jiménez2023-09-164-0/+107
| * | | | | | | | | | | | Fix `Copy` action being triggered without any modifiersLibravatar Héctor Ramón Jiménez2023-09-141-1/+3
| * | | | | | | | | | | | Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez2023-09-142-0/+4
| * | | | | | | | | | | | Remove `min_bounds` field in `graphics::text::Editor`Libravatar Héctor Ramón Jiménez2023-09-141-17/+0
| * | | | | | | | | | | | Remove `Editor::min_bounds` and use `bounds` insteadLibravatar Héctor Ramón Jiménez2023-09-145-24/+2