Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-12-10 | Add image and hash snapshot-based testing to `iced_test` | 1 | -5/+4 | ||
2024-09-18 | Import `Executor` directly from `crate` | 1 | -3/+3 | ||
2024-09-18 | Allow specifying a custom executor | 1 | -0/+18 | ||
2024-07-15 | Make `run_with` take a `FnOnce` | 1 | -1/+1 | ||
2024-07-14 | Export `operate` constructor in `advanced::widget` | 1 | -1/+0 | ||
2024-07-14 | Implement `application::Update` for `()` | 1 | -0/+10 | ||
2024-07-09 | Remove `load` method from `application` and `daemon` | 1 | -20/+2 | ||
If you need to run a `Task` during boot, use `run_with` instead! | |||||
2024-06-20 | Add `window` method to `Application` | 1 | -1/+8 | ||
2024-06-20 | feat: Add methods for window settings in Application | 1 | -0/+44 | ||
This commit adds new methods to the `Application` struct for setting various window settings such as resizable, decorations, position, and level. These methods allow for more customization and control over the appearance and behavior of the application window. | |||||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -221/+369 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -13/+13 | ||
2024-05-07 | Update `winit` to `0.30` | 1 | -17/+2 | ||
2024-03-22 | Rename `compositor::Renderer` to `Default` | 1 | -2/+2 | ||
2024-03-22 | Allow custom renderers in `Program` and `Application` | 1 | -6/+12 | ||
2024-03-17 | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | 1 | -2/+1 | ||
This reverts commit cab9dec6267f3e38b2dee2a0262cd04e21a7519e. Wasm needs the `'static'` bound since the runtime will run in a background task. | |||||
2024-03-17 | Remove `'static'` bound for `P::State` in `Program::run_with` | 1 | -1/+2 | ||
2024-03-17 | Move `Application` trait to `advanced` module | 1 | -6/+3 | ||
2024-03-17 | Move `Program` to `application` module | 1 | -1/+4 | ||
2024-03-17 | Fix broken intra-doc links to `Sandbox` | 1 | -3/+1 | ||
2024-03-07 | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 1 | -2/+17 | ||
2024-03-07 | Leverage `DefaultStyle` traits instead of `Default` | 1 | -9/+7 | ||
2024-03-06 | Simplify theming for `Application` | 1 | -9/+19 | ||
2024-02-15 | Point doc links to `0.12` branch | 1 | -9/+9 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -4/+5 | ||
2024-01-18 | Remove `Compositor` window generic | 1 | -6/+1 | ||
And update `glyphon` and `window_clipboard` | |||||
2024-01-16 | WIP raw-window-handle 0.6 | 1 | -1/+6 | ||
2023-07-28 | Bump versions :tada: | 1 | -9/+9 | ||
2023-04-13 | Bump versions :tada: | 1 | -9/+9 | ||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -1/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -6/+6 | ||
2023-02-24 | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 1 | -2/+2 | ||
2023-02-24 | Overhaul `Font` type to allow font family selection | 1 | -1/+0 | ||
2023-02-18 | Bump versions :tada: | 1 | -9/+9 | ||
2023-01-14 | Bump versions :tada: | 1 | -9/+9 | ||
2023-01-12 | Draft `Shell:request_redraw` API | 1 | -7/+0 | ||
... and implement `TextInput` cursor blink :tada: | |||||
2022-12-15 | Implement `window::close` action and remove `should_exit` | 1 | -4/+0 | ||
2022-12-07 | Bump versions :tada: | 1 | -9/+9 | ||
2022-11-10 | Fix outdated links in documentation | 1 | -9/+9 | ||
2022-11-10 | Fix broken documentation links | 1 | -2/+1 | ||
2022-08-18 | Remove `window::Mode` and introduce `Settings::visible` | 1 | -21/+0 | ||
Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows. | |||||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -7/+6 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -0/+1 | ||
... and check those in CI as well! | |||||
2022-07-08 | Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure` | 1 | -3/+5 | ||
2022-07-08 | Fix missing docs in `iced` crate | 1 | -0/+1 | ||
2022-07-08 | Add `Style` variant support to `application::StyleSheet` | 1 | -1/+15 | ||
2022-05-26 | Rename `theme::Definition` to `application::StyleSheet` | 1 | -2/+3 | ||
2022-05-25 | Let a `Theme` control the background color of an application | 1 | -13/+3 | ||
... and remove `Application::background_color` | |||||
2022-05-14 | Draft first-class `Theme` support | 1 | -10/+23 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-05-02 | Replace `hecrj` in links with `iced-rs` | 1 | -9/+9 | ||
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -9/+9 | ||