summaryrefslogtreecommitdiffstats
path: root/examples/tooltip/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename `container::box_` to `rounded_box`Libravatar Héctor Ramón Jiménez2024-03-081-1/+1
|
* Simplify theming for `Container` widgetLibravatar Héctor Ramón Jiménez2024-03-051-2/+1
|
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-88/+46
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-11/+6
| | | | ... and check those in CI as well!
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-071-21/+5
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-6/+5
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-3/+4
|
* Hide `Text` as an implementation detail of `Tooltip`Libravatar Héctor Ramón Jiménez2021-02-241-3/+3
|
* Add `style` and `padding` to `Tooltip`Libravatar Héctor Ramón Jiménez2021-02-231-0/+20
|
* Introduce `Tooltip::gap` to control spacingLibravatar Héctor Ramón Jiménez2021-02-231-0/+1
|
* Change `Tooltip` to support `Text` only for nowLibravatar Héctor Ramón Jiménez2021-02-231-60/+54
|
* feat(native): add Tooltip widgetLibravatar Yusuf Bera Ertan2021-02-151-0/+123