summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/tooltip.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez2022-06-291-5/+5
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-071-8/+17
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+3
* Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-021-1/+1
* Reuse `Tooltip` draw logic in `iced_pure`Libravatar Héctor Ramón Jiménez2022-04-241-94/+24
* Reuse `tooltip::Position` from `iced_native` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-04-241-20/+8
* Implemented Tooltip as PureLibravatar Casper Rogild Storm2022-04-221-0/+310