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
/
pick_list.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
-4
/
+4
*
Fix `pick_list` not requesting a redraw when open
Héctor Ramón Jiménez
2024-11-05
1
-8
/
+15
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-1
/
+1
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-17
/
+8
*
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2024-11-05
1
-7
/
+5
*
Implement `reactive-rendering` for `pick_list`
Héctor Ramón Jiménez
2024-11-05
1
-23
/
+34
*
Add `PartialEq` derives for widget styles
BradySimon
2024-10-14
1
-1
/
+1
*
Show `pick_list` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+123
*
Add `text::Wrapping` support
Héctor Ramón Jiménez
2024-09-04
1
-1
/
+4
*
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
2024-07-17
1
-4
/
+5
*
Allow for styling of the menu of a pick list
PolyMeilex
2024-06-08
1
-0
/
+24
*
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
2024-04-01
1
-2
/
+2
*
Make defaults of composite widgets configurable
Héctor Ramón Jiménez
2024-03-25
1
-1
/
+6
*
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
1
-38
/
+63
*
Use closures for `PickList::style`
Héctor Ramón Jiménez
2024-03-12
1
-27
/
+14
*
Inline helper functions in `widget` modules
Héctor Ramón Jiménez
2024-03-08
1
-232
/
+173
*
Fix handle of `PickList` being rendered too much to the left
Héctor Ramón Jiménez
2024-03-08
1
-1
/
+1
*
Make `PickList` padding consistent with `Button`
Héctor Ramón Jiménez
2024-03-08
1
-4
/
+1
*
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
2024-03-07
1
-12
/
+23
*
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
-4
/
+1
*
Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets
Héctor Ramón Jiménez
2024-03-06
1
-223
/
+226
*
Simplify theming for `TextInput` widget
Héctor Ramón Jiménez
2024-03-05
1
-10
/
+4
*
Simplify theming for `Scrollable` widget
Héctor Ramón Jiménez
2024-03-05
1
-4
/
+4
*
Simplify theming for `Container` widget
Héctor Ramón Jiménez
2024-03-05
1
-4
/
+4
*
Use `Borrow` for both `options` and `selected` in `PickList`
Héctor Ramón Jiménez
2024-02-14
1
-25
/
+34
*
Rename `PickList` handlers for consistency
Héctor Ramón Jiménez
2024-02-06
1
-25
/
+25
*
Add `on_opened` and `on_closed` handlers for `PickList`
Rinat
2024-02-06
1
-2
/
+32
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
1
-2
/
+5
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-38
/
+43
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-3
/
+1
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-1
/
+1
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+1
*
Add `Theme` selector to `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-3
/
+3
*
Fix `cross` calculation in `layout::flex`
Héctor Ramón Jiménez
2024-01-10
1
-1
/
+0
*
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
2024-01-10
1
-2
/
+3
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+5
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-2
/
+5
*
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
1
-1
/
+5
*
Merge branch 'master' into text-editor
Héctor Ramón Jiménez
2023-10-27
1
-2
/
+2
|
\
|
*
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
|
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
|
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
2023-09-11
1
-14
/
+8
|
/
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
1
-1
/
+1
|
\
|
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
1
-1
/
+1
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-16
/
+12
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-77
/
+121
|
/
*
Fix `on_option_hovered` support in `ComboBox`
Héctor Ramón Jiménez
2023-07-26
1
-0
/
+1
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
1
-0
/
+1
*
Make `overlay::Menu` publish messages on selection
Héctor Ramón Jiménez
2023-06-14
1
-25
/
+19
[next]