Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement theme styling for `ProgressBar` | 2022-06-01 | 1 | -25/+3 | |
| | |||||
* | Implement theme styling for `Rule` | 2022-06-01 | 3 | -53/+7 | |
| | |||||
* | Use `Theme` background in `styling` example | 2022-06-01 | 1 | -27/+2 | |
| | |||||
* | Implement theme styling for `Toggler` | 2022-06-01 | 1 | -43/+10 | |
| | | | | ... and wire up theming to the `styling` example. | ||||
* | Implement theme styling for `Radio` | 2022-05-27 | 3 | -89/+17 | |
| | |||||
* | Introduce specific types for each `palette::Extended` field | 2022-05-26 | 2 | -24/+9 | |
| | | | | We will have more control over color calculations for each semantic purpose this way. | ||||
* | Fix examples and doc-tests | 2022-05-26 | 7 | -176/+16 | |
| | |||||
* | Rename `Variant` to `Style` and `Style` to `Appearance` | 2022-05-26 | 2 | -6/+0 | |
| | |||||
* | Add "Theming" section to the `tour` example | 2022-05-26 | 1 | -10/+60 | |
| | |||||
* | Implement theme styling for `Slider` | 2022-05-26 | 1 | -1/+1 | |
| | |||||
* | 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 | 27 | -644/+166 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Merge branch 'master' into dev/system-information | 2022-05-04 | 2 | -0/+102 | |
|\ | |||||
| * | Implemented Tooltip as Pure | 2022-04-22 | 2 | -0/+102 | |
| | | |||||
* | | Show `Loading` screen when refreshing in `system_information` example | 2022-05-04 | 1 | -0/+2 | |
| | | |||||
* | | Expose `system` module through feature flag | 2022-04-30 | 1 | -2/+2 | |
| | | |||||
* | | Simplify the `QueryInformation` Action | 2022-04-27 | 2 | -13/+7 | |
| | | |||||
* | | Rename `system::information` to `fetch_information` | 2022-04-27 | 1 | -2/+2 | |
| | | |||||
* | | Add memory usage to `Information` struct | 2022-04-26 | 1 | -6/+37 | |
| | | |||||
* | | Improve example readability | 2022-04-26 | 1 | -8/+9 | |
| | | |||||
* | | Add graphics information to example | 2022-04-26 | 1 | -0/+12 | |
| | | |||||
* | | Add unformated memory total to example | 2022-04-26 | 1 | -1/+7 | |
| | | |||||
* | | Add `system_information` example | 2022-04-26 | 2 | -0/+129 | |
|/ | |||||
* | Merge pull request #1284 from iced-rs/virtual-widgets | 2022-03-23 | 21 | -4/+3406 | |
|\ | | | | | Stateless widgets | ||||
| * | Reintroduce generic `Message` type for `canvas::Program` | 2022-03-18 | 6 | -17/+6 | |
| | | | | | | | | | | As it is useful to make the `Message` completely free in many implementations. | ||||
| * | Export widget modules in `iced_pure` | 2022-03-16 | 8 | -18/+16 | |
| | | | | | | | | ... and fix collisions with the new `helpers` | ||||
| * | Implement `pure` version of `pane_grid` example :tada: | 2022-03-14 | 1 | -13/+12 | |
| | | |||||
| * | Implement `pure` version of `PaneGrid` widget | 2022-03-14 | 2 | -0/+448 | |
| | | |||||
| * | Implement `pure` version of `game_of_life` example :tada: | 2022-03-09 | 5 | -0/+1262 | |
| | | |||||
| * | Use associated type for `Message` in a `canvas::Program` | 2022-03-09 | 5 | -5/+15 | |
| | | |||||
| * | Remove superfluous files from `pure` examples | 2022-03-08 | 7 | -120/+0 | |
| | | |||||
| * | Implement `pure::Responsive` in `iced_lazy` | 2022-03-07 | 1 | -2/+2 | |
| | | |||||
| * | Merge branch 'master' into virtual-widgets | 2022-03-07 | 3 | -34/+61 | |
| |\ | |||||
| * | | Implement `pure` version of `component` example | 2022-02-17 | 2 | -0/+179 | |
| | | | |||||
| * | | Implement `pure` version of `pick_list` example :tada: | 2022-02-16 | 3 | -0/+138 | |
| | | | |||||
| * | | Implement `pure` version of the `tour` example :tada: | 2022-02-13 | 4 | -0/+752 | |
| | | | |||||
| * | | Add `max_width` to `Column` in `iced_pure` | 2022-02-12 | 1 | -1/+9 | |
| | | | |||||
| * | | Implement missing `on_event` and `mouse_interaction` for `Checkbox` in ↵ | 2022-02-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | `iced_pure` | ||||
| * | | Implement pure version of `todos` example :tada: | 2022-02-12 | 4 | -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` | 2022-02-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Expose reusable `Button` logic | 2022-02-11 | 2 | -2/+2 | |
| | | | | | | | | | | | | ... and reuse it in `iced_pure`! | ||||
| * | | Expose function helpers to build widgets in `pure::widget` | 2022-02-11 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | `button("Hello")` is easier to write and read than `Button::new("Hello")`. | ||||
| * | | Expose `iced_pure` through a `pure` feature in `iced` | 2022-02-11 | 2 | -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` | 2022-02-11 | 4 | -8/+8 | |
| | | | | | | | | | | | | `virtual` is a reserved keyword in Rust :grimacing: | ||||
| * | | Implement `Into<Element>` for `&'static str` in `iced_virtual` | 2022-02-10 | 1 | -10/+3 | |
| | | | |||||
| * | | Draft virtual `Button`, `Column`, and `Text` | 2022-02-10 | 4 | -0/+101 | |
| | | | | | | | | | | | | ... as well as a very naive diffing strategy! | ||||
* | | | Merge pull request #1288 from tarkah/update-palette-0.6 | 2022-03-17 | 2 | -18/+18 | |
|\ \ \ | | | | | | | | | update palette to 0.6 | ||||
| * | | | update palette to 0.6 | 2022-03-16 | 2 | -18/+18 | |
| | | | | |||||
* | | | | Remove unnecessary `unreachable!` in `download_progress` example | 2022-03-15 | 1 | -3/+1 | |
| |_|/ |/| | | |||||
* | | | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 2 | -13/+2 | |
| | | |