Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -1/+1 | |
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -92/+75 | |
* | Fix `clippy` lints for Rust 1.72 | 2023-08-26 | 1 | -1/+1 | |
* | Update widget/src/combo_box.rs | 2023-07-31 | 1 | -1/+1 | |
* | cycle combobox with keybinds | 2023-07-31 | 1 | -9/+34 | |
* | Rename `on_selection` to `on_option_hovered` in `combo_box` | 2023-07-26 | 1 | -6/+6 | |
* | Fix `on_option_hovered` support in `ComboBox` | 2023-07-26 | 1 | -11/+31 | |
* | Use default padding of `TextInput` in `ComboBox` | 2023-07-26 | 1 | -1/+1 | |
* | Add `Viewport` to `on_event` for `ComboBox` | 2023-07-26 | 1 | -0/+3 | |
* | Swap unwrap_or_else to unwrap_or_default | 2023-07-26 | 1 | -2/+2 | |
* | Add ComboBox widget | 2023-07-26 | 1 | -0/+716 |