| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `Step` to `Screen` in `tour` example | Héctor Ramón Jiménez | 2024-06-16 | 1 | -51/+51 |
* | Flatten state in `tour` example | Héctor Ramón Jiménez | 2024-06-16 | 1 | -339/+261 |
* | Rename `window::closings` to `window::close_events` | Héctor Ramón Jiménez | 2024-06-16 | 1 | -1/+1 |
* | Use all themes in `multi_window` example | Héctor Ramón Jiménez | 2024-06-14 | 1 | -5/+1 |
* | Simplify `WindowOpened` message handler in `multi_window` example | Héctor Ramón Jiménez | 2024-06-14 | 1 | -6/+5 |
* | Use `Task` chaining to simplify `multi_window` example | Héctor Ramón Jiménez | 2024-06-14 | 2 | -86/+75 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 16 | -106/+102 |
* | Introduce `subscription::Event` | Héctor Ramón Jiménez | 2024-06-11 | 1 | -12/+5 |
* | Introduce `window::Id` to `Event` subscriptions | Héctor Ramón Jiménez | 2024-06-10 | 7 | -17/+14 |
* | Link to the `latest` branch in examples' `README` | Héctor Ramón Jiménez | 2024-05-27 | 1 | -4/+2 |
* | Merge branch 'master' into feat/text-macro | Héctor Ramón Jiménez | 2024-05-23 | 53 | -1037/+926 |
|\ |
|
| * | Fix compilation of `integration` example in `release` mode | Héctor Ramón Jiménez | 2024-05-22 | 1 | -0/+2 |
| * | Merge pull request #2421 from skygrango/wasm/update-clock-example | Héctor Ramón | 2024-05-18 | 2 | -14/+11 |
| |\ |
|
| | * | Remove redundant default `chrono` feature in `clock` example | Héctor Ramón Jiménez | 2024-05-18 | 1 | -1/+1 |
| | * | Simplify `clock` example a bit | Héctor Ramón Jiménez | 2024-05-18 | 1 | -12/+12 |
| | * | Fix `clock` example doesn't get the correct local time under unix system | Skygrango | 2024-05-03 | 2 | -16/+13 |
| * | | Ask for explicit `Length` in `center_*` methods | Héctor Ramón Jiménez | 2024-05-13 | 11 | -22/+27 |
| * | | Update `winit` to `0.30` | Héctor Ramón Jiménez | 2024-05-07 | 3 | -309/+308 |
| * | | Fix windows fighting over shared `image::Cache` | Héctor Ramón Jiménez | 2024-05-06 | 1 | -1/+1 |
| * | | Improve layout of `ferris` example :crab: | Héctor Ramón Jiménez | 2024-05-03 | 1 | -16/+16 |
| * | | Introduce dynamic `opacity` support for `Image` and `Svg` | Héctor Ramón Jiménez | 2024-05-03 | 1 | -17/+28 |
| * | | Auto-focus `text_input` in `websocket` example | Héctor Ramón Jiménez | 2024-05-03 | 1 | -2/+7 |
| * | | Introduce `center` widget helper | Héctor Ramón Jiménez | 2024-05-03 | 33 | -314/+145 |
| * | | Add `spin` mode to `ferris` example :crab: | Héctor Ramón Jiménez | 2024-05-03 | 2 | -15/+55 |
| * | | Fix `Image::bounds` when rotation present in `iced_graphics` | Héctor Ramón Jiménez | 2024-05-03 | 1 | -1/+1 |
| * | | Create `ferris` example to showcase `ContentFit` and `Rotation` | Héctor Ramón Jiménez | 2024-05-02 | 2 | -0/+171 |
| |/ |
|
| * | Make `image::Id` actually opaque | Héctor Ramón Jiménez | 2024-05-01 | 2 | -2/+2 |
| * | Enable logging in `clock` example | Héctor Ramón Jiménez | 2024-04-30 | 2 | -0/+3 |
| * | Invalidate text uploads after atlas trimming | Héctor Ramón Jiménez | 2024-04-30 | 2 | -0/+3 |
| * | Fix `clippy` lint in `the_matrix` example | Héctor Ramón Jiménez | 2024-04-30 | 1 | -6/+1 |
| * | Use shared `Cache` group in `the_matrix` example | Héctor Ramón Jiménez | 2024-04-30 | 1 | -15/+17 |
| * | Create `the_matrix` example | Héctor Ramón Jiménez | 2024-04-27 | 2 | -0/+128 |
| * | Use `hover` widget in `bezier_tool` example | Héctor Ramón Jiménez | 2024-04-27 | 1 | -11/+15 |
| * | Simplify `modal` example :tada: | Héctor Ramón Jiménez | 2024-04-25 | 1 | -328/+35 |
| * | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 2024-04-25 | 1 | -1/+1 |
| * | Showcase new `Stack` widget in `bezier_tool` example | Héctor Ramón Jiménez | 2024-04-25 | 1 | -18/+35 |
| * | Merge pull request #2382 from iced-rs/wgpu/better-architecture | Héctor Ramón | 2024-04-14 | 3 | -36/+39 |
| |\ |
|
| | * | Make arguments of `Renderer::new` explicit in `iced_wgpu` | Héctor Ramón Jiménez | 2024-04-08 | 1 | -3/+4 |
| | * | Reintroduce support for custom primitives in `iced_wgpu` | Héctor Ramón Jiménez | 2024-04-08 | 1 | -15/+18 |
| | * | Decouple caching from layering and simplify everything | Héctor Ramón Jiménez | 2024-04-05 | 1 | -1/+1 |
| | * | Redesign `iced_wgpu` layering architecture | Héctor Ramón Jiménez | 2024-04-03 | 2 | -21/+20 |
| * | | Remove extra Download struct from dowload_progress example | alex-ds13 | 2024-04-08 | 1 | -6/+0 |
| |/ |
|
| * | Avoid extra text allocations in `websocket` example | Héctor Ramón Jiménez | 2024-04-02 | 2 | -9/+18 |
| * | Reintroduce old `text` helper as `value` helper | Héctor Ramón Jiménez | 2024-04-01 | 1 | -9/+3 |
| * | Specialize `widget::text` helper with custom `IntoContent` trait | Héctor Ramón Jiménez | 2024-04-01 | 3 | -5/+9 |
| * | Merge pull request #2350 from iced-rs/theming-revolutions | Héctor Ramón | 2024-03-25 | 7 | -54/+24 |
| |\ |
|
| | * | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 6 | -53/+23 |
| | * | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | Héctor Ramón Jiménez | 2024-03-24 | 1 | -1/+1 |
| | * | Try catalog theming approach with `Button` | Héctor Ramón Jiménez | 2024-03-23 | 1 | -2/+2 |
| * | | Make `iced_tiny_skia` optional with a `tiny-skia` feature | Héctor Ramón Jiménez | 2024-03-22 | 1 | -1/+3 |