Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2350 from iced-rs/theming-revolutions | 2024-03-25 | 33 | -1048/+1335 | |
|\ | | | | | Theming Revolutions | ||||
| * | Make defaults of composite widgets configurable | 2024-03-25 | 3 | -15/+35 | |
| | | |||||
| * | Use `Catalog` approach for all widgets | 2024-03-24 | 30 | -915/+1130 | |
| | | |||||
| * | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | 2024-03-24 | 9 | -149/+167 | |
| | | |||||
| * | Try catalog theming approach with `Button` | 2024-03-23 | 5 | -54/+88 | |
| | | |||||
* | | Merge pull request #2351 from iced-rs/custom-renderer-injection | 2024-03-25 | 56 | -1447/+1886 | |
|\ \ | | | | | | | Type-Driven Renderer Fallback | ||||
| * | | Remove redundant `text::Renderer` bound in `program` | 2024-03-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Reintroduce backend selection through `ICED_BACKEND` env var | 2024-03-24 | 8 | -85/+198 | |
| | | | |||||
| * | | Rename `compositor::Renderer` to `Default` | 2024-03-22 | 9 | -21/+26 | |
| | | | |||||
| * | | Fix unnecessary `into` calls in `iced_renderer::fallback` | 2024-03-22 | 1 | -4/+2 | |
| | | | |||||
| * | | Allow custom renderers in `Program` and `Application` | 2024-03-22 | 19 | -122/+162 | |
| | | | |||||
| * | | Fix standalone compilation of `iced_widget` crate | 2024-03-22 | 6 | -1/+81 | |
| | | | |||||
| * | | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 20 | -92/+158 | |
| | | | |||||
| * | | Fix outdated warning in docs of `Frame::fill_text` | 2024-03-22 | 1 | -8/+1 | |
| | | | |||||
| * | | Fix broken links in documentation | 2024-03-22 | 9 | -54/+73 | |
| | | | |||||
| * | | Restore `canvas::Frame` API | 2024-03-22 | 22 | -679/+378 | |
| | | | |||||
| * | | Restore `canvas::Program` API | 2024-03-21 | 12 | -53/+71 | |
| | | | |||||
| * | | Remove `custom` module from `iced_renderer` | 2024-03-21 | 1 | -162/+0 | |
| | | | |||||
| * | | Implement composable, type-safe renderer fallback | 2024-03-21 | 35 | -1101/+1365 | |
| | | | |||||
| * | | Use `&mut dyn Surface` instead of `&mut Box<dyn Surface>` | 2024-03-21 | 2 | -2/+2 | |
| | | | |||||
| * | | Gate `Custom` variants in `iced_renderer` behind `custom` feature | 2024-03-21 | 5 | -9/+34 | |
| | | | |||||
| * | | Draft support for dynamic custom renderer injection | 2024-03-21 | 12 | -35/+316 | |
| |/ | |||||
* | | Merge pull request #2345 from iced-rs/fix/responsive-layout-invalidation | 2024-03-21 | 2 | -11/+36 | |
|\ \ | | | | | | | Fix layout invalidation for `Responsive` widget | ||||
| * | | Fix layout invalidation for `Responsive` widget | 2024-03-21 | 2 | -11/+36 | |
|/ / | |||||
* | | Merge pull request #2341 from Koranir/premultiply | 2024-03-20 | 1 | -0/+4 | |
|\ \ | | | | | | | Allow using the premultiplied alpha wgpu compositor mode | ||||
| * | | Revert "Remove `PreMultiplied` alpha mode selection in ↵ | 2024-03-20 | 1 | -0/+4 | |
| |/ | | | | | | | | | | | `wgpu::window::compositor`" This reverts commit 33066bca1af6c67e5188c0481403f28afabcbe1f. | ||||
* | | Merge pull request #2344 from iced-rs/fix/empty-wgpu-draw-calls | 2024-03-20 | 1 | -2/+10 | |
|\ \ | |/ |/| | Fix empty `wgpu` draw calls in `image` pipeline | ||||
| * | Fix empty `wgpu` draw calls in `image` pipeline | 2024-03-20 | 1 | -2/+10 | |
| | | |||||
* | | Merge pull request #2343 from iced-rs/auto-detect-theme | 2024-03-20 | 3 | -3/+34 | |
|\ \ | |/ |/| | Introduce `auto-detect-theme` feature | ||||
| * | Introduce `auto-detect-theme` feature | 2024-03-20 | 3 | -3/+34 | |
|/ | |||||
* | Merge pull request #2342 from iced-rs/default-wasm-canvas-target | 2024-03-19 | 2 | -2/+12 | |
|\ | | | | | Target `#iced` container by default on Wasm | ||||
| * | Update `winit` fork | 2024-03-19 | 1 | -1/+1 | |
| | | |||||
| * | Try to find an `#iced` element by default on Wasm | 2024-03-19 | 1 | -1/+11 | |
|/ | |||||
* | Fix redundant import in `window::redraw_request` | 2024-03-19 | 1 | -1/+1 | |
| | |||||
* | Fix redundant import in `color_palette` example | 2024-03-19 | 1 | -3/+1 | |
| | |||||
* | Simplify message names in overview docs | 2024-03-18 | 1 | -12/+12 | |
| | |||||
* | Link to the book in the `README` | 2024-03-18 | 1 | -1/+2 | |
| | |||||
* | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | 2024-03-17 | 3 | -6/+7 | |
| | | | | | | | This reverts commit cab9dec6267f3e38b2dee2a0262cd04e21a7519e. Wasm needs the `'static'` bound since the runtime will run in a background task. | ||||
* | Remove `'static'` bound for `P::State` in `Program::run_with` | 2024-03-17 | 3 | -7/+6 | |
| | |||||
* | Move `Application` trait to `advanced` module | 2024-03-17 | 6 | -51/+48 | |
| | |||||
* | Introduce `Program::run_with` to control the initial state | 2024-03-17 | 2 | -38/+61 | |
| | |||||
* | 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 | 3 | -42/+46 | |
| | |||||
* | Use `Program` API in `editor` example | 2024-03-17 | 1 | -35/+34 | |
| |