| Commit message (Expand) | Author | Files | Lines |
2024-05-03 | Introduce dynamic `opacity` support for `Image` and `Svg` | Héctor Ramón Jiménez | 3 | -0/+4 |
2024-05-03 | Add `spin` mode to `ferris` example :crab: | Héctor Ramón Jiménez | 2 | -1/+32 |
2024-05-03 | Fix `Image::bounds` when rotation present in `iced_graphics` | Héctor Ramón Jiménez | 3 | -14/+31 |
2024-05-02 | Create `ferris` example to showcase `ContentFit` and `Rotation` | Héctor Ramón Jiménez | 3 | -1/+63 |
2024-05-02 | Simplify image rotation API and its internals | Héctor Ramón Jiménez | 10 | -33/+101 |
2024-05-02 | Add `Image` rotation support | Héctor Ramón Jiménez | 5 | -0/+47 |
2024-05-01 | Fix documentation link in `image::Handle` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-05-01 | Make `image::Id` actually opaque | Héctor Ramón Jiménez | 1 | -22/+38 |
2024-05-01 | Use an opaque `Id` type for `image::Handle` | Héctor Ramón Jiménez | 1 | -21/+47 |
2024-05-01 | Use `Bytes` as the `Container` of `ImageBuffer` | Héctor Ramón Jiménez | 1 | -53/+38 |
2024-05-01 | Utilize bytes::Bytes for images | Bajix | 2 | -56/+7 |
2024-04-25 | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 3 | -2/+3 |
2024-04-25 | Implement `Stack` widget | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | Héctor Ramón Jiménez | 3 | -14/+6 |
2024-04-08 | Reintroduce support for custom primitives in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -5/+12 |
2024-04-07 | Pick best contrast between black/white in `theme::palette` | Héctor Ramón Jiménez | 1 | -8/+16 |
2024-04-07 | Use `Lch` to choose white text when not readable in `theme::palette` | Héctor Ramón Jiménez | 1 | -2/+6 |
2024-04-07 | Revert "Merge pull request #2376 from Davidster/fix_palette_readable_color_co... | Héctor Ramón Jiménez | 1 | -10/+2 |
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2 | -7/+3 |
2024-04-07 | add stronger guarantee of readability/contrast for palette background/text co... | David Huculak | 1 | -2/+10 |
2024-04-05 | Decouple caching from layering and simplify everything | Héctor Ramón Jiménez | 1 | -1/+4 |
2024-04-03 | Redesign `iced_wgpu` layering architecture | Héctor Ramón Jiménez | 5 | -17/+42 |
2024-04-02 | Implement `IntoFragment` for `Fragment` | Héctor Ramón Jiménez | 1 | -0/+12 |
2024-04-02 | Implement `IntoFragment` for `usize` and `isize` | Héctor Ramón Jiménez | 1 | -0/+2 |
2024-04-01 | Rename `text::IntoContent` to `IntoFragment` | Héctor Ramón Jiménez | 1 | -40/+40 |
2024-04-01 | Specialize `widget::text` helper with custom `IntoContent` trait | Héctor Ramón Jiménez | 1 | -3/+67 |
2024-04-01 | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | Héctor Ramón Jiménez | 3 | -6/+6 |
2024-04-01 | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | Héctor Ramón Jiménez | 3 | -9/+9 |
2024-03-30 | Replace `xxhash-rust` with `rustc-hash` | Héctor Ramón Jiménez | 2 | -2/+2 |
2024-03-26 | Propagate `advanced` feature to `iced_core` | Héctor Ramón Jiménez | 1 | -0/+1 |
2024-03-24 | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 1 | -46/+71 |
2024-03-24 | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | Héctor Ramón Jiménez | 2 | -34/+0 |
2024-03-23 | Try catalog theming approach with `Button` | Héctor Ramón Jiménez | 2 | -0/+34 |
2024-03-22 | Fix standalone compilation of `iced_widget` crate | Héctor Ramón Jiménez | 2 | -0/+16 |
2024-03-22 | Make `iced_tiny_skia` optional with a `tiny-skia` feature | Héctor Ramón Jiménez | 4 | -22/+22 |
2024-03-21 | Implement composable, type-safe renderer fallback | Héctor Ramón Jiménez | 2 | -9/+32 |
2024-03-21 | Draft support for dynamic custom renderer injection | Héctor Ramón Jiménez | 3 | -5/+10 |
2024-03-20 | Introduce `auto-detect-theme` feature | Héctor Ramón Jiménez | 2 | -2/+29 |
2024-03-19 | Try to find an `#iced` element by default on Wasm | Héctor Ramón Jiménez | 1 | -1/+11 |
2024-03-19 | Fix redundant import in `window::redraw_request` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-03-17 | Use `Program` API in `todos` example | Héctor Ramón Jiménez | 1 | -13/+16 |
2024-03-16 | Show name of current `Theme` in `clock` example | Héctor Ramón Jiménez | 1 | -0/+24 |
2024-03-15 | feat: added ferra | Casper Rogild Storm | 2 | -0/+21 |
2024-03-12 | Use closures for `Text::style` | Héctor Ramón Jiménez | 1 | -53/+30 |
2024-03-09 | Simplify documentation of `Element::map` | Héctor Ramón Jiménez | 1 | -46/+25 |
2024-03-09 | fix some comments | rustrover | 2 | -2/+2 |
2024-03-08 | Clarify docs of `Text::color_maybe` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-03-08 | Rename `transparentize` to `scale_alpha` | Héctor Ramón Jiménez | 3 | -15/+21 |
2024-03-07 | Implement additional helpers for `Border` and `container::Appearance` | Héctor Ramón Jiménez | 1 | -4/+31 |
2024-03-07 | Sort `iced_core` dependencies | Héctor Ramón Jiménez | 1 | -2/+2 |