summaryrefslogtreecommitdiffstats
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2575 from m4rch3n1ng/rm-clone-trait-boundLibravatar Héctor Ramón2024-09-131-9/+10
|\ | | | | remove unnecessary Clone trait bound for Cache::clear
| * Remove `Clone` bound for `graphics::Cache::clear`Libravatar may2024-09-131-9/+10
| |
* | Add `rounded_rectangle` to `geometry::Path`Libravatar Gints Polis2024-09-132-2/+79
|/
* Add stroke_rectangleLibravatar Vlad-Stefan Harbuz2024-09-101-0/+24
| | | | | This method should be able to leverage performance improvements in lyon's `tessellate_rectangle` over `tessellate_path`.
* Remove unnecessary `buffer_mut_from_editor` callLibravatar Héctor Ramón Jiménez2024-09-041-1/+1
|
* Add `text::Wrapping` supportLibravatar Héctor Ramón Jiménez2024-09-043-13/+33
| | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com>
* Implement missing `draw_svg` in `Frame` wrapperLibravatar Héctor Ramón Jiménez2024-08-041-1/+7
|
* Introduce `Svg` struct in `core::svg`Libravatar Héctor Ramón Jiménez2024-08-043-44/+11
|
* Introduce `Image` struct in `core::image`Libravatar Héctor Ramón Jiménez2024-08-043-59/+9
|
* Implement image support for `canvas` widgetLibravatar Héctor Ramón Jiménez2024-08-043-7/+72
|
* Use `for` loop instead of `fold` in `span_bounds`Libravatar Héctor Ramón Jiménez2024-07-281-29/+29
|
* Add background styling to span / rich textLibravatar Cory Forsstrom2024-07-281-1/+52
|
* Add `placeholder` support to `text_editor` widgetLibravatar Héctor Ramón Jiménez2024-07-241-0/+7
|
* Simplify font attributes in `Paragraph::with_spans`Libravatar Héctor Ramón Jiménez2024-07-211-9/+1
|
* Add `Link` support to `rich_text` widgetLibravatar Héctor Ramón Jiménez2024-07-211-7/+35
|
* Implement `rich_text` widget and `markdown` exampleLibravatar Héctor Ramón Jiménez2024-07-172-8/+85
|
* Decouple caching from `Paragraph` APILibravatar Héctor Ramón Jiménez2024-07-171-58/+24
|
* Update `cosmic-text` and `resvg` (#2416)Libravatar Héctor Ramón2024-07-174-170/+136
| | | | | | | | | | | | | | | | | * Update `cosmic-text`, `glyphon`, and `resvg` * Fix slow font fallback with `Shaping::Basic` in `cosmic-text` * Update `cosmic-text` and `resvg` * Update `cosmic-text` * Fix `SelectAll` action in `editor` * Fix some panics in `graphics::text::editor` * Remove empty `if` statement in `tiny_skia::vector` * Update `cosmic-text`, `glyphon`, and `rustc-hash`
* add SelectAll to TextEditorLibravatar PgBiel2024-07-081-0/+21
|
* Implement Copy on Fill and StrokeLibravatar Vlad-Stefan Harbuz2024-06-214-4/+4
|
* Fix `text_editor` always capturing scroll eventsLibravatar Héctor Ramón Jiménez2024-06-171-8/+4
|
* Introduce dynamic `opacity` support for `Image` and `Svg`Libravatar Héctor Ramón Jiménez2024-05-031-2/+8
|
* Fix `Image::bounds` when rotation present in `iced_graphics`Libravatar Héctor Ramón Jiménez2024-05-031-2/+5
|
* Simplify image rotation API and its internalsLibravatar Héctor Ramón Jiménez2024-05-021-9/+3
|
* Add `Image` rotation supportLibravatar Héctor Ramón Jiménez2024-05-021-3/+13
| | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com>
* Use an opaque `Id` type for `image::Handle`Libravatar Héctor Ramón Jiménez2024-05-011-2/+3
| | | | Hashing pointers is a terrible idea.
* Use `Bytes` as the `Container` of `ImageBuffer`Libravatar Héctor Ramón Jiménez2024-05-011-20/+31
| | | | | Since we don't need to mutate images once loaded, we avoid unnecessary extra allocations.
* Fix cache trimming loop in `iced_wgpu::text`Libravatar Héctor Ramón Jiménez2024-04-301-3/+34
|
* Introduce `canvas::Cache` groupingLibravatar Héctor Ramón Jiménez2024-04-305-71/+200
| | | | | Caches with the same `Group` will share their text atlas!
* Fix panic when scrolling a `TextEditor` inside a `scrollable`Libravatar Héctor Ramón Jiménez2024-04-261-4/+8
|
* Sort damage by distance from origin in `iced_graphics::damage`Libravatar Héctor Ramón Jiménez2024-04-101-3/+4
|
* Track image damage in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2024-04-101-1/+12
|
* Account for `transformation` in `Text::visible_bounds`Libravatar Héctor Ramón Jiménez2024-04-101-2/+6
|
* Reintroduce damage tracking for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2024-04-104-0/+156
|
* Remove leftover `renderer` module in `iced_graphics`Libravatar Héctor Ramón Jiménez2024-04-093-279/+1
|
* Port `iced_tiny_skia` to new layering architectureLibravatar Héctor Ramón Jiménez2024-04-099-482/+156
|
* Merge branch 'master' into wgpu/better-architectureLibravatar Héctor Ramón Jiménez2024-04-073-11/+5
|\
| * Use built-in `[lints]` table in `Cargo.toml`Libravatar Héctor Ramón Jiménez2024-04-073-11/+5
| |
* | Decouple caching from layering and simplify everythingLibravatar Héctor Ramón Jiménez2024-04-053-19/+17
| |
* | Fix broken doc links in `iced_wgpu` and `iced_graphics`Libravatar Héctor Ramón Jiménez2024-04-031-0/+2
| |
* | Fix `geometry::Cache` not reusing previous geometryLibravatar Héctor Ramón Jiménez2024-04-031-15/+24
| |
* | Remove unused `layer` module in `iced_graphics`Libravatar Héctor Ramón Jiménez2024-04-031-47/+0
| |
* | Redesign `iced_wgpu` layering architectureLibravatar Héctor Ramón Jiménez2024-04-038-86/+290
|/
* Use generic `Content` in `Text` to avoid reallocation in `fill_text`Libravatar Héctor Ramón Jiménez2024-04-012-4/+4
|
* Replace `xxhash-rust` with `rustc-hash`Libravatar Héctor Ramón Jiménez2024-03-302-8/+4
|
* Reintroduce backend selection through `ICED_BACKEND` env varLibravatar Héctor Ramón Jiménez2024-03-243-4/+40
|
* Rename `compositor::Renderer` to `Default`Libravatar Héctor Ramón Jiménez2024-03-223-8/+7
|
* Allow custom renderers in `Program` and `Application`Libravatar Héctor Ramón Jiménez2024-03-225-11/+58
|
* Fix standalone compilation of `iced_widget` crateLibravatar Héctor Ramón Jiménez2024-03-223-0/+65
|
* Make `iced_tiny_skia` optional with a `tiny-skia` featureLibravatar Héctor Ramón Jiménez2024-03-225-7/+69
|