index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native
/
src
/
widget
/
tooltip.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-0
/
+11
*
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+6
*
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-4
/
+5
*
Implement `Widget::draw` for `Tooltip`
Héctor Ramón Jiménez
2021-10-28
1
-31
/
+123
*
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
2021-10-20
1
-2
/
+2
*
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-9
/
+7
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-5
/
+5
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-36
/
+7
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-3
/
+3
*
Hide `Text` as an implementation detail of `Tooltip`
Héctor Ramón Jiménez
2021-02-24
1
-8
/
+22
*
Add `style` and `padding` to `Tooltip`
Héctor Ramón Jiménez
2021-02-23
1
-7
/
+33
*
Introduce `Tooltip::gap` to control spacing
Héctor Ramón Jiménez
2021-02-23
1
-0
/
+10
*
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
2021-02-23
1
-167
/
+27
*
feat(native): add Tooltip widget
Yusuf Bera Ertan
2021-02-15
1
-0
/
+300