Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2143 from iced-rs/fix/tooltip-layout-invalidation | 2023-11-21 | 1 | -1/+9 | |
|\ | | | | | Invalidate layout when `Tooltip` changes `overlay` | ||||
| * | Invalidate layout when `Tooltip` changes `overlay` | 2023-11-21 | 1 | -1/+9 | |
| | | |||||
* | | Fix `Overlay` composition | 2023-11-21 | 1 | -0/+1 | |
|/ | | | | Translations were not easily composable. | ||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Fix unnecessary dereference in `Tooltip` | 2023-09-10 | 1 | -1/+1 | |
| | |||||
* | Fix `Tooltip` widget state management | 2023-09-10 | 1 | -2/+4 | |
| | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -3/+3 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -4/+13 | |
| | |||||
* | Fix `Tooltip` overlay position inside `Scrollable` | 2023-07-29 | 1 | -18/+16 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+2 | |
| | |||||
* | Remove useless conversions in `widget::tooltip` | 2023-07-12 | 1 | -15/+17 | |
| | |||||
* | Use overlay for `Tooltip` widget | 2023-07-12 | 1 | -97/+160 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -1/+1 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -20/+13 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+388 | |