summaryrefslogtreecommitdiffstats
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-03Move declaration of `SortOrder` in `cached` exampleLibravatar Héctor Ramón Jiménez1-19/+19
2022-11-03Remove `iced_native` dependency from `cached` exampleLibravatar Héctor Ramón Jiménez1-1/+0
2022-11-03Rename `pure_cached` example to `cached`Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-03add exampleLibravatar Nick Senger2-0/+152
2022-11-01Remove patch version from `once_cell` dependencyLibravatar Héctor Ramón Jiménez2-2/+2
2022-11-01Remove inconsistent `wgpu` importsLibravatar Héctor Ramón Jiménez1-3/+2
2022-11-01Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp1-0/+3
2022-10-28Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott4-9/+6
2022-10-04Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2-21/+15
2022-10-04Replace `voronoi` crate with `voronator`Libravatar Héctor Ramón Jiménez2-24/+18
2022-10-04Finish `multitouch` exampleLibravatar Héctor Ramón Jiménez1-31/+14
2022-10-04vornoi experimentLibravatar Artur Sapek2-5/+81
2022-10-04Working multitouch exampleLibravatar Artur Sapek3-0/+178
2022-09-26Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`Libravatar nlevy1-6/+6
2022-09-23Include short version in example appLibravatar Clark Moody1-0/+11
2022-09-23Implement sierpinski-triangle exampleLibravatar xkenmon4-0/+220
2022-09-21Take `Cow` in `Text::new`Libravatar Ram.Type-01-3/+3
2022-09-08Update docs for running `integration_wgpu` exampleLibravatar Zoron1-1/+1
2022-08-26Reintroduce `Element::explain`Libravatar Héctor Ramón Jiménez1-4/+12
2022-08-04Bump `websocket` example version to fix `audit` workflowLibravatar Héctor Ramón Jiménez1-1/+1
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez3-22/+53
2022-08-04Implement `focus_previous` operationLibravatar Héctor Ramón Jiménez1-3/+12
2022-08-02Implement `focus_next` operationLibravatar Héctor Ramón Jiménez1-12/+45
2022-07-28Focus text inputs in `todos` exampleLibravatar Héctor Ramón Jiménez2-5/+27
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-4/+2
2022-07-27Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2-2/+2
2022-07-27Enable `arc` exampleLibravatar Héctor Ramón Jiménez2-4/+6
2022-07-27Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez2-8/+9
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez55-5288/+1139
2022-07-27Fix small lint in `pure_color_palette` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2022-07-27add pure version of color_palette exampleLibravatar Max Unsted4-0/+490
2022-07-14Fix `deb` asset path in `todos` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2022-07-10Use `Palette` consistently in `arc` exampleLibravatar Héctor Ramón Jiménez1-6/+4
2022-07-10Fix `README` or `arc` exampleLibravatar Héctor Ramón Jiménez1-2/+2
2022-07-10Add and purify `arc` example by @ThatsNoMoonLibravatar Héctor Ramón Jiménez3-0/+149
2022-07-09Fix Wasm build of `todos` exampleLibravatar Héctor Ramón Jiménez2-14/+14
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez25-146/+121
2022-07-08Add `theme::Application` styling support to `Sandbox`Libravatar Héctor Ramón Jiménez1-59/+9
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez3-3/+20
2022-07-03Use `expect` in `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez1-1/+5
2022-07-02update `wgpu` to `0.13`Libravatar Cupnfish4-23/+15
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez13-29/+36
2022-06-16Fix alpha blending for wgpu msaaLibravatar Cory Forsstrom1-4/+4
2022-06-10Update web instructions of the `tour` exampleLibravatar Héctor Ramón Jiménez2-7/+7
2022-06-07Implement theme styling for `Canvas`Libravatar Héctor Ramón Jiménez6-8/+31
2022-06-07Use `Theme::Dark` in `pure_game_of_life` exampleLibravatar Héctor Ramón Jiménez1-0/+4
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez4-118/+2
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez6-134/+81
2022-06-07Remove `style` module leftover in `scrollable` exampleLibravatar Héctor Ramón Jiménez1-52/+0
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez3-195/+18