Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 22 | -4486/+0 | ||
2022-07-18 | Fix `max_height` for `Scrollable` | 1 | -0/+1 | ||
2022-07-18 | Fix `max_width` and `max_height` for `Container` | 1 | -0/+2 | ||
2022-07-13 | Simplify `update` signature in `text_input` | 1 | -1/+1 | ||
2022-07-13 | Simplify `on_paste` signature | 1 | -5/+8 | ||
... and fix spacing. | |||||
2022-07-13 | Added `on_paste` handler to `TextInput` | 1 | -1/+11 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 13 | -57/+69 | ||
... and check those in CI as well! | |||||
2022-07-09 | Address Clippy lints | 1 | -2/+2 | ||
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 5 | -12/+20 | ||
2022-06-23 | Allow overriding pure text_input value during draw | 1 | -0/+26 | ||
2022-06-07 | Implement theme styling for `PickList` and `Menu` | 1 | -15/+17 | ||
2022-06-07 | Implement theme styling for `Container` | 6 | -34/+70 | ||
2022-06-07 | Implement theme styling for `Scrollable` | 2 | -11/+23 | ||
2022-06-07 | Prevent pane grid title bar content and controls from overlapping | 1 | -28/+50 | ||
2022-06-07 | Implement theme styling for `TextInput` | 1 | -9/+17 | ||
2022-06-04 | Implement theme styling for `Checkbox` | 1 | -1/+3 | ||
2022-06-01 | Implement theme styling for `ProgressBar` | 1 | -2/+4 | ||
2022-06-01 | Implement theme styling for `Rule` | 1 | -2/+5 | ||
2022-06-01 | Implement theme styling for `PaneGrid` | 1 | -7/+18 | ||
2022-06-01 | Implement theme styling for `Toggler` | 1 | -1/+3 | ||
... and wire up theming to the `styling` example. | |||||
2022-05-27 | Implement theme styling for `Radio` | 1 | -4/+5 | ||
2022-05-26 | Fix examples and doc-tests | 1 | -1/+4 | ||
2022-05-26 | Rename `Variant` to `Style` and `Style` to `Appearance` | 2 | -15/+12 | ||
2022-05-26 | Implement theme styling for `Slider` | 1 | -10/+21 | ||
2022-05-14 | Draft first-class `Theme` support | 22 | -11/+75 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-05-06 | Use `Borrow` instead of `AsRef` to allow easier casting | 1 | -8/+9 | ||
2022-05-06 | Take `AsRef<Widget>` instead of `Element` in `Tree` API | 1 | -13/+19 | ||
2022-05-02 | Write documentation for `iced_pure` | 17 | -17/+119 | ||
2022-04-30 | Fix broken intra-doc links in documentation | 5 | -21/+13 | ||
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -1/+1 | ||
2022-04-24 | Reuse `Tooltip` draw logic in `iced_pure` | 1 | -94/+24 | ||
2022-04-24 | Reuse `tooltip::Position` from `iced_native` in `iced_pure` | 1 | -20/+8 | ||
2022-04-22 | Implemented Tooltip as Pure | 1 | -0/+310 | ||
2022-03-29 | Loose lifetime bounds in `pure::Widget` implementations | 6 | -14/+14 | ||
2022-03-22 | Implement `pure` version of `Svg` widget | 1 | -0/+62 | ||
2022-03-22 | Use application lifetime in `Into<Element>` implementation for `&str` | 1 | -2/+1 | ||
2022-03-16 | Export widget modules in `iced_pure` | 15 | -182/+30 | ||
... and fix collisions with the new `helpers` | |||||
2022-03-14 | Implement `pure` version of `PaneGrid` widget | 4 | -2/+1100 | ||
2022-03-10 | Implement `pure` version of `ProgressBar` widget | 1 | -0/+99 | ||
2022-03-10 | Implement `pure` version of `Rule` widget | 1 | -0/+98 | ||
2022-02-17 | Implement `pure::Component` in `iced_lazy` | 7 | -16/+13 | ||
2022-02-16 | Fix `overlay` translation for `Scrollable` in `iced_pure` | 1 | -6/+19 | ||
2022-02-16 | Add `overlay` support in `iced_pure` and port `PickList` :tada: | 6 | -0/+307 | ||
2022-02-16 | Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree` | 15 | -189/+89 | ||
2022-02-13 | Implement `Space` in `iced_pure` | 1 | -0/+123 | ||
2022-02-13 | Implement `Radio` in `iced_pure` | 1 | -0/+125 | ||
2022-02-13 | Implement `Toggler` in `iced_pure` | 2 | -0/+136 | ||
2022-02-13 | Implement `Slider` in `iced_pure` | 1 | -0/+253 | ||
2022-02-13 | Implement `Image` in `iced_pure` | 1 | -0/+74 | ||
2022-02-12 | Add `max_width` to `Column` in `iced_pure` | 1 | -1/+14 | ||