| Commit message (Expand) | Author | Age | Files | Lines |
* | Show `tooltip` doc example in multiple places | Héctor Ramón Jiménez | 2024-09-19 | 1 | -1/+45 |
* | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 1 | -14/+27 |
* | Introduce `Program` API | Héctor Ramón Jiménez | 2024-03-16 | 1 | -3/+4 |
* | Try using closures for `Container::style` | Héctor Ramón Jiménez | 2024-03-12 | 1 | -7/+8 |
* | Leverage `DefaultStyle` traits instead of `Default` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -3/+3 |
* | Use `Style` struct pattern instead of trait for all widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -6/+6 |
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -1/+1 |
* | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -14/+12 |
* | Simplify theming for `Text` widget | Héctor Ramón Jiménez | 2024-03-04 | 1 | -2/+2 |
* | Add `size_hint` implementation for `Tooltip` | Héctor Ramón Jiménez | 2024-02-27 | 1 | -0/+4 |
* | Rename `text_layout` to `tooltip_layout` in `Tooltip` | Héctor Ramón Jiménez | 2024-02-09 | 1 | -3/+4 |
* | Use simple method call syntax in `Tooltip` | Héctor Ramón Jiménez | 2024-02-09 | 1 | -4/+2 |
* | Add support for a generic `Element` in `Tooltip` | jhannyj | 2024-02-09 | 1 | -35/+15 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -31/+33 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -35/+38 |
* | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -6/+2 |
* | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 1 | -1/+1 |
* | added text::Shaping to Tooltip | Giuliano Bellini s294739 | 2023-12-23 | 1 | -0/+6 |
* | Merge pull request #2143 from iced-rs/fix/tooltip-layout-invalidation | Héctor Ramón | 2023-11-21 | 1 | -1/+9 |
|\ |
|
| * | Invalidate layout when `Tooltip` changes `overlay` | Héctor Ramón Jiménez | 2023-11-21 | 1 | -1/+9 |
* | | Fix `Overlay` composition | Héctor Ramón Jiménez | 2023-11-21 | 1 | -0/+1 |
|/ |
|
* | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | Fix unnecessary dereference in `Tooltip` | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+1 |
* | Fix `Tooltip` widget state management | Héctor Ramón Jiménez | 2023-09-10 | 1 | -2/+4 |
* | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -3/+3 |
* | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -4/+13 |
* | Fix `Tooltip` overlay position inside `Scrollable` | Héctor Ramón Jiménez | 2023-07-29 | 1 | -18/+16 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -0/+2 |
* | Remove useless conversions in `widget::tooltip` | Héctor Ramón Jiménez | 2023-07-12 | 1 | -15/+17 |
* | Use overlay for `Tooltip` widget | Cory Forsstrom | 2023-07-12 | 1 | -97/+160 |
* | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 2023-06-08 | 1 | -1/+1 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -20/+13 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+388 |