index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
renderer
/
src
/
fallback.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
Add stroke_rectangle
Vlad-Stefan Harbuz
1
-0
/
+13
2024-08-04
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
1
-30
/
+6
2024-08-04
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
1
-41
/
+7
2024-08-04
Fix broken imports in `iced_renderer`
Héctor Ramón Jiménez
1
-5
/
+7
2024-08-04
Implement image support for `canvas` widget
Héctor Ramón Jiménez
1
-3
/
+39
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
1
-2
/
+10
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
1
-7
/
+5
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
1
-2
/
+10
2024-04-30
Introduce `canvas::Cache` grouping
Héctor Ramón Jiménez
1
-6
/
+10
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
1
-8
/
+10
2024-04-08
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+5
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-113
/
+145
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-4
/
+4
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-8
/
+24
2024-04-01
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-24
Reintroduce backend selection through `ICED_BACKEND` env var
Héctor Ramón Jiménez
1
-7
/
+44
2024-03-22
Rename `compositor::Renderer` to `Default`
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-22
Fix unnecessary `into` calls in `iced_renderer::fallback`
Héctor Ramón Jiménez
1
-4
/
+2
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
1
-4
/
+9
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-28
/
+1
2024-03-22
Fix broken links in documentation
Héctor Ramón Jiménez
1
-3
/
+4
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
1
-13
/
+7
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-0
/
+562