| Commit message (Expand) | Author | Files | Lines |
2025-02-21 | Update all `examples` to Rust 2024 | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-12-17 | Avoid dropping results in `counter` test | Héctor Ramón Jiménez | 1 | -4/+3 |
2024-12-17 | Write documentation for `iced_test` | Héctor Ramón Jiménez | 1 | -0/+29 |
2024-07-12 | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 1 | -1/+2 |
2024-07-12 | Introduce helper methods for alignment for all widgets | Héctor Ramón Jiménez | 1 | -2/+1 |
2024-03-16 | Introduce `Program` API | Héctor Ramón Jiménez | 1 | -23/+13 |
2022-07-27 | Use `ToString` for `Text::new` instead of `Into<String>` | Héctor Ramón Jiménez | 1 | -1/+1 |
2022-07-27 | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 1 | -20/+12 |
2022-05-14 | Draft first-class `Theme` support | Héctor Ramón Jiménez | 1 | -3/+2 |
2021-09-20 | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 1 | -2/+2 |
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | Héctor Ramón Jiménez | 1 | -2/+4 |
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-01-22 | Make title consistent in `counter` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-01-22 | Center items in `counter` example | Héctor Ramón Jiménez | 1 | -1/+2 |
2020-01-20 | Package examples and remove `dev-dependencies` | Héctor Ramón Jiménez | 1 | -0/+0 |
2019-11-26 | Add simple counter example | Héctor Ramón Jiménez | 1 | -0/+56 |