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