Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -387/+0 | |
| | |||||
* | Use `f32` for `Padding` | 2023-02-17 | 1 | -12/+10 | |
| | |||||
* | Use `Pixels` for `size` methods | 2023-02-17 | 1 | -3/+3 | |
| | |||||
* | Allow &mut self in overlay | 2022-11-29 | 1 | -2/+2 | |
| | |||||
* | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -2/+2 | |
| | |||||
* | Take `Cow` in `Text::new` | 2022-09-21 | 1 | -3/+5 | |
| | |||||
* | Fix incorrect layout in `mouse_interaction` for `Tooltip` | 2022-08-26 | 1 | -1/+1 | |
| | |||||
* | Don't constrict tooltip text layout to viewport size | 2022-08-17 | 1 | -2/+7 | |
| | |||||
* | Add snap within viewport builder | 2022-08-17 | 1 | -15/+27 | |
| | |||||
* | Don't clip tooltip | 2022-08-17 | 1 | -1/+1 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -121/+150 | |
| | |||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -4/+5 | |
| | |||||
* | Implement theme styling for `Container` | 2022-06-07 | 1 | -11/+25 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+3 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Write documentation for `iced_pure` | 2022-05-02 | 1 | -1/+1 | |
| | |||||
* | Reuse `Tooltip` draw logic in `iced_pure` | 2022-04-24 | 1 | -88/+131 | |
| | |||||
* | Implemented Tooltip as Pure | 2022-04-22 | 1 | -2/+2 | |
| | |||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -13/+2 | |
| | |||||
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 2022-01-11 | 1 | -2/+7 | |
| | |||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -4/+4 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Move `viewport` argument to last position in `mouse_interaction` methods | 2021-11-02 | 1 | -0/+11 | |
| | | | | This keeps the order of the arguments consistent with `draw`. | ||||
* | Reintroduce `Box` for `style_sheet` in `Container` | 2021-10-31 | 1 | -3/+6 | |
| | |||||
* | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 1 | -4/+5 | |
| | |||||
* | Implement `Widget::draw` for `Tooltip` | 2021-10-28 | 1 | -31/+123 | |
| | |||||
* | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -2/+2 | |
| | |||||
* | Wire up `container` styling to `iced_native` | 2021-10-18 | 1 | -9/+7 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -5/+5 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -36/+7 | |
| | |||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -3/+3 | |
| | |||||
* | Hide `Text` as an implementation detail of `Tooltip` | 2021-02-24 | 1 | -8/+22 | |
| | |||||
* | Add `style` and `padding` to `Tooltip` | 2021-02-23 | 1 | -7/+33 | |
| | |||||
* | Introduce `Tooltip::gap` to control spacing | 2021-02-23 | 1 | -0/+10 | |
| | |||||
* | Change `Tooltip` to support `Text` only for now | 2021-02-23 | 1 | -167/+27 | |
| | |||||
* | feat(native): add Tooltip widget | 2021-02-15 | 1 | -0/+300 | |