Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -0/+12 | |
| | |||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -47/+34 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -15/+50 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Merge pull request #2350 from iced-rs/theming-revolutions | 2024-03-25 | 1 | -34/+57 | |
|\ | | | | | Theming Revolutions | ||||
| * | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -6/+6 | |
| | | |||||
| * | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | 2024-03-24 | 1 | -33/+56 | |
| | | |||||
* | | Draft support for dynamic custom renderer injection | 2024-03-21 | 1 | -3/+3 | |
|/ | |||||
* | Use closures for `Svg::style` | 2024-03-12 | 1 | -17/+21 | |
| | |||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -19/+16 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -2/+2 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -1/+1 | |
| | |||||
* | Try `Style` newtype instead of trait for `Svg` widget | 2024-03-06 | 1 | -12/+24 | |
| | |||||
* | Simplify theming for `Svg` widget | 2024-03-06 | 1 | -21/+54 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -19/+14 | |
| | |||||
* | Merge pull request #2163 from hicaru/svg_hover | 2024-01-18 | 1 | -2/+7 | |
|\ | | | | | added svg hover, for styles impl | ||||
| * | Fix `Svg` styling | 2024-01-09 | 1 | -2/+2 | |
| | | |||||
| * | added svg hover, for styles impl | 2023-12-12 | 1 | -2/+7 | |
| | | |||||
* | | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -1/+1 | |
| | | |||||
* | | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+5 | |
| | | |||||
* | | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -4/+1 | |
|/ | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -1/+1 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -0/+1 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -2/+3 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+195 | |