Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 4 | -1080/+0 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 2 | -6/+6 | |
| | | | | ... and check those in CI as well! | ||||
* | Implement theme styling for `Canvas` | 2022-06-07 | 1 | -2/+4 | |
| | |||||
* | Use `Theme::Dark` in `pure_game_of_life` example | 2022-06-07 | 1 | -0/+4 | |
| | |||||
* | Implement theme styling for `PickList` and `Menu` | 2022-06-07 | 2 | -59/+1 | |
| | |||||
* | Implement theme styling for `Container` | 2022-06-07 | 2 | -13/+1 | |
| | |||||
* | Fix examples and doc-tests | 2022-05-26 | 2 | -57/+2 | |
| | |||||
* | Let a `Theme` control the background color of an application | 2022-05-25 | 1 | -5/+1 | |
| | | | | ... and remove `Application::background_color` | ||||
* | Draft first-class `Theme` support | 2022-05-14 | 2 | -72/+14 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Reintroduce generic `Message` type for `canvas::Program` | 2022-03-18 | 1 | -2/+1 | |
| | | | | | As it is useful to make the `Message` completely free in many implementations. | ||||
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -3/+3 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Implement `pure` version of `game_of_life` example :tada: | 2022-03-09 | 5 | -0/+1262 | |