Héctor Ramón Jiménez
|
2065a40f64
|
Fix clippy lints for all crates and features
... and check those in CI as well!
|
2022-07-09 18:43:05 +02:00 |
|
Héctor Ramón Jiménez
|
fc13bb3d65
|
Implement theme styling for Canvas
|
2022-06-07 05:24:43 +02:00 |
|
Héctor Ramón Jiménez
|
f92afa7950
|
Use Theme::Dark in pure_game_of_life example
|
2022-06-07 04:57:10 +02:00 |
|
Héctor Ramón Jiménez
|
396735b682
|
Implement theme styling for PickList and Menu
|
2022-06-07 04:51:44 +02:00 |
|
Héctor Ramón Jiménez
|
97555e67af
|
Implement theme styling for Container
|
2022-06-07 04:11:24 +02:00 |
|
Héctor Ramón Jiménez
|
d5bc610d01
|
Fix examples and doc-tests
|
2022-05-26 23:12:11 +02:00 |
|
Héctor Ramón Jiménez
|
03eda9b162
|
Let a Theme control the background color of an application
... and remove `Application::background_color`
|
2022-05-25 05:01:18 +02:00 |
|
Héctor Ramón Jiménez
|
664251f3f5
|
Draft first-class Theme support
RFC: https://github.com/iced-rs/rfcs/pull/6
|
2022-05-14 01:56:32 +02:00 |
|
Héctor Ramón Jiménez
|
32fd8dadda
|
Reintroduce generic Message type for canvas::Program
As it is useful to make the `Message` completely free in many
implementations.
|
2022-03-18 22:13:52 +07:00 |
|
Héctor Ramón Jiménez
|
d7100fd259
|
Export widget modules in iced_pure
... and fix collisions with the new `helpers`
|
2022-03-16 17:37:19 +07:00 |
|
Héctor Ramón Jiménez
|
7d7064a44d
|
Implement pure version of game_of_life example 🎉
|
2022-03-09 19:14:57 +07:00 |
|