Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -1/+1 | |
| | |||||
* | Introduce `opaque` widget helper | 2024-04-25 | 1 | -1/+1 | |
| | |||||
* | Shorten properties in `MouseArea` | 2024-02-07 | 1 | -20/+18 | |
| | |||||
* | Shorten some `MouseArea` methods | 2024-02-07 | 1 | -7/+4 | |
| | |||||
* | Override `MouseArea` interaction only when contents are idle | 2024-02-07 | 1 | -11/+12 | |
| | |||||
* | Add `Interaction` overriding to `MouseArea` | 2024-02-07 | 1 | -0/+20 | |
| | | | | | Add the ability to use a custom `iced::mouse::Interaction` for a `iced::widget::MouseArea`. | ||||
* | Use `Fn` instead of `FnMut` in `MouseArea` | 2024-02-03 | 1 | -39/+31 | |
| | | | | ... and simplify event logic a bit. | ||||
* | Fix lints | 2024-02-03 | 1 | -4/+4 | |
| | |||||
* | Add mouse move events to `MouseArea` | 2024-02-03 | 1 | -2/+73 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -1/+3 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -15/+23 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -7/+3 | |
| | |||||
* | Fix `Widget::layout` implementation of `MouseArea` | 2023-09-10 | 1 | -1/+3 | |
| | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -1/+1 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -1/+2 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+2 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -1/+1 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -10/+10 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -0/+311 | |