summaryrefslogtreecommitdiffstats
path: root/examples/pure/game_of_life (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-274-1080/+0
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-092-6/+6
| | | | ... and check those in CI as well!
* Implement theme styling for `Canvas`Libravatar Héctor Ramón Jiménez2022-06-071-2/+4
|
* Use `Theme::Dark` in `pure_game_of_life` exampleLibravatar Héctor Ramón Jiménez2022-06-071-0/+4
|
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-072-59/+1
|
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-072-13/+1
|
* Fix examples and doc-testsLibravatar Héctor Ramón Jiménez2022-05-262-57/+2
|
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-5/+1
| | | | ... and remove `Application::background_color`
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-142-72/+14
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Reintroduce generic `Message` type for `canvas::Program`Libravatar Héctor Ramón Jiménez2022-03-181-2/+1
| | | | | As it is useful to make the `Message` completely free in many implementations.
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-3/+3
| | | | ... and fix collisions with the new `helpers`
* Implement `pure` version of `game_of_life` example :tada:Libravatar Héctor Ramón Jiménez2022-03-095-0/+1262