Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary `Future` imports | 2025-02-21 | 1 | -1/+0 | |
| | |||||
* | Update all `examples` to Rust 2024 | 2025-02-21 | 2 | -3/+4 | |
| | |||||
* | Replace `with` function with `Function` trait | 2025-02-11 | 1 | -9/+5 | |
| | |||||
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -2/+2 | |
| | |||||
* | Add `Duration` helpers to `time` module | 2025-01-24 | 1 | -4/+3 | |
| | |||||
* | Implement `reactive-rendering` for `canvas` | 2024-11-05 | 1 | -19/+33 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -13/+7 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -3/+3 | |
| | |||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -6/+10 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -4/+4 | |
| | |||||
* | Merge branch 'master' into feat/text-macro | 2024-05-23 | 1 | -3/+3 | |
|\ | |||||
| * | Restore `canvas::Frame` API | 2024-03-22 | 1 | -5/+3 | |
| | | |||||
| * | Restore `canvas::Program` API | 2024-03-21 | 1 | -5/+7 | |
| | | |||||
| * | Implement composable, type-safe renderer fallback | 2024-03-21 | 1 | -9/+9 | |
| | | |||||
* | | refactor: replace `text(format!(` with `text` macro | 2024-03-18 | 1 | -1/+1 | |
|/ | |||||
* | Use `Program` API in `game_of_life` example | 2024-03-17 | 1 | -35/+21 | |
| | |||||
* | Group preset list and clear button in `game_of_life` example | 2024-03-08 | 1 | -11/+8 | |
| | |||||
* | Rename `positive` and `destructive` to `success` and `danger` in `button` | 2024-03-07 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Button` widget | 2024-03-04 | 1 | -3/+3 | |
| | |||||
* | Fix unused import in `game_of_life` example | 2024-02-05 | 1 | -1/+1 | |
| | |||||
* | Fix unused `Instant` in `game_of_life` example | 2024-02-05 | 1 | -3/+3 | |
| | |||||
* | Introduce support for disabling a `checkbox` | 2024-02-01 | 1 | -1/+2 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -2/+2 | |
| | |||||
* | Update `itertools` dependency for `game_of_life` example | 2023-11-15 | 1 | -1/+1 | |
| | |||||
* | Fix `clippy::manual_let_else` | 2023-09-20 | 1 | -6/+3 | |
| | |||||
* | Fix `clippy::match-wildcard-for-single-variants` | 2023-09-20 | 1 | -2/+2 | |
| | |||||
* | Merge pull request #2092 from nyurik/clippy | 2023-09-19 | 1 | -1/+1 | |
|\ | | | | | Chore: Apply some minor clippy fixes | ||||
| * | Chore: Apply some minor clippy fixes | 2023-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | * Use `.elapsed()` for duration * Use direct iteration without calling `.iter()` and the like * order fields in the `Text` struct creation as declared | ||||
* | | Chore: Inline format args for ease of reading | 2023-09-19 | 1 | -2/+1 | |
|/ | | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read. | ||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 3 | -13/+13 | |
|\ | |||||
| * | Merge pull request #2070 from ripytide/master | 2023-09-07 | 1 | -4/+4 | |
| |\ | | | | | | | Added a Frame::scale_nonuniform method | ||||
| | * | Make `scale` methods in `Frame` generic over `f32` and `Vector` | 2023-09-07 | 1 | -4/+4 | |
| | | | |||||
| * | | Host GIFs and video examples in `iced.rs` | 2023-09-07 | 1 | -3/+1 | |
| | | | | | | | | | | | | RIP Gfycat | ||||
| * | | Update example dependencies | 2023-09-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Use workspace dependencies and package inheritance | 2023-09-04 | 2 | -5/+7 | |
| |/ | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
* / | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -1/+1 | |
|/ | |||||
* | Update vulnerable `env_logger` dependency in examples | 2023-08-23 | 1 | -1/+1 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -6/+5 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -8/+7 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -1/+1 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Fix `Clip` primitive translation in `iced_tiny_skia` | 2023-03-01 | 1 | -1/+1 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -35/+38 | |
| | |||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -1/+1 | |
| | |||||
* | Fix `#[default]` in `preset` for `game_of_life` example | 2023-01-19 | 1 | -1/+1 | |
| | |||||
* | Update preset.rs | 2023-01-19 | 1 | -7/+2 | |
| | |||||
* | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -2/+4 | |
| | |||||
* | Fix `clippy` lints | 2022-10-04 | 1 | -14/+11 | |
| | |||||
* | Working multitouch example | 2022-10-04 | 1 | -0/+17 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -133/+137 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 2 | -10/+10 | |
| | | | | ... and check those in CI as well! |