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
/
widget
/
src
/
tooltip.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-21
Invalidate layout when `Tooltip` changes `overlay`
Héctor Ramón Jiménez
1
-1
/
+9
2023-11-21
Fix `Overlay` composition
Héctor Ramón Jiménez
1
-0
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-10
Fix unnecessary dereference in `Tooltip`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-10
Fix `Tooltip` widget state management
Héctor Ramón Jiménez
1
-2
/
+4
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-3
/
+3
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-4
/
+13
2023-07-29
Fix `Tooltip` overlay position inside `Scrollable`
Héctor Ramón Jiménez
1
-18
/
+16
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+2
2023-07-12
Remove useless conversions in `widget::tooltip`
Héctor Ramón Jiménez
1
-15
/
+17
2023-07-12
Use overlay for `Tooltip` widget
Cory Forsstrom
1
-97
/
+160
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-20
/
+13
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-18
/
+19
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
1
-12
/
+10
2023-02-17
Use `Pixels` for `size` methods
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-29
Allow &mut self in overlay
tarkah
1
-2
/
+2
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-2
/
+2
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
1
-3
/
+5
2022-08-26
Fix incorrect layout in `mouse_interaction` for `Tooltip`
Héctor Ramón Jiménez
1
-1
/
+1
2022-08-17
Don't constrict tooltip text layout to viewport size
Cory Forsstrom
1
-2
/
+7
2022-08-17
Add snap within viewport builder
Cory Forsstrom
1
-15
/
+27
2022-08-17
Don't clip tooltip
Cory Forsstrom
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-121
/
+150
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
1
-4
/
+5
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-11
/
+25
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+3
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+1
2022-04-24
Reuse `Tooltip` draw logic in `iced_pure`
Héctor Ramón Jiménez
1
-88
/
+131
2022-04-22
Implemented Tooltip as Pure
Casper Rogild Storm
1
-2
/
+2
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-13
/
+2
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-2
/
+7
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+4
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-0
/
+11
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
1
-3
/
+6
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+5
2021-10-28
Implement `Widget::draw` for `Tooltip`
Héctor Ramón Jiménez
1
-31
/
+123
2021-10-20
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
1
-9
/
+7
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-5
/
+5
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-36
/
+7
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-3
/
+3
2021-02-24
Hide `Text` as an implementation detail of `Tooltip`
Héctor Ramón Jiménez
1
-8
/
+22
2021-02-23
Add `style` and `padding` to `Tooltip`
Héctor Ramón Jiménez
1
-7
/
+33
2021-02-23
Introduce `Tooltip::gap` to control spacing
Héctor Ramón Jiménez
1
-0
/
+10
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
1
-167
/
+27
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
1
-0
/
+300