summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix unnecessary references in `iced_wgpu::image`Libravatar Héctor Ramón Jiménez2023-11-111-3/+3
| | * Refactor texture image filteringLibravatar Héctor Ramón Jiménez2023-11-1112-164/+254
| | * Remove debug tracesLibravatar Remmirad2023-11-111-2/+1
| | * fix design for wgpu backendLibravatar Remmirad2023-11-111-56/+77
| | * Fix clippy + fmtLibravatar Remmirad2023-11-114-23/+33
| | * Implement texture filtering optionsLibravatar Remmirad2023-11-114-26/+84
| |/
| * Run `sed` with `-i` option in `artifacts` jobLibravatar Héctor Ramón Jiménez2023-11-111-1/+1
| * Fix `artifacts` job in `audit` workflowLibravatar Héctor Ramón Jiménez2023-11-111-0/+2
| * Merge pull request #1908 from alec-deason/bug/convert_textLibravatar Héctor Ramón2023-11-112-4/+14
| |\
| | * Call `convert_text` on `svg` node before renderingLibravatar Héctor Ramón Jiménez2023-11-112-4/+14
| * | Merge pull request #2080 from dtzxporter/xxhash-3-speedLibravatar Héctor Ramón2023-11-116-19/+8
| |\ \ | | |/ | |/|
| | * Remove unnecessary `default-features` attribute from `xxhash-rust` dependencyLibravatar Héctor Ramón Jiménez2023-11-111-1/+1
| | * Remove patch version from `xxhash-rust` dependencyLibravatar Héctor Ramón Jiménez2023-11-111-1/+1
| | * Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.Libravatar dtzxporter2023-11-116-19/+8
| |/
| * Merge pull request #2124 from iced-rs/disable-maximize-buttonLibravatar Héctor Ramón2023-10-271-0/+6
| |\
| | * Disable maximize window button if `Settings::resizable` is `false`Libravatar Héctor Ramón Jiménez2023-10-271-0/+6
| * | Merge pull request #2123 from iced-rs/text-editorLibravatar Héctor Ramón2023-10-2750-418/+3136
| |\ \ | | |/ | |/|
| | * Improve `TextEditor` scroll interaction with a touchpadLibravatar Héctor Ramón Jiménez2023-10-271-1/+1
| | * Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-276-9/+24
| | |\
| | * | 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