summaryrefslogtreecommitdiffstats
path: root/widget/src/tooltip.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `Catalog` approach for all widgetsLibravatar Héctor Ramón Jiménez2024-03-241-14/+27
|
* Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-161-3/+4
|
* Try using closures for `Container::style`Libravatar Héctor Ramón Jiménez2024-03-121-7/+8
| | | | | | `Box` should not allocate for zero-sized types; so we should not be incurring much overhead. Just a bit of indirection.
* Leverage `DefaultStyle` traits instead of `Default`Libravatar Héctor Ramón Jiménez2024-03-071-3/+3
|
* Use `Style` struct pattern instead of trait for all widgetsLibravatar Héctor Ramón Jiménez2024-03-061-6/+6
|
* Simplify theming for `PickList`, `ComboBox`, and `Menu` widgetsLibravatar Héctor Ramón Jiménez2024-03-061-1/+1
|
* Simplify theming for `Container` widgetLibravatar Héctor Ramón Jiménez2024-03-051-14/+12
|
* Simplify theming for `Text` widgetLibravatar Héctor Ramón Jiménez2024-03-041-2/+2
|
* Add `size_hint` implementation for `Tooltip`Libravatar Héctor Ramón Jiménez2024-02-271-0/+4
|
* Rename `text_layout` to `tooltip_layout` in `Tooltip`Libravatar Héctor Ramón Jiménez2024-02-091-3/+4
|
* Use simple method call syntax in `Tooltip`Libravatar Héctor Ramón Jiménez2024-02-091-4/+2
|
* Add support for a generic `Element` in `Tooltip`Libravatar jhannyj2024-02-091-35/+15
|
* Remove `position` from `overlay::Element`Libravatar Héctor Ramón Jiménez2024-02-011-31/+33
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-35/+38
|
* Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-101-6/+2
|
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-041-1/+1
|
* added text::Shaping to TooltipLibravatar Giuliano Bellini s2947392023-12-231-0/+6
|
* Merge pull request #2143 from iced-rs/fix/tooltip-layout-invalidationLibravatar Héctor Ramón2023-11-211-1/+9
|\ | | | | Invalidate layout when `Tooltip` changes `overlay`
| * Invalidate layout when `Tooltip` changes `overlay`Libravatar Héctor Ramón Jiménez2023-11-211-1/+9
| |
* | Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez2023-11-211-0/+1
|/ | | | Translations were not easily composable.
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Fix unnecessary dereference in `Tooltip`Libravatar Héctor Ramón Jiménez2023-09-101-1/+1
|
* Fix `Tooltip` widget state managementLibravatar Héctor Ramón Jiménez2023-09-101-2/+4
|
* Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-301-3/+3
|
* Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-4/+13
|
* Fix `Tooltip` overlay position inside `Scrollable`Libravatar Héctor Ramón Jiménez2023-07-291-18/+16
|
* Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-151-0/+2
|
* Remove useless conversions in `widget::tooltip`Libravatar Héctor Ramón Jiménez2023-07-121-15/+17
|
* Use overlay for `Tooltip` widgetLibravatar Cory Forsstrom2023-07-121-97/+160
|
* Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez2023-06-081-1/+1
|
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-20/+13
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+388