| Commit message (Expand) | Author | Files | Lines |
2025-02-22 | Darken background of `Dark` theme | Héctor Ramón Jiménez | 1 | -1/+1 |
2025-02-22 | Recreate `todos` snapshot test | Héctor Ramón Jiménez | 1 | -1/+1 |
2025-02-21 | Update all `examples` to Rust 2024 | Héctor Ramón Jiménez | 2 | -3/+3 |
2025-02-11 | Replace `with` function with `Function` trait | Héctor Ramón Jiménez | 1 | -4/+5 |
2025-02-02 | Use working wasmtimer for time::every | Kitsu | 2 | -2/+3 |
2025-01-29 | Replace unmaintained `directories-next` crate with `directories` crate | rhysd | 2 | -2/+2 |
2025-01-24 | Add helper functions for alignment to `widget` module | Héctor Ramón Jiménez | 1 | -2/+2 |
2025-01-06 | Rename `window::change_*` tasks to `set_*` | Héctor Ramón Jiménez | 1 | -3/+1 |
2024-12-17 | Write documentation for `iced_test` | Héctor Ramón Jiménez | 1 | -2/+3 |
2024-12-17 | Use proper hash for `creates_a_new_task` snapshot | Héctor Ramón Jiménez | 3 | -3/+3 |
2024-12-17 | Append `env::consts::OS` to snapshot filenames | Héctor Ramón Jiménez | 3 | -3/+2 |
2024-12-17 | Reduce size of `Simulator` in `todos` test | Héctor Ramón Jiménez | 2 | -2/+3 |
2024-12-17 | Implement `Simulator::simulate` and polish naming | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-12-14 | Support custom renderers in `iced_test` through `renderer::Headless` trait | Héctor Ramón Jiménez | 2 | -6/+15 |
2024-12-12 | Embed and use Fira Sans as default font when testing | Héctor Ramón Jiménez | 2 | -1/+2 |
2024-12-10 | Stop tracking `todos` snapshot hash file | Héctor Ramón Jiménez | 1 | -1/+0 |
2024-12-10 | Add explicit `'static` in `todos` for Rust 1.80 | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-12-10 | Decouple `iced_test` from `iced` crate | Héctor Ramón Jiménez | 1 | -12/+11 |
2024-12-10 | Add image and hash snapshot-based testing to `iced_test` | Héctor Ramón Jiménez | 2 | -3/+13 |
2024-12-10 | Return `Result` in `todos` test | Héctor Ramón Jiménez | 1 | -8/+4 |
2024-12-10 | Draft `iced_test` crate and test `todos` example | Héctor Ramón Jiménez | 2 | -0/+36 |
2024-09-18 | Implement some `From` traits for `text_input::Id` | Héctor Ramón Jiménez | 2 | -6/+2 |
2024-08-24 | Implement `align_x` for `TextInput` | Shan | 1 | -1/+2 |
2024-07-12 | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 1 | -18/+19 |
2024-07-12 | Introduce helper methods for alignment for all widgets | Héctor Ramón Jiménez | 1 | -19/+8 |
2024-07-09 | Remove `load` method from `application` and `daemon` | Héctor Ramón Jiménez | 1 | -6/+7 |
2024-06-20 | Remove `window::Id::MAIN` constant | Héctor Ramón Jiménez | 1 | -3/+4 |
2024-06-19 | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-06-14 | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-05-13 | Ask for explicit `Length` in `center_*` methods | Héctor Ramón Jiménez | 1 | -1/+4 |
2024-05-03 | Introduce `center` widget helper | Héctor Ramón Jiménez | 1 | -9/+5 |
2024-03-18 | refactor: replace `text(format!(` with `text` macro | Richard Custodio | 1 | -2/+2 |
2024-03-17 | Use `Program` API in `game_of_life` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-03-17 | Remove unnecessary `Command::batch` in `todos` example | Héctor Ramón Jiménez | 1 | -4/+1 |
2024-03-17 | Use `Program` API in `todos` example | Héctor Ramón Jiménez | 1 | -28/+15 |
2024-03-07 | Rename `positive` and `destructive` to `success` and `danger` in `button` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-03-05 | Reduce default size of `checkbox` to `15.0` | Héctor Ramón Jiménez | 1 | -0/+1 |
2024-03-04 | Simplify theming for `Button` widget | Héctor Ramón Jiménez | 1 | -7/+7 |
2024-03-04 | Simplify theming for `Text` widget | Héctor Ramón Jiménez | 1 | -3/+3 |
2024-02-05 | Fix new `beta` toolchain warnings | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-02-01 | Introduce support for disabling a `checkbox` | Alexander van Saase | 1 | -7/+4 |
2024-01-16 | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 1 | -5/+11 |
2024-01-10 | Fix `size_hint` for `keyed_column` | Héctor Ramón Jiménez | 1 | -8/+1 |
2023-11-30 | Use actual floats for logical coordinates | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-09-20 | Fix `clippy::trivially-copy-pass-by-ref` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-09-19 | Chore: Inline format args for ease of reading | Yuri Astrakhan | 1 | -2/+1 |
2023-09-10 | Fix Wasm build of `todos` example | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-09-09 | Add instructions to run web examples | Thomas | 1 | -1/+8 |
2023-09-09 | Add webgl feature for web examples | Thomas | 1 | -0/+3 |
2023-09-07 | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 1 | -2/+2 |