summaryrefslogtreecommitdiffstats
path: root/widget/src/combo_box.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-10Fix `ComboBox` widget panic on wasmLibravatar Thomas1-1/+1
2023-09-10Fix `ComboBox` widget not displaying selection textLibravatar Héctor Ramón Jiménez1-2/+23
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang1-3/+5
2023-08-30Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez1-1/+1
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-92/+75
2023-08-26Fix `clippy` lints for Rust 1.72Libravatar Héctor Ramón Jiménez1-1/+1
2023-07-31Update widget/src/combo_box.rsLibravatar Casper Rogild Storm1-1/+1
2023-07-31cycle combobox with keybindsLibravatar Casper Rogild Storm1-9/+34
2023-07-26Rename `on_selection` to `on_option_hovered` in `combo_box`Libravatar Héctor Ramón Jiménez1-6/+6
2023-07-26Fix `on_option_hovered` support in `ComboBox`Libravatar Héctor Ramón Jiménez1-11/+31
2023-07-26Use default padding of `TextInput` in `ComboBox`Libravatar Héctor Ramón Jiménez1-1/+1
2023-07-26Add `Viewport` to `on_event` for `ComboBox`Libravatar Héctor Ramón Jiménez1-0/+3
2023-07-26Swap unwrap_or_else to unwrap_or_defaultLibravatar Joao Freitas1-2/+2
2023-07-26Add ComboBox widgetLibravatar Joao Freitas1-0/+716