iced/widget/src
Héctor Ramón Jiménez 25006b9c6f
Fix Overlay composition
Translations were not easily composable.
2023-11-21 14:41:22 +01:00
..
canvas Fix majority of unresolved documentation links 2023-09-09 18:59:17 +02:00
image Refactor texture image filtering 2023-11-11 07:22:51 +01:00
keyed Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00
lazy Fix Overlay composition 2023-11-21 14:41:22 +01:00
overlay Fix Overlay composition 2023-11-21 14:41:22 +01:00
pane_grid Fix clippy::trivially-copy-pass-by-ref 2023-09-20 04:33:48 +02:00
shader Fix broken intra-doc links 2023-11-14 13:23:28 +01:00
text_input Centralize clippy lints in .cargo/config.toml 2023-09-20 16:40:03 +02:00
button.rs Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00
canvas.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
checkbox.rs Merge branch 'master' into explicit-text-caching 2023-09-10 00:34:21 +02:00
column.rs Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00
combo_box.rs Fix ComboBox widget panic on wasm 2023-09-10 10:18:58 +02:00
container.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
helpers.rs Create shader function helper in iced_widget 2023-11-14 13:25:49 +01:00
image.rs Refactor texture image filtering 2023-11-11 07:22:51 +01:00
keyed.rs Fix broken intradoc link in widget::keyed module 2023-09-10 00:44:58 +02:00
lazy.rs Fix Overlay composition 2023-11-21 14:41:22 +01:00
lib.rs Re-organize custom module as pipeline module 2023-11-14 12:49:49 +01:00
mouse_area.rs Fix Widget::layout implementation of MouseArea 2023-09-10 03:04:02 +02:00
overlay.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
pane_grid.rs Fix clippy::filter_map_next 2023-09-20 05:23:15 +02:00
pick_list.rs Merge branch 'master' into text-editor 2023-10-27 03:58:45 +02:00
progress_bar.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
qr_code.rs Merge branch 'master' into explicit-text-caching 2023-09-10 00:34:21 +02:00
radio.rs Merge branch 'master' into explicit-text-caching 2023-09-10 00:34:21 +02:00
row.rs Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00
rule.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
scrollable.rs Fix clippy::match-wildcard-for-single-variants 2023-09-20 05:03:25 +02:00
shader.rs Improve module hierarchy of custom_shader example 2023-11-14 15:48:01 +01:00
slider.rs Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00
space.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
svg.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
text.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
text_editor.rs Improve TextEditor scroll interaction with a touchpad 2023-10-27 16:37:58 +02:00
text_input.rs Merge branch 'master' into text-editor 2023-10-27 03:58:45 +02:00
toggler.rs Fix clippy::default_trait_access 2023-09-20 04:51:08 +02:00
tooltip.rs Fix Overlay composition 2023-11-21 14:41:22 +01:00
vertical_slider.rs Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00