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
/
graphics
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-20
WIP: background image support
master
cel 🌸
1
-0
/
+1
2024-04-30
Introduce `canvas::Cache` grouping
Héctor Ramón Jiménez
1
-2
/
+2
2024-04-10
Reintroduce damage tracking for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+1
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
1
-8
/
+2
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-8
/
+0
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-24
Reintroduce backend selection through `ICED_BACKEND` env var
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
1
-0
/
+2
2024-03-22
Fix broken links in documentation
Héctor Ramón Jiménez
1
-2
/
+4
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-2
/
+0
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-0
/
+1
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-6
/
+0
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-2
/
+3
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-1
/
+2
2023-06-29
Write missing docs in `iced_graphics` and `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+3
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-0
/
+2
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-5
/
+4
2023-06-20
Use subpixel glyph positioning and layout linearity
Héctor Ramón Jiménez
1
-1
/
+0
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
1
-0
/
+1
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-0
/
+2
2023-05-11
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-11
Write missing documentation in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-27
Move damage tracking logic to `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-07
Remove `image` abstractions in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+3
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-8
/
+3
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-0
/
+6
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-9
/
+4
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
1
-1
/
+0
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
1
-0
/
+1
2022-11-03
Export `Gradient` in `iced_graphics` root
Héctor Ramón Jiménez
1
-0
/
+1
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
1
-1
/
+0
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-0
/
+2
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-0
/
+2
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-3
/
+0
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-4
/
+12
2022-05-02
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
1
-2
/
+2
2022-04-27
Move `compositor` module access from `window` to `crate`
Richard
1
-0
/
+1
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-11-05
Write missing documentation in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-3
/
+1
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-2
/
+2
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
1
-2
/
+2
2021-08-21
Implement textual hit testing
Tom
1
-2
/
+2
[next]