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
/
combo_box.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-10
Fix `ComboBox` widget panic on wasm
Thomas
1
-1
/
+1
2023-09-10
Fix `ComboBox` widget not displaying selection text
Héctor Ramón Jiménez
1
-2
/
+23
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-3
/
+5
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-92
/
+75
2023-08-26
Fix `clippy` lints for Rust 1.72
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-31
Update widget/src/combo_box.rs
Casper Rogild Storm
1
-1
/
+1
2023-07-31
cycle combobox with keybinds
Casper Rogild Storm
1
-9
/
+34
2023-07-26
Rename `on_selection` to `on_option_hovered` in `combo_box`
Héctor Ramón Jiménez
1
-6
/
+6
2023-07-26
Fix `on_option_hovered` support in `ComboBox`
Héctor Ramón Jiménez
1
-11
/
+31
2023-07-26
Use default padding of `TextInput` in `ComboBox`
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-26
Add `Viewport` to `on_event` for `ComboBox`
Héctor Ramón Jiménez
1
-0
/
+3
2023-07-26
Swap unwrap_or_else to unwrap_or_default
Joao Freitas
1
-2
/
+2
2023-07-26
Add ComboBox widget
Joao Freitas
1
-0
/
+716