summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/tooltip.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-240/+0
|
* 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
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* 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