summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `style` module leftover in `scrollable` exampleLibravatar Héctor Ramón Jiménez2022-06-071-52/+0
|
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-073-195/+18
|
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-074-70/+9
|
* Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-041-40/+3
|
* Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2022-06-011-25/+3
|
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-013-53/+7
|
* Use `Theme` background in `styling` exampleLibravatar Héctor Ramón Jiménez2022-06-011-27/+2
|
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-011-43/+10
| | | | ... and wire up theming to the `styling` example.
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-273-89/+17
|
* Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez2022-05-262-24/+9
| | | | We will have more control over color calculations for each semantic purpose this way.
* Fix examples and doc-testsLibravatar Héctor Ramón Jiménez2022-05-267-176/+16
|
* Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-262-6/+0
|
* Add "Theming" section to the `tour` exampleLibravatar Héctor Ramón Jiménez2022-05-261-10/+60
|
* Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez2022-05-261-1/+1
|
* 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-1427-644/+166
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-042-0/+102
|\
| * Implemented Tooltip as PureLibravatar Casper Rogild Storm2022-04-222-0/+102
| |
* | Show `Loading` screen when refreshing in `system_information` exampleLibravatar Héctor Ramón Jiménez2022-05-041-0/+2
| |
* | Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez2022-04-301-2/+2
| |
* | Simplify the `QueryInformation` ActionLibravatar Richard2022-04-272-13/+7
| |
* | Rename `system::information` to `fetch_information`Libravatar Richard2022-04-271-2/+2
| |
* | Add memory usage to `Information` structLibravatar Richard2022-04-261-6/+37
| |
* | Improve example readabilityLibravatar Richard2022-04-261-8/+9
| |
* | Add graphics information to exampleLibravatar Richard2022-04-261-0/+12
| |
* | Add unformated memory total to exampleLibravatar Richard2022-04-261-1/+7
| |
* | Add `system_information` exampleLibravatar Richard2022-04-262-0/+129
|/
* Merge pull request #1284 from iced-rs/virtual-widgetsLibravatar Héctor Ramón2022-03-2321-4/+3406
|\ | | | | Stateless widgets
| * Reintroduce generic `Message` type for `canvas::Program`Libravatar Héctor Ramón Jiménez2022-03-186-17/+6
| | | | | | | | | | 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-168-18/+16
| | | | | | | | ... and fix collisions with the new `helpers`
| * Implement `pure` version of `pane_grid` example :tada:Libravatar Héctor Ramón Jiménez2022-03-141-13/+12
| |
| * Implement `pure` version of `PaneGrid` widgetLibravatar Héctor Ramón Jiménez2022-03-142-0/+448
| |
| * Implement `pure` version of `game_of_life` example :tada:Libravatar Héctor Ramón Jiménez2022-03-095-0/+1262
| |
| * Use associated type for `Message` in a `canvas::Program`Libravatar Héctor Ramón Jiménez2022-03-095-5/+15
| |
| * Remove superfluous files from `pure` examplesLibravatar Héctor Ramón Jiménez2022-03-087-120/+0
| |
| * Implement `pure::Responsive` in `iced_lazy`Libravatar Héctor Ramón Jiménez2022-03-071-2/+2
| |
| * Merge branch 'master' into virtual-widgetsLibravatar Héctor Ramón Jiménez2022-03-073-34/+61
| |\
| * | Implement `pure` version of `component` exampleLibravatar Héctor Ramón Jiménez2022-02-172-0/+179
| | |
| * | Implement `pure` version of `pick_list` example :tada:Libravatar Héctor Ramón Jiménez2022-02-163-0/+138
| | |
| * | Implement `pure` version of the `tour` example :tada:Libravatar Héctor Ramón Jiménez2022-02-134-0/+752
| | |
| * | Add `max_width` to `Column` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-1/+9
| | |
| * | Implement missing `on_event` and `mouse_interaction` for `Checkbox` in ↵Libravatar Héctor Ramón Jiménez2022-02-121-1/+1
| | | | | | | | | | | | `iced_pure`
| * | Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-124-0/+650
| | | | | | | | | | | | | | | | | | | | | | | | The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`.
| * | Reuse `Text` widget from `iced_native` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-1/+1
| | |
| * | Expose reusable `Button` logicLibravatar Héctor Ramón Jiménez2022-02-112-2/+2
| | | | | | | | | | | | ... and reuse it in `iced_pure`!
| * | Expose function helpers to build widgets in `pure::widget`Libravatar Héctor Ramón Jiménez2022-02-111-5/+6
| | | | | | | | | | | | | | | `button("Hello")` is easier to write and read than `Button::new("Hello")`.
| * | Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2022-02-112-14/+8
| | | | | | | | | | | | | | | | | | Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada:
| * | Rename `iced_virtual` to `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-114-8/+8
| | | | | | | | | | | | `virtual` is a reserved keyword in Rust :grimacing:
| * | Implement `Into<Element>` for `&'static str` in `iced_virtual`Libravatar Héctor Ramón Jiménez2022-02-101-10/+3
| | |
| * | Draft virtual `Button`, `Column`, and `Text`Libravatar Héctor Ramón Jiménez2022-02-104-0/+101
| | | | | | | | | | | | ... as well as a very naive diffing strategy!