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
/
examples
/
tooltip
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2
-2
/
+2
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-8
/
+3
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-17
/
+6
2024-03-08
Rename `container::box_` to `rounded_box`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-05
Simplify theming for `Container` widget
Héctor Ramón Jiménez
1
-2
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-1
/
+2
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-88
/
+46
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-11
/
+6
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-21
/
+5
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-6
/
+5
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-3
/
+4
2021-02-24
Hide `Text` as an implementation detail of `Tooltip`
Héctor Ramón Jiménez
1
-3
/
+3
2021-02-23
Add `style` and `padding` to `Tooltip`
Héctor Ramón Jiménez
1
-0
/
+20
2021-02-23
Introduce `Tooltip::gap` to control spacing
Héctor Ramón Jiménez
1
-0
/
+1
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
1
-60
/
+54
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
3
-0
/
+146