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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-3
/
+3
*
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
2025-02-02
1
-13
/
+3
*
Draft `input_method` support
KENZ
2025-02-02
1
-1
/
+5
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-2
/
+2
*
Implement `reactive-rendering` for `combo_box`
Héctor Ramón Jiménez
2024-11-05
1
-3
/
+17
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-3
/
+3
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-11
/
+13
*
Fix various typos
bbb651
2024-09-29
1
-2
/
+2
*
Show `combo_box` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-4
/
+110
*
Add `on_open` handler to `combo_box` widget
Héctor Ramón Jiménez
2024-09-13
1
-7
/
+20
*
Implement `State::options` for `combo_box`
Héctor Ramón Jiménez
2024-08-05
1
-13
/
+25
*
Implement `Default` for `combo_box::State`
Héctor Ramón Jiménez
2024-07-09
1
-0
/
+9
*
combo_box: Do not draw empty menu overlay
Radovan Blažek
2024-04-01
1
-28
/
+37
*
Make defaults of composite widgets configurable
Héctor Ramón Jiménez
2024-03-25
1
-3
/
+14
*
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
1
-55
/
+64
*
Use closures for `PickList::style`
Héctor Ramón Jiménez
2024-03-12
1
-10
/
+10
*
Use closures for `TextInput::style`
Héctor Ramón Jiménez
2024-03-12
1
-21
/
+11
*
Inline helper functions in `widget` modules
Héctor Ramón Jiménez
2024-03-08
1
-4
/
+4
*
Make fields of `Style` structs public
Héctor Ramón Jiménez
2024-03-07
1
-2
/
+2
*
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
2024-03-07
1
-12
/
+18
*
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
2024-03-07
1
-2
/
+1
*
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
2024-03-06
1
-8
/
+7
*
Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets
Héctor Ramón Jiménez
2024-03-06
1
-33
/
+56
*
Simplify theming for `TextInput` widget
Héctor Ramón Jiménez
2024-03-05
1
-15
/
+12
*
Simplify theming for `Scrollable` widget
Héctor Ramón Jiménez
2024-03-05
1
-2
/
+2
*
Simplify theming for `Container` widget
Héctor Ramón Jiménez
2024-03-05
1
-2
/
+2
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
1
-2
/
+3
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-25
/
+32
*
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
2024-01-16
1
-7
/
+7
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-7
/
+5
*
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
1
-1
/
+2
*
Fix `ComboBox` widget panic on wasm
Thomas
2023-09-10
1
-1
/
+1
*
Fix `ComboBox` widget not displaying selection text
Héctor Ramón Jiménez
2023-09-10
1
-2
/
+23
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
1
-3
/
+5
|
\
|
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
1
-3
/
+5
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+1
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-92
/
+75
|
/
*
Fix `clippy` lints for Rust 1.72
Héctor Ramón Jiménez
2023-08-26
1
-1
/
+1
*
Update widget/src/combo_box.rs
Casper Rogild Storm
2023-07-31
1
-1
/
+1
*
cycle combobox with keybinds
Casper Rogild Storm
2023-07-31
1
-9
/
+34
*
Rename `on_selection` to `on_option_hovered` in `combo_box`
Héctor Ramón Jiménez
2023-07-26
1
-6
/
+6
*
Fix `on_option_hovered` support in `ComboBox`
Héctor Ramón Jiménez
2023-07-26
1
-11
/
+31
*
Use default padding of `TextInput` in `ComboBox`
Héctor Ramón Jiménez
2023-07-26
1
-1
/
+1
*
Add `Viewport` to `on_event` for `ComboBox`
Héctor Ramón Jiménez
2023-07-26
1
-0
/
+3
*
Swap unwrap_or_else to unwrap_or_default
Joao Freitas
2023-07-26
1
-2
/
+2
*
Add ComboBox widget
Joao Freitas
2023-07-26
1
-0
/
+716