Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-08-26 | Fix `clippy` lints for Rust 1.72 | 1 | -1/+1 | |
2023-07-31 | Update widget/src/combo_box.rs | 1 | -1/+1 | |
2023-07-31 | cycle combobox with keybinds | 1 | -9/+34 | |
2023-07-26 | Rename `on_selection` to `on_option_hovered` in `combo_box` | 1 | -6/+6 | |
2023-07-26 | Fix `on_option_hovered` support in `ComboBox` | 1 | -11/+31 | |
2023-07-26 | Use default padding of `TextInput` in `ComboBox` | 1 | -1/+1 | |
2023-07-26 | Add `Viewport` to `on_event` for `ComboBox` | 1 | -0/+3 | |
2023-07-26 | Swap unwrap_or_else to unwrap_or_default | 1 | -2/+2 | |
2023-07-26 | Add ComboBox widget | 1 | -0/+716 |