Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -240/+0 | ||
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 1 | -5/+5 | ||
2022-06-07 | Implement theme styling for `Container` | 1 | -8/+17 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -0/+3 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-05-02 | Write documentation for `iced_pure` | 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 | -21/+51 | ||
2022-02-23 | Remove `hash_layout` method from `Widget` trait | 1 | -13/+2 | ||
2022-01-11 | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 1 | -2/+7 | ||
2021-11-29 | Introduce `Shell` type in `iced_native` | 1 | -4/+4 | ||
Widgets now can invalidate the current layout of the application on demand. | |||||
2021-11-02 | Move `viewport` argument to last position in `mouse_interaction` methods | 1 | -0/+11 | ||
This keeps the order of the arguments consistent with `draw`. | |||||
2021-10-31 | Reintroduce `Box` for `style_sheet` in `Container` | 1 | -3/+6 | ||
2021-10-31 | Introduce first-class `text` module in `iced_native` | 1 | -4/+5 | ||
2021-10-28 | Implement `Widget::draw` for `Tooltip` | 1 | -31/+123 | ||
2021-10-20 | Implement `Widget::draw` for `TextInput` | 1 | -2/+2 | ||
2021-10-18 | Wire up `container` styling to `iced_native` | 1 | -9/+7 | ||
2021-10-18 | Move `Defaults` from `iced_graphics` to `iced_native` | 1 | -5/+5 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -36/+7 | ||
2021-03-10 | Make `Clipboard` argument in `Widget` trait mutable | 1 | -3/+3 | ||
2021-02-24 | Hide `Text` as an implementation detail of `Tooltip` | 1 | -8/+22 | ||
2021-02-23 | Add `style` and `padding` to `Tooltip` | 1 | -7/+33 | ||
2021-02-23 | Introduce `Tooltip::gap` to control spacing | 1 | -0/+10 | ||
2021-02-23 | Change `Tooltip` to support `Text` only for now | 1 | -167/+27 | ||
2021-02-15 | feat(native): add Tooltip widget | 1 | -0/+300 | ||