| Commit message (Expand) | Author | Age | Files | Lines |
* | Add image and hash snapshot-based testing to `iced_test` | Héctor Ramón Jiménez | 2024-12-10 | 1 | -5/+4 |
* | Import `Executor` directly from `crate` | Héctor Ramón Jiménez | 2024-09-18 | 1 | -3/+3 |
* | Allow specifying a custom executor | mtkennerly | 2024-09-18 | 1 | -0/+18 |
* | Make `run_with` take a `FnOnce` | Héctor Ramón Jiménez | 2024-07-15 | 1 | -1/+1 |
* | Export `operate` constructor in `advanced::widget` | Héctor Ramón Jiménez | 2024-07-14 | 1 | -1/+0 |
* | Implement `application::Update` for `()` | Héctor Ramón Jiménez | 2024-07-14 | 1 | -0/+10 |
* | Remove `load` method from `application` and `daemon` | Héctor Ramón Jiménez | 2024-07-09 | 1 | -20/+2 |
* | Add `window` method to `Application` | Héctor Ramón Jiménez | 2024-06-20 | 1 | -1/+8 |
* | feat: Add methods for window settings in Application | ryankopf | 2024-06-20 | 1 | -0/+44 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 1 | -221/+369 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -13/+13 |
* | Update `winit` to `0.30` | Héctor Ramón Jiménez | 2024-05-07 | 1 | -17/+2 |
* | Rename `compositor::Renderer` to `Default` | Héctor Ramón Jiménez | 2024-03-22 | 1 | -2/+2 |
* | Allow custom renderers in `Program` and `Application` | Héctor Ramón Jiménez | 2024-03-22 | 1 | -6/+12 |
* | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | Héctor Ramón Jiménez | 2024-03-17 | 1 | -2/+1 |
* | Remove `'static'` bound for `P::State` in `Program::run_with` | Héctor Ramón Jiménez | 2024-03-17 | 1 | -1/+2 |
* | Move `Application` trait to `advanced` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -6/+3 |
* | Move `Program` to `application` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -1/+4 |
* | Fix broken intra-doc links to `Sandbox` | Héctor Ramón Jiménez | 2024-03-17 | 1 | -3/+1 |
* | Merge pull request #2312 from iced-rs/theming-reloaded | Héctor Ramón | 2024-03-08 | 1 | -12/+20 |
|\ |
|
| * | Leverage `DefaultStyle` traits instead of `Default` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -9/+7 |
| * | Simplify theming for `Application` | Héctor Ramón Jiménez | 2024-03-06 | 1 | -9/+19 |
* | | Fix `block_on` in `iced_wgpu` hanging Wasm builds | Héctor Ramón Jiménez | 2024-03-07 | 1 | -2/+17 |
|/ |
|
* | Point doc links to `0.12` branch | Héctor Ramón Jiménez | 2024-02-15 | 1 | -9/+9 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -4/+5 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 1 | -9/+9 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -9/+9 |
|\ |
|
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-04-13 | 1 | -9/+9 |
* | | Rename `iced_native` to `iced_runtime` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -1/+1 |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -6/+6 |
* | | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | Héctor Ramón Jiménez | 2023-02-24 | 1 | -2/+2 |
* | | Overhaul `Font` type to allow font family selection | Héctor Ramón Jiménez | 2023-02-24 | 1 | -1/+0 |
|/ |
|
* | Bump versions :tada: | Héctor Ramón Jiménez | 2023-02-18 | 1 | -9/+9 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2023-01-14 | 1 | -9/+9 |
* | Draft `Shell:request_redraw` API | Héctor Ramón Jiménez | 2023-01-12 | 1 | -7/+0 |
* | Implement `window::close` action and remove `should_exit` | Héctor Ramón Jiménez | 2022-12-15 | 1 | -4/+0 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2022-12-07 | 1 | -9/+9 |
* | Fix outdated links in documentation | Héctor Ramón Jiménez | 2022-11-10 | 1 | -9/+9 |
* | Fix broken documentation links | Héctor Ramón Jiménez | 2022-11-10 | 1 | -2/+1 |
* | Remove `window::Mode` and introduce `Settings::visible` | Héctor Ramón Jiménez | 2022-08-18 | 1 | -21/+0 |
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -7/+6 |
* | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 2022-07-09 | 1 | -0/+1 |
* | Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure` | Héctor Ramón Jiménez | 2022-07-08 | 1 | -3/+5 |
* | Fix missing docs in `iced` crate | Héctor Ramón Jiménez | 2022-07-08 | 1 | -0/+1 |
* | Add `Style` variant support to `application::StyleSheet` | Héctor Ramón Jiménez | 2022-07-08 | 1 | -1/+15 |
* | Rename `theme::Definition` to `application::StyleSheet` | Héctor Ramón Jiménez | 2022-05-26 | 1 | -2/+3 |
* | Let a `Theme` control the background color of an application | Héctor Ramón Jiménez | 2022-05-25 | 1 | -13/+3 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 1 | -10/+23 |
* | Replace `hecrj` in links with `iced-rs` | Héctor Ramón Jiménez | 2022-05-02 | 1 | -9/+9 |
* | Point repository links to `0.4` branch in documentation | Héctor Ramón Jiménez | 2022-04-30 | 1 | -9/+9 |