summaryrefslogtreecommitdiffstats
path: root/src/pure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`Libravatar Héctor Ramón Jiménez2022-07-081-2/+6
|
* Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez2022-07-081-0/+1
|
* Make widget aliases in `iced` compatible with `iced_native`Libravatar Héctor Ramón Jiménez2022-07-081-40/+29
|
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-071-2/+1
|
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-071-1/+1
|
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-1/+1
|
* Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-041-1/+1
|
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-011-1/+1
| | | | ... and wire up theming to the `styling` example.
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-271-3/+3
|
* Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-261-1/+1
|
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-2/+3
|
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-252-25/+4
| | | | ... and remove `Application::background_color`
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-143-40/+77
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
|
* Implemented Tooltip as PureLibravatar Casper Rogild Storm2022-04-221-0/+10
|
* Implement `pure` version of `Svg` widgetLibravatar Héctor Ramón Jiménez2022-03-221-0/+6
|
* Implement `pure` version of `QRCode` widgetLibravatar Héctor Ramón Jiménez2022-03-211-0/+6
|
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-0/+155
| | | | ... and fix collisions with the new `helpers`
* Fix `subscription` for `iced::pure::Application`Libravatar Héctor Ramón Jiménez2022-02-201-0/+4
|
* Allow pure widgets to borrow from `Application` data :tada:Libravatar Héctor Ramón Jiménez2022-02-112-4/+4
|
* Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2022-02-112-0/+301
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada: