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
/
widget
/
src
/
svg.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-3
/
+3
2024-09-19
Show `svg` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+33
2024-08-04
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
1
-4
/
+6
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
1
-0
/
+12
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
1
-47
/
+34
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
1
-15
/
+50
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-6
/
+6
2024-03-24
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
1
-33
/
+56
2024-03-21
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-12
Use closures for `Svg::style`
Héctor Ramón Jiménez
1
-17
/
+21
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-19
/
+16
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-06
Try `Style` newtype instead of trait for `Svg` widget
Héctor Ramón Jiménez
1
-12
/
+24
2024-03-06
Simplify theming for `Svg` widget
Héctor Ramón Jiménez
1
-21
/
+54
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-19
/
+14
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2024-01-09
Fix `Svg` styling
Héctor Ramón
1
-2
/
+2
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-4
/
+1
2023-12-12
added svg hover, for styles impl
hicaru
1
-2
/
+7
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-0
/
+1
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-2
/
+3
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-7
/
+7
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-4
/
+4
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
1
-6
/
+9
2022-12-06
feat: SVG styling with icon fill color
Michael Aaron Murphy
1
-11
/
+42
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-1
/
+5
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+1
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-12
/
+1
2022-02-16
Hash `content_fit` in `hash_layout` of `Image` and `Svg`
Héctor Ramón Jiménez
1
-0
/
+1
2022-02-16
Remove redundant `layout.bounds()` calls in `Image` and `Svg`
Héctor Ramón Jiménez
1
-6
/
+5
2022-02-16
Add `ContentFit` support to `Svg` widget
Héctor Ramón Jiménez
1
-16
/
+67
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-89
/
+4
2021-10-28
Implement `Widget::draw` for `Svg`
Héctor Ramón Jiménez
1
-3
/
+5
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-6
/
+5
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-5
/
+3
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-30
/
+1
2020-10-28
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
1
-1
/
+3
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-08
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-31
Implement `svg::Handle::from_memory`
Héctor Ramón Jiménez
1
-19
/
+61
2020-03-30
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
1
-0
/
+2
2020-03-26
Genericize `From` implementation for `svg::Handle`
Héctor Ramón Jiménez
1
-8
/
+5
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
1
-1
/
+1
2020-02-14
Add `bound` to `Node` constructor.
daxpedda
1
-1
/
+1
2019-12-30
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
1
-0
/
+1
[next]