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
/
native
/
src
/
widget
/
pick_list.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-657
/
+0
*
Fix `clippy` lints
Héctor Ramón Jiménez
2023-02-24
1
-3
/
+3
*
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
2023-02-24
1
-3
/
+3
*
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2023-02-24
1
-12
/
+13
*
Fix `PickList` line height
Héctor Ramón Jiménez
2023-02-24
1
-7
/
+7
*
Use `f32` for `Padding`
Héctor Ramón Jiménez
2023-02-17
1
-17
/
+15
*
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
2023-02-17
1
-13
/
+12
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-3
/
+3
*
Inline `Handle::content` for simplicity and efficiency
Héctor Ramón Jiménez
2023-02-14
1
-31
/
+22
*
Provide `State` reference instead of closure to `pick_list::draw`
Héctor Ramón Jiménez
2023-02-14
1
-3
/
+2
*
Use `char` instead of `String` for `pick_list::Icon`
Héctor Ramón Jiménez
2023-02-14
1
-19
/
+16
*
Move `Handle` and `Icon` definitions in `pick_list`
Héctor Ramón Jiménez
2023-02-14
1
-70
/
+70
*
Rename `HandleContent` to `Icon` and simplify generics
Héctor Ramón Jiménez
2023-02-14
1
-54
/
+20
*
Extend pick_list::Handle
Casper Storm
2023-02-14
1
-14
/
+68
*
Merge pull request #1562 from casperstorm/feat/custom-accessory-content
Héctor Ramón
2023-01-02
1
-14
/
+83
|
\
|
*
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
2022-12-14
1
-32
/
+29
|
*
Added accessory_content_color to appreance.
Casper Rogild Storm
2022-11-29
1
-1
/
+1
|
*
Correctly pass accessory content.
Casper Rogild Storm
2022-11-29
1
-0
/
+2
|
*
Added ability to customize accessory content.
Casper Rogild Storm
2022-11-29
1
-14
/
+84
*
|
Merge branch 'master' into non-uniform-border-radius-for-quads
Héctor Ramón Jiménez
2022-12-02
1
-8
/
+30
|
\
\
|
*
|
Allow &mut self in overlay
tarkah
2022-11-29
1
-1
/
+1
|
|
/
|
*
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2022-11-09
1
-7
/
+29
*
|
non uniform border radius for quads
Robert Krahn
2022-11-03
1
-1
/
+1
|
/
*
Fix drop down not closing when inside scrollable
Cory Forsstrom
2022-10-27
1
-3
/
+3
*
Fix latest `clippy` lints
Héctor Ramón Jiménez
2022-09-23
1
-3
/
+5
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-163
/
+167
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-5
/
+5
*
Address Clippy lints
Poly
2022-07-09
1
-7
/
+6
*
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2022-06-07
1
-20
/
+31
*
Implement theme styling for `Container`
Héctor Ramón Jiménez
2022-06-07
1
-3
/
+4
*
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
2022-06-07
1
-2
/
+6
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-0
/
+1
*
Restrict text width & height to prevent overflow
Cory Forsstrom
2022-04-27
1
-1
/
+2
*
Manually center top aligned text
Cory Forsstrom
2022-04-27
1
-2
/
+4
*
Use top alignment instead of new layer
Cory Forsstrom
2022-04-27
1
-17
/
+14
*
Clip bounds to prevent text overflow
Cory Forsstrom
2022-04-25
1
-16
/
+18
*
Don't wrap picklist label text
Cory Forsstrom
2022-04-25
1
-0
/
+1
*
Merge branch 'master' into virtual-widgets
Héctor Ramón Jiménez
2022-03-07
1
-47
/
+2
|
\
|
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-20
/
+2
*
|
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
2022-02-16
1
-240
/
+364
|
/
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
1
-0
/
+2
*
Lower text::Renderer's Font bound from Copy to Clone
Olivier Pinon
2021-12-10
1
-4
/
+4
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
1
-4
/
+4
*
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
2021-11-04
1
-7
/
+9
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-1
/
+1
*
Introduce state lifetime for `style_sheet` in `PickList`
Héctor Ramón Jiménez
2021-10-31
1
-2
/
+2
*
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-7
/
+7
*
Implement `Widget::mouse_interaction` for `PickList`
Héctor Ramón Jiménez
2021-10-28
1
-0
/
+16
*
Implement `Widget::draw` for `PickList`
Héctor Ramón Jiménez
2021-10-28
1
-1
/
+61
*
Wire up style to `PickList` and `overlay::Menu`
Héctor Ramón Jiménez
2021-10-28
1
-31
/
+15
[next]