Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Chore: Apply clippy map transformations" | 2023-09-20 | 2 | -5/+6 | |
| | | | | This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f. | ||||
* | Run `cargo fmt` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Fix `clippy::unused_async` | 2023-09-20 | 2 | -11/+20 | |
| | |||||
* | Fix `clippy::manual_let_else` | 2023-09-20 | 6 | -22/+9 | |
| | |||||
* | Fix `clippy::match-wildcard-for-single-variants` | 2023-09-20 | 2 | -3/+3 | |
| | |||||
* | Fix `clippy::default_trait_access` | 2023-09-20 | 7 | -11/+13 | |
| | |||||
* | Fix `clippy::trivially-copy-pass-by-ref` | 2023-09-20 | 2 | -19/+12 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 5 | -5/+5 | |
| | |||||
* | Merge pull request #2092 from nyurik/clippy | 2023-09-19 | 2 | -2/+2 | |
|\ | | | | | Chore: Apply some minor clippy fixes | ||||
| * | Chore: Apply some minor clippy fixes | 2023-09-19 | 2 | -2/+2 | |
| | | | | | | | | | | | | * Use `.elapsed()` for duration * Use direct iteration without calling `.iter()` and the like * order fields in the `Text` struct creation as declared | ||||
* | | Merge pull request #2090 from nyurik/mapping | 2023-09-19 | 2 | -6/+5 | |
|\ \ | | | | | | | Chore: Apply clippy map transformations | ||||
| * | | Chore: Apply clippy map transformations | 2023-09-19 | 2 | -6/+5 | |
| |/ | | | | | | | Convert `.map().unwrap_or()` to `.map_or()` and similar transformations. | ||||
* / | Chore: Inline format args for ease of reading | 2023-09-19 | 5 | -12/+10 | |
|/ | | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read. | ||||
* | Fix styling of horizontal scrollbar in `scrollable` example | 2023-09-14 | 1 | -2/+2 | |
| | |||||
* | Fix Wasm build of `todos` example | 2023-09-10 | 1 | -0/+1 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 80 | -238/+372 | |
|\ | |||||
| * | Change init_with_level to init in examples | 2023-09-09 | 4 | -4/+2 | |
| | | |||||
| * | Dont use tracing-subscriber dependency on web | 2023-09-09 | 1 | -0/+1 | |
| | | |||||
| * | Add instructions to run web examples | 2023-09-09 | 2 | -1/+16 | |
| | | |||||
| * | Add logging for web in tour example | 2023-09-09 | 2 | -0/+12 | |
| | | |||||
| * | Add webgl feature for web examples | 2023-09-09 | 4 | -0/+14 | |
| | | |||||
| * | Use `Radians` as a number directly in `gradient` example | 2023-09-08 | 1 | -13/+9 | |
| | | |||||
| * | Remove unnecessary centering in `gradient` example | 2023-09-07 | 1 | -2/+0 | |
| | | |||||
| * | Use `horizontal_space` instead of empty `text` widget in `gradient` example | 2023-09-07 | 1 | -2/+2 | |
| | | |||||
| * | Use `Default` for `container::Appearance` in `gradient` example | 2023-09-07 | 1 | -6/+3 | |
| | | |||||
| * | Fix name of `gradient` example package | 2023-09-07 | 1 | -1/+1 | |
| | | |||||
| * | Use `Color::WHITE` in `gradient` example | 2023-09-07 | 1 | -5/+2 | |
| | | |||||
| * | Rename `gradients` example to `gradient` | 2023-09-07 | 2 | -0/+0 | |
| | | |||||
| * | Simplify `gradients` example | 2023-09-07 | 1 | -62/+37 | |
| | | |||||
| * | Add gradient picker example | 2023-09-07 | 2 | -0/+144 | |
| | | |||||
| * | 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 | 21 | -78/+28 | |
| | | | | | | | | | | | | RIP Gfycat | ||||
| * | | Merge pull request #2069 from iced-rs/use-workspace-dependencies | 2023-09-07 | 48 | -88/+132 | |
| |\ \ | | | | | | | | | Use workspace dependencies and package inheritance | ||||
| | * | | Update example dependencies | 2023-09-07 | 4 | -11/+9 | |
| | | | | |||||
| | * | | Use workspace dependencies and package inheritance | 2023-09-04 | 47 | -78/+124 | |
| | |/ | | | | | | | | | | | | | | | | 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. | ||||
| * | | Add hotkey support for `stopwatch` example | 2023-09-07 | 1 | -1/+15 | |
| | | | |||||
| * | | Introduce `keyboard::on_key_press` and `on_key_release` | 2023-09-07 | 8 | -62/+41 | |
| |/ | | | | | | | Also rename `subscription::events*` to `event::listen*`. | ||||
| * | Use `Length::Fill` instead of fixed length in `styling` example | 2023-09-03 | 1 | -1/+1 | |
| | | |||||
| * | fix(examples-styling): fixed checkbox and toggler getting hidden behind ↵ | 2023-09-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | scrollbar Column inside scrollable is having Length::Fill so it is taking entire width thus hiding check box and toggler. Added fixed width to scrollable so Lenth::Fill will be relative to fixed width | ||||
| * | Update `wgpu` to `0.17` | 2023-09-03 | 1 | -1/+0 | |
| | | |||||
* | | Fix Wasm build of `todos` example | 2023-09-04 | 1 | -0/+1 | |
| | | |||||
* | | Introduce `keyed::Column` widget | 2023-09-04 | 2 | -9/+19 | |
| | | |||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 7 | -15/+19 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 12 | -17/+31 | |
|/ | |||||
* | Update vulnerable `async-tungstenite` dependency in `websocket` example | 2023-08-23 | 1 | -1/+1 | |
| | |||||
* | Update vulnerable `env_logger` dependency in examples | 2023-08-23 | 2 | -2/+2 | |
| | |||||
* | Use `Dark` theme in `stopwatch` example | 2023-08-23 | 1 | -0/+4 | |
| | |||||
* | Fetch bounds on window resize in `visible_bounds` example | 2023-07-27 | 1 | -6/+13 | |
| | |||||
* | Highlight container bounds on hover in `visible_bounds` example | 2023-07-27 | 1 | -14/+43 | |
| |