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
2024-12-06
Request redraw in `tooltip` when `State` changes
Héctor Ramón Jiménez
1
-1
/
+2
2024-12-02
Run `cargo fmt`
Héctor Ramón Jiménez
1
-2
/
+1
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-4
/
+4
2024-11-24
Request redraw in tooltip widget when cursor is hovering
Chris Manning
1
-0
/
+2
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-5
/
+4
2024-09-19
Show `tooltip` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+45
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-14
/
+27
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-3
/
+4
2024-03-12
Try using closures for `Container::style`
Héctor Ramón Jiménez
1
-7
/
+8
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-6
/
+6
2024-03-06
Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-05
Simplify theming for `Container` widget
Héctor Ramón Jiménez
1
-14
/
+12
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-27
Add `size_hint` implementation for `Tooltip`
Héctor Ramón Jiménez
1
-0
/
+4
2024-02-09
Rename `text_layout` to `tooltip_layout` in `Tooltip`
Héctor Ramón Jiménez
1
-3
/
+4
2024-02-09
Use simple method call syntax in `Tooltip`
Héctor Ramón Jiménez
1
-4
/
+2
2024-02-09
Add support for a generic `Element` in `Tooltip`
jhannyj
1
-35
/
+15
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-31
/
+33
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-35
/
+38
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+2
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-23
added text::Shaping to Tooltip
Giuliano Bellini s294739
1
-0
/
+6
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
[next]