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
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-14
Support custom renderers in `iced_test` through `renderer::Headless` trait
Héctor Ramón Jiménez
1
-0
/
+28
2024-05-22
Produce a compile error in `iced_renderer` when no backend is enabled
Héctor Ramón Jiménez
1
-0
/
+7
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
1
-4
/
+0
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-20
/
+33
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-345
/
+23
2024-03-21
Gate `Custom` variants in `iced_renderer` behind `custom` feature
Héctor Ramón Jiménez
1
-0
/
+9
2024-03-21
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
1
-9
/
+65
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-7
/
+9
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-16
/
+13
2023-12-02
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
1
-6
/
+6
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-3
/
+10
2023-11-14
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
1
-21
/
+23
2023-11-14
Fix `clippy` lints :crab:
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-0
/
+21
2023-11-12
Fix conditional compilation in `iced_renderer`
Héctor Ramón Jiménez
1
-0
/
+1
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
1
-2
/
+7
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-11
/
+1
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-1
/
+1
2023-09-13
Fix unused import in `iced_renderer`
Héctor Ramón Jiménez
1
-5
/
+6
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
1
-2
/
+17
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
1
-16
/
+0
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-0
/
+13
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-39
/
+34
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-4
/
+12
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-3
/
+245
2023-05-10
Bundle `tiny-skia` backend together with `iced_renderer`
Héctor Ramón Jiménez
1
-3
/
+0
2023-03-06
Introduce backend feature flags in `iced_renderer`
Héctor Ramón Jiménez
1
-0
/
+3
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-9
/
+5
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-10
/
+3
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+13
2023-02-28
Use `iced_renderer` instead of `iced_graphics` in root crate
Héctor Ramón Jiménez
1
-0
/
+1
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
1
-0
/
+17