Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -149/+0 | |
| | |||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -1/+1 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -1/+5 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Write documentation for `iced_pure` | 2022-05-02 | 1 | -11/+38 | |
| | |||||
* | Implemented Tooltip as Pure | 2022-04-22 | 1 | -0/+2 | |
| | |||||
* | Implement `pure` version of `Svg` widget | 2022-03-22 | 1 | -0/+2 | |
| | |||||
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -160/+9 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Implement `pure` version of `PaneGrid` widget | 2022-03-14 | 1 | -0/+2 | |
| | |||||
* | Implement `pure` version of `ProgressBar` widget | 2022-03-10 | 1 | -0/+15 | |
| | |||||
* | Implement `pure` version of `Rule` widget | 2022-03-10 | 1 | -0/+12 | |
| | |||||
* | Merge branch 'master' into virtual-widgets | 2022-03-07 | 1 | -3/+1 | |
| | |||||
* | Implement `pure::Component` in `iced_lazy` | 2022-02-17 | 1 | -2/+2 | |
| | |||||
* | Add `pick_list` function helper in `iced_pure::widget` | 2022-02-16 | 1 | -0/+15 | |
| | |||||
* | Add `overlay` support in `iced_pure` and port `PickList` :tada: | 2022-02-16 | 1 | -0/+12 | |
| | |||||
* | Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree` | 2022-02-16 | 1 | -8/+12 | |
| | |||||
* | Implement `Space` in `iced_pure` | 2022-02-13 | 1 | -0/+10 | |
| | |||||
* | Implement `Radio` in `iced_pure` | 2022-02-13 | 1 | -0/+16 | |
| | |||||
* | Expose additional helpers in `iced::pure` | 2022-02-13 | 1 | -4/+14 | |
| | |||||
* | Implement `Toggler` in `iced_pure` | 2022-02-13 | 1 | -0/+2 | |
| | |||||
* | Implement `Slider` in `iced_pure` | 2022-02-13 | 1 | -2/+17 | |
| | |||||
* | Implement `Image` in `iced_pure` | 2022-02-13 | 1 | -0/+7 | |
| | |||||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 1 | -3/+7 | |
| | | | | | | | | 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`. | ||||
* | Implement `TextInput` in `iced_pure` | 2022-02-12 | 1 | -0/+14 | |
| | |||||
* | Implement `Scrollable` in `iced_pure` | 2022-02-12 | 1 | -0/+9 | |
| | |||||
* | Implement `Checkbox` in `iced_pure` | 2022-02-12 | 1 | -0/+13 | |
| | |||||
* | Reuse `Text` widget from `iced_native` in `iced_pure` | 2022-02-12 | 1 | -1/+1 | |
| | |||||
* | Implement `Container` widget in `iced_pure` | 2022-02-12 | 1 | -0/+11 | |
| | |||||
* | Implement `Row` in `iced_pure` | 2022-02-11 | 1 | -0/+6 | |
| | |||||
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 1 | -7/+7 | |
| | |||||
* | Expose function helpers to build widgets in `pure::widget` | 2022-02-11 | 1 | -0/+17 | |
| | | | | | `button("Hello")` is easier to write and read than `Button::new("Hello")`. | ||||
* | Rename `iced_virtual` to `iced_pure` | 2022-02-11 | 1 | -0/+73 | |
`virtual` is a reserved keyword in Rust :grimacing: |