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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-4
/
+4
*
Remove `surface` argument of `Compositor::screenshot`
Ian Douglas Scott
2024-11-21
1
-24
/
+17
*
Add stroke_rectangle
Vlad-Stefan Harbuz
2024-09-10
1
-0
/
+13
*
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
2024-08-04
1
-30
/
+6
*
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
2024-08-04
1
-41
/
+7
*
Fix broken imports in `iced_renderer`
Héctor Ramón Jiménez
2024-08-04
1
-5
/
+7
*
Implement image support for `canvas` widget
Héctor Ramón Jiménez
2024-08-04
1
-3
/
+39
*
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
2024-05-03
1
-2
/
+10
*
Simplify image rotation API and its internals
Héctor Ramón Jiménez
2024-05-02
1
-7
/
+5
*
Add `Image` rotation support
Héctor Ramón Jiménez
2024-05-02
1
-2
/
+10
*
Introduce `canvas::Cache` grouping
Héctor Ramón Jiménez
2024-04-30
1
-6
/
+10
*
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
2024-04-09
1
-8
/
+10
*
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-08
1
-5
/
+5
*
Merge branch 'master' into wgpu/better-architecture
Héctor Ramón Jiménez
2024-04-07
1
-122
/
+153
|
\
|
*
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
2024-04-07
1
-113
/
+145
*
|
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
2024-04-05
1
-4
/
+4
*
|
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
2024-04-03
1
-8
/
+24
|
/
*
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
2024-04-01
1
-1
/
+1
*
Reintroduce backend selection through `ICED_BACKEND` env var
Héctor Ramón Jiménez
2024-03-24
1
-7
/
+44
*
Rename `compositor::Renderer` to `Default`
Héctor Ramón Jiménez
2024-03-22
1
-3
/
+3
*
Fix unnecessary `into` calls in `iced_renderer::fallback`
Héctor Ramón Jiménez
2024-03-22
1
-4
/
+2
*
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
2024-03-22
1
-4
/
+9
*
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
2024-03-22
1
-28
/
+1
*
Fix broken links in documentation
Héctor Ramón Jiménez
2024-03-22
1
-3
/
+4
*
Restore `canvas::Frame` API
Héctor Ramón Jiménez
2024-03-22
1
-13
/
+7
*
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2024-03-21
1
-0
/
+562