Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `winit` to `0.30` | 2024-05-07 | 3 | -309/+308 | |
| | |||||
* | Fix windows fighting over shared `image::Cache` | 2024-05-06 | 1 | -1/+1 | |
| | | | | Image caches are local to each window now. | ||||
* | Improve layout of `ferris` example :crab: | 2024-05-03 | 1 | -16/+16 | |
| | |||||
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -17/+28 | |
| | |||||
* | Auto-focus `text_input` in `websocket` example | 2024-05-03 | 1 | -2/+7 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 33 | -314/+145 | |
| | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
* | Add `spin` mode to `ferris` example :crab: | 2024-05-03 | 2 | -15/+55 | |
| | |||||
* | Fix `Image::bounds` when rotation present in `iced_graphics` | 2024-05-03 | 1 | -1/+1 | |
| | |||||
* | Create `ferris` example to showcase `ContentFit` and `Rotation` | 2024-05-02 | 2 | -0/+171 | |
| | |||||
* | Make `image::Id` actually opaque | 2024-05-01 | 2 | -2/+2 | |
| | |||||
* | Enable logging in `clock` example | 2024-04-30 | 2 | -0/+3 | |
| | |||||
* | Invalidate text uploads after atlas trimming | 2024-04-30 | 2 | -0/+3 | |
| | |||||
* | Fix `clippy` lint in `the_matrix` example | 2024-04-30 | 1 | -6/+1 | |
| | |||||
* | Use shared `Cache` group in `the_matrix` example | 2024-04-30 | 1 | -15/+17 | |
| | |||||
* | Create `the_matrix` example | 2024-04-27 | 2 | -0/+128 | |
| | |||||
* | Use `hover` widget in `bezier_tool` example | 2024-04-27 | 1 | -11/+15 | |
| | |||||
* | Simplify `modal` example :tada: | 2024-04-25 | 1 | -328/+35 | |
| | |||||
* | Introduce `opaque` widget helper | 2024-04-25 | 1 | -1/+1 | |
| | |||||
* | Showcase new `Stack` widget in `bezier_tool` example | 2024-04-25 | 1 | -18/+35 | |
| | |||||
* | Merge pull request #2382 from iced-rs/wgpu/better-architecture | 2024-04-14 | 3 | -36/+39 | |
|\ | | | | | Improved architecture for `iced_wgpu` and `iced_tiny_skia` | ||||
| * | Make arguments of `Renderer::new` explicit in `iced_wgpu` | 2024-04-08 | 1 | -3/+4 | |
| | | |||||
| * | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 1 | -15/+18 | |
| | | |||||
| * | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -1/+1 | |
| | | |||||
| * | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 2 | -21/+20 | |
| | | |||||
* | | Remove extra Download struct from dowload_progress example | 2024-04-08 | 1 | -6/+0 | |
|/ | |||||
* | Avoid extra text allocations in `websocket` example | 2024-04-02 | 2 | -9/+18 | |
| | |||||
* | Reintroduce old `text` helper as `value` helper | 2024-04-01 | 1 | -9/+3 | |
| | |||||
* | Specialize `widget::text` helper with custom `IntoContent` trait | 2024-04-01 | 3 | -5/+9 | |
| | |||||
* | Merge pull request #2350 from iced-rs/theming-revolutions | 2024-03-25 | 7 | -54/+24 | |
|\ | | | | | Theming Revolutions | ||||
| * | Use `Catalog` approach for all widgets | 2024-03-24 | 6 | -53/+23 | |
| | | |||||
| * | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | 2024-03-24 | 1 | -1/+1 | |
| | | |||||
| * | Try catalog theming approach with `Button` | 2024-03-23 | 1 | -2/+2 | |
| | | |||||
* | | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -1/+3 | |
| | | |||||
* | | Restore `canvas::Frame` API | 2024-03-22 | 11 | -28/+13 | |
| | | |||||
* | | Restore `canvas::Program` API | 2024-03-21 | 10 | -44/+52 | |
| | | |||||
* | | Implement composable, type-safe renderer fallback | 2024-03-21 | 12 | -65/+67 | |
|/ | |||||
* | Fix redundant import in `color_palette` example | 2024-03-19 | 1 | -3/+1 | |
| | |||||
* | Move `Application` trait to `advanced` module | 2024-03-17 | 1 | -4/+6 | |
| | |||||
* | Introduce `Program::run_with` to control the initial state | 2024-03-17 | 1 | -13/+7 | |
| | |||||
* | Simplify lifetime in `toast` example | 2024-03-17 | 1 | -2/+2 | |
| | |||||
* | Use `Program` API in `modal` example | 2024-03-17 | 1 | -30/+22 | |
| | |||||
* | Use `Program` API in `modal` example | 2024-03-17 | 1 | -20/+6 | |
| | |||||
* | Use `Program` API in `websocket` example | 2024-03-17 | 1 | -20/+8 | |
| | |||||
* | Use `Program` API in `visible_bounds` example | 2024-03-17 | 1 | -29/+8 | |
| | |||||
* | Use `Program` API in `game_of_life` example | 2024-03-17 | 2 | -36/+22 | |
| | |||||
* | Remove unnecessary `Command::batch` in `todos` example | 2024-03-17 | 1 | -4/+1 | |
| | |||||
* | Use `Program` API in `todos` example | 2024-03-17 | 1 | -28/+15 | |
| | |||||
* | Use `Program` API in `editor` example | 2024-03-17 | 1 | -35/+34 | |
| | |||||
* | Move `Program` to `application` module | 2024-03-17 | 26 | -43/+31 | |
| | |||||
* | Remove `Sandbox` trait :tada: | 2024-03-17 | 10 | -27/+22 | |
| |