| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 2024-07-12 | 1 | -13/+7 |
* | Introduce helper methods for alignment for all widgets | Héctor Ramón Jiménez | 2024-07-12 | 1 | -3/+3 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 1 | -6/+10 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -4/+4 |
* | Merge branch 'master' into feat/text-macro | Héctor Ramón Jiménez | 2024-05-23 | 1 | -3/+3 |
|\ |
|
| * | Restore `canvas::Frame` API | Héctor Ramón Jiménez | 2024-03-22 | 1 | -5/+3 |
| * | Restore `canvas::Program` API | Héctor Ramón Jiménez | 2024-03-21 | 1 | -5/+7 |
| * | Implement composable, type-safe renderer fallback | Héctor Ramón Jiménez | 2024-03-21 | 1 | -9/+9 |
* | | refactor: replace `text(format!(` with `text` macro | Richard Custodio | 2024-03-18 | 1 | -1/+1 |
|/ |
|
* | Use `Program` API in `game_of_life` example | Héctor Ramón Jiménez | 2024-03-17 | 1 | -35/+21 |
* | Group preset list and clear button in `game_of_life` example | Héctor Ramón Jiménez | 2024-03-08 | 1 | -11/+8 |
* | Rename `positive` and `destructive` to `success` and `danger` in `button` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -1/+1 |
* | Simplify theming for `Button` widget | Héctor Ramón Jiménez | 2024-03-04 | 1 | -3/+3 |
* | Fix unused import in `game_of_life` example | Héctor Ramón Jiménez | 2024-02-05 | 1 | -1/+1 |
* | Fix unused `Instant` in `game_of_life` example | Héctor Ramón Jiménez | 2024-02-05 | 1 | -3/+3 |
* | Introduce support for disabling a `checkbox` | Alexander van Saase | 2024-02-01 | 1 | -1/+2 |
* | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 1 | -2/+2 |
* | Update `itertools` dependency for `game_of_life` example | Héctor Ramón Jiménez | 2023-11-15 | 1 | -1/+1 |
* | Fix `clippy::manual_let_else` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -6/+3 |
* | Fix `clippy::match-wildcard-for-single-variants` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+2 |
* | Merge pull request #2092 from nyurik/clippy | Héctor Ramón | 2023-09-19 | 1 | -1/+1 |
|\ |
|
| * | Chore: Apply some minor clippy fixes | Yuri Astrakhan | 2023-09-19 | 1 | -1/+1 |
* | | Chore: Inline format args for ease of reading | Yuri Astrakhan | 2023-09-19 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 3 | -13/+13 |
|\ |
|
| * | Merge pull request #2070 from ripytide/master | Héctor Ramón | 2023-09-07 | 1 | -4/+4 |
| |\ |
|
| | * | Make `scale` methods in `Frame` generic over `f32` and `Vector` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -4/+4 |
| * | | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -3/+1 |
| * | | Update example dependencies | Héctor Ramón Jiménez | 2023-09-07 | 1 | -1/+1 |
| * | | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 2 | -5/+7 |
| |/ |
|
* / | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+1 |
|/ |
|
* | Update vulnerable `env_logger` dependency in examples | Héctor Ramón Jiménez | 2023-08-23 | 1 | -1/+1 |
* | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 2023-06-08 | 1 | -6/+5 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -8/+7 |
* | Move `Canvas` and `QRCode` to `iced` crate | Héctor Ramón Jiménez | 2023-03-03 | 1 | -1/+1 |
* | Fix `Clip` primitive translation in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -1/+1 |
* | Implement `Canvas` support for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -35/+38 |
* | Fix: Clippy lint 'uninlined_format_args' | 13r0ck | 2023-01-27 | 1 | -1/+1 |
* | Fix `#[default]` in `preset` for `game_of_life` example | Héctor Ramón | 2023-01-19 | 1 | -1/+1 |
* | Update preset.rs | Jedsek | 2023-01-19 | 1 | -7/+2 |
* | Fix `clippy` lints for Rust 1.66 | Héctor Ramón Jiménez | 2022-12-20 | 1 | -2/+4 |
* | Fix `clippy` lints | Héctor Ramón Jiménez | 2022-10-04 | 1 | -14/+11 |
* | Working multitouch example | Artur Sapek | 2022-10-04 | 1 | -0/+17 |
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -133/+137 |
* | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 2022-07-09 | 2 | -10/+10 |
* | Implement theme styling for `Canvas` | Héctor Ramón Jiménez | 2022-06-07 | 1 | -2/+7 |
* | Implement theme styling for `PickList` and `Menu` | Héctor Ramón Jiménez | 2022-06-07 | 2 | -59/+1 |
* | Introduce specific types for each `palette::Extended` field | Héctor Ramón Jiménez | 2022-05-26 | 2 | -24/+9 |
* | Fix examples and doc-tests | Héctor Ramón Jiménez | 2022-05-26 | 2 | -62/+7 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 2 | -71/+6 |
* | Update Rust edition to 2021 :tada: | Héctor Ramón Jiménez | 2022-02-09 | 1 | -1/+1 |