summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | fix: arc exampleLibravatar Ashley Wulber2022-11-031-1/+1
| | | | | |
| * | | | | fix: clippy lint ↵Libravatar Ashley Wulber2022-11-032-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
| * | | | | refactor: remove once_cell from styling exampleLibravatar Ashley Wulber2022-11-032-14/+15
| | | | | |
| * | | | | fix: scrollable exampleLibravatar Ashley Wulber2022-11-031-5/+14
| | | | | |
| * | | | | refactor: undo changes to radioLibravatar Ashley Wulber2022-11-031-9/+20
| | | | | |
| * | | | | wip: Custom palette for built in themeLibravatar Ashley Wulber2022-11-032-3/+22
| | |_|/ / | |/| | |
| * | | | Rename `cached` example to `lazy`Libravatar Héctor Ramón Jiménez2022-11-032-0/+149
| | | | |
| * | | | Rename `SortOrder` to `Order` in `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-20/+15
| | | | |
| * | | | Rename `iced_lazy::Cached` to `Lazy` :tada:Libravatar Héctor Ramón Jiménez2022-11-031-31/+28
| | | | |
| * | | | Improve layout of `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-27/+32
| | | | |
| * | | | Add `padding` to main `column` in `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-1/+2
| | | | |
| * | | | Move declaration of `SortOrder` in `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-19/+19
| | | | |
| * | | | Remove `iced_native` dependency from `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-1/+0
| | | | |
| * | | | Rename `pure_cached` example to `cached`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
| | | | |
| * | | | add exampleLibravatar Nick Senger2022-11-032-0/+152
| | |_|/ | |/| |
* / | | Vertical orientation added to Slider.Libravatar Casper Storm2022-12-124-0/+92
|/ / /
* | | Merge pull request #1497 from ids1024/once_cellLibravatar Héctor Ramón2022-11-014-9/+6
|\ \ \ | | | | | | | | Use `once_cell` instead of `lazy_static`
| * | | Remove patch version from `once_cell` dependencyLibravatar Héctor Ramón Jiménez2022-11-012-2/+2
| | | |
| * | | Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott2022-10-284-9/+6
| | |/ | |/| | | | | | | | | | | | | This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`).
* | | Remove inconsistent `wgpu` importsLibravatar Héctor Ramón Jiménez2022-11-011-3/+2
| | |
* | | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp2022-11-011-0/+3
|/ /
* | Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-10-042-21/+15
| |
* | Replace `voronoi` crate with `voronator`Libravatar Héctor Ramón Jiménez2022-10-042-24/+18
| |
* | Finish `multitouch` exampleLibravatar Héctor Ramón Jiménez2022-10-041-31/+14
| |
* | vornoi experimentLibravatar Artur Sapek2022-10-042-5/+81
| |
* | Working multitouch exampleLibravatar Artur Sapek2022-10-043-0/+178
|/
* Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`Libravatar nlevy2022-09-261-6/+6
|
* Include short version in example appLibravatar Clark Moody2022-09-231-0/+11
|
* Implement sierpinski-triangle exampleLibravatar xkenmon2022-09-234-0/+220
|
* Take `Cow` in `Text::new`Libravatar Ram.Type-02022-09-211-3/+3
|
* Update docs for running `integration_wgpu` exampleLibravatar Zoron2022-09-081-1/+1
|
* Reintroduce `Element::explain`Libravatar Héctor Ramón Jiménez2022-08-261-4/+12
|
* Merge pull request #1393 from iced-rs/deprecate-stateful-widgetsLibravatar Héctor Ramón2022-08-0658-5318/+1265
|\ | | | | Replace stateful widgets with the new `iced_pure` API
| * Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-043-22/+53
| |
| * Implement `focus_previous` operationLibravatar Héctor Ramón Jiménez2022-08-041-3/+12
| |
| * Implement `focus_next` operationLibravatar Héctor Ramón Jiménez2022-08-021-12/+45
| | | | | | | | ... as well as a `count_focusable` composable helper!
| * Focus text inputs in `todos` exampleLibravatar Héctor Ramón Jiménez2022-07-282-5/+27
| |
| * Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-281-4/+2
| |
| * Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-272-2/+2
| |
| * Enable `arc` exampleLibravatar Héctor Ramón Jiménez2022-07-272-4/+6
| |
| * Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez2022-07-272-8/+9
| |
| * Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-2755-5288/+1139
| |
* | Bump `websocket` example version to fix `audit` workflowLibravatar Héctor Ramón Jiménez2022-08-041-1/+1
|/
* Fix small lint in `pure_color_palette` exampleLibravatar Héctor Ramón Jiménez2022-07-271-1/+1
|
* add pure version of color_palette exampleLibravatar Max Unsted2022-07-274-0/+490
|
* Fix `deb` asset path in `todos` exampleLibravatar Héctor Ramón Jiménez2022-07-141-1/+1
|
* Use `Palette` consistently in `arc` exampleLibravatar Héctor Ramón Jiménez2022-07-101-6/+4
|
* Fix `README` or `arc` exampleLibravatar Héctor Ramón Jiménez2022-07-101-2/+2
|
* Add and purify `arc` example by @ThatsNoMoonLibravatar Héctor Ramón Jiménez2022-07-103-0/+149
|
* Fix Wasm build of `todos` exampleLibravatar Héctor Ramón Jiménez2022-07-092-14/+14
|