summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan2023-09-195-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` exampleLibravatar Héctor Ramón Jiménez2023-09-141-2/+2
|
* Fix Wasm build of `todos` exampleLibravatar Héctor Ramón Jiménez2023-09-101-0/+1
|
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-1080-238/+372
|\
| * Change init_with_level to init in examplesLibravatar Thomas2023-09-094-4/+2
| |
| * Dont use tracing-subscriber dependency on webLibravatar Thomas2023-09-091-0/+1
| |
| * Add instructions to run web examplesLibravatar Thomas2023-09-092-1/+16
| |
| * Add logging for web in tour exampleLibravatar Thomas2023-09-092-0/+12
| |
| * Add webgl feature for web examplesLibravatar Thomas2023-09-094-0/+14
| |
| * Use `Radians` as a number directly in `gradient` exampleLibravatar Héctor Ramón Jiménez2023-09-081-13/+9
| |
| * Remove unnecessary centering in `gradient` exampleLibravatar Héctor Ramón Jiménez2023-09-071-2/+0
| |
| * Use `horizontal_space` instead of empty `text` widget in `gradient` exampleLibravatar Héctor Ramón Jiménez2023-09-071-2/+2
| |
| * Use `Default` for `container::Appearance` in `gradient` exampleLibravatar Héctor Ramón Jiménez2023-09-071-6/+3
| |
| * Fix name of `gradient` example packageLibravatar Héctor Ramón Jiménez2023-09-071-1/+1
| |
| * Use `Color::WHITE` in `gradient` exampleLibravatar Héctor Ramón Jiménez2023-09-071-5/+2
| |
| * Rename `gradients` example to `gradient`Libravatar Héctor Ramón Jiménez2023-09-072-0/+0
| |
| * Simplify `gradients` exampleLibravatar Héctor Ramón Jiménez2023-09-071-62/+37
| |
| * Add gradient picker exampleLibravatar Matthias Vogelgesang2023-09-072-0/+144
| |
| * Merge pull request #2070 from ripytide/masterLibravatar Héctor Ramón2023-09-071-4/+4
| |\ | | | | | | Added a Frame::scale_nonuniform method
| | * Make `scale` methods in `Frame` generic over `f32` and `Vector`Libravatar Héctor Ramón Jiménez2023-09-071-4/+4
| | |
| * | Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-0721-78/+28
| | | | | | | | | | | | RIP Gfycat
| * | Merge pull request #2069 from iced-rs/use-workspace-dependenciesLibravatar Héctor Ramón2023-09-0748-88/+132
| |\ \ | | | | | | | | Use workspace dependencies and package inheritance
| | * | Update example dependenciesLibravatar Héctor Ramón Jiménez2023-09-074-11/+9
| | | |
| | * | Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-0447-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` exampleLibravatar Héctor Ramón Jiménez2023-09-071-1/+15
| | |
| * | Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-078-62/+41
| |/ | | | | | | Also rename `subscription::events*` to `event::listen*`.
| * Use `Length::Fill` instead of fixed length in `styling` exampleLibravatar Héctor Ramón2023-09-031-1/+1
| |
| * fix(examples-styling): fixed checkbox and toggler getting hidden behind ↵Libravatar Akshay Raina2023-09-031-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`Libravatar Héctor Ramón Jiménez2023-09-031-1/+0
| |
* | Fix Wasm build of `todos` exampleLibravatar Héctor Ramón Jiménez2023-09-041-0/+1
| |
* | Introduce `keyed::Column` widgetLibravatar Héctor Ramón Jiménez2023-09-042-9/+19
| |
* | Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-307-15/+19
| |
* | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-3012-17/+31
|/
* Update vulnerable `async-tungstenite` dependency in `websocket` exampleLibravatar Héctor Ramón Jiménez2023-08-231-1/+1
|
* Update vulnerable `env_logger` dependency in examplesLibravatar Héctor Ramón Jiménez2023-08-232-2/+2
|
* Use `Dark` theme in `stopwatch` exampleLibravatar Héctor Ramón Jiménez2023-08-231-0/+4
|
* Fetch bounds on window resize in `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-271-6/+13
|
* Highlight container bounds on hover in `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-271-14/+43
|
* Create `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-272-0/+161
|
* Introduce `visible_bounds` operation for `Container`Libravatar Héctor Ramón Jiménez2023-07-271-2/+2
|
* Fix `on_option_hovered` support in `ComboBox`Libravatar Héctor Ramón Jiménez2023-07-261-10/+10
|
* Add gif to exampleLibravatar Joao Freitas2023-07-262-1/+1
|
* Add ComboBox widgetLibravatar Joao Freitas2023-07-263-0/+170
| | | | | | - Widget implementation - Widget helper - Example
* Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-154-0/+10
|
* Fix new `clippy` lint in `pokedex` exampleLibravatar Héctor Ramón Jiménez2023-07-131-1/+1
|
* Merge pull request #1912 from tarkah/feat/scrollable-alignmentLibravatar Héctor Ramón2023-07-121-7/+45
|\ | | | | Add scrollable alignment option
| * Add scrollable alignment optionLibravatar Cory Forsstrom2023-07-041-7/+45
| |
* | Introduce `drop` helper to `pane_grid::State`Libravatar Héctor Ramón Jiménez2023-07-061-8/+3
| |
* | Simplify `Target` enum in `widget::pane_grid`Libravatar Héctor Ramón Jiménez2023-07-061-5/+4
| |
* | Add ability to drag pane to the pane grid edges & optional style for dragged ↵Libravatar Joao Freitas2023-07-061-4/+9
|/ | | | pane