iced-yoda/widget/src
Votre Nom 0b77873749 yoda: iced_widget cleanup (7→0 warnings)
- overlay/menu.rs:578: real bug fix — List::draw was rendering with
  text::Wrapping::default() instead of the configured self.text_wrap.
  Wiring it through eliminates the 'field never read' warning AND
  honors the wrap setting that was being silently dropped.
- slider.rs:735-744: replace `if let Ok(x) = …try_into() { … }` with
  irrefutable `let Ok(x) = …try_into();` (the conversion is provably
  Infallible at the call site). Same behavior, no compiler noise.
- lazy.rs:8 / lazy/component.rs:13: drop unused
  `iced_renderer::core::widget::Operation` imports.

Leyoda 2026 – GPLv3
2026-05-27 07:21:20 +02:00
..
canvas Run cargo fmt 2025-02-21 01:37:13 +01:00
image Unapply translation to image::Viewer viewport 2025-12-02 19:01:24 +01:00
keyed yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
lazy yoda: iced_widget cleanup (7→0 warnings) 2026-05-27 07:21:20 +02:00
overlay yoda: iced_widget cleanup (7→0 warnings) 2026-05-27 07:21:20 +02:00
pane_grid yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
shader Run cargo fmt 2025-02-21 01:37:13 +01:00
text feat: add Ellipsize to widgets 2026-02-19 22:36:03 -05:00
text_input feat: Add rtl support to text input 2026-04-01 12:59:26 -04:00
action.rs Refactor and simplify input_method API 2025-02-02 20:45:29 +01:00
button.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
canvas.rs Make Widget::layout and operate mutable 2025-08-20 22:42:15 +02:00
checkbox.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
column.rs chore: add functions for row/column 2026-04-01 20:31:22 +02:00
combo_box.rs fix: support Unicode/non-ASCII scripts in combo_box search 2026-04-01 12:59:26 -04:00
container.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
float.rs fix: more drag destinations 2026-02-23 16:36:45 -05:00
grid.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
helpers.rs Infinite List widget from upstream feature/list-widget-reloaded branch 2026-01-26 13:10:42 -05:00
image.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
keyed.rs Show keyed_column doc example in multiple places 2024-09-19 03:54:29 +02:00
lazy.rs yoda: iced_widget cleanup (7→0 warnings) 2026-05-27 07:21:20 +02:00
lib.rs chore: add functions for row/column 2026-04-01 20:31:22 +02:00
list.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
markdown.rs fix(markdown): export fields of Row 2026-03-23 13:02:23 -04:00
mouse_area.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
overlay.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
pane_grid.rs fix(pane_grid): layout typo 2026-03-03 01:44:43 -05:00
pick_list.rs feat: add Ellipsize to widgets 2026-02-19 22:36:03 -05:00
pin.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
progress_bar.rs Fix inconsistent naming of tree parameter in Widget trait (#2950) 2025-11-25 23:58:07 +01:00
qr_code.rs Remove missing_debug_implementations lint 2025-09-12 05:25:09 +02:00
radio.rs feat: add Ellipsize to widgets 2026-02-19 22:36:03 -05:00
responsive.rs chore: fix virtual offset 2026-03-09 16:13:34 -04:00
row.rs chore: add functions for row/column 2026-04-01 20:31:22 +02:00
rule.rs fix(rule): allow changing thickness after creation 2026-03-23 08:18:58 -04:00
scrollable.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
sensor.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
shader.rs Introduce Pipeline trait in wgpu::primitive 2025-11-25 09:36:25 +01:00
slider.rs yoda: iced_widget cleanup (7→0 warnings) 2026-05-27 07:21:20 +02:00
space.rs Fix inconsistent naming of tree parameter in Widget trait (#2950) 2025-11-25 23:58:07 +01:00
stack.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
svg.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
table.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
text.rs Show text doc examples in multiple places 2024-09-19 06:10:44 +02:00
text_editor.rs feat: add Ellipsize to widgets 2026-02-19 22:36:03 -05:00
text_input.rs feat: Add rtl support to text input 2026-04-01 12:59:26 -04:00
themer.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
toggler.rs yoda: cargo fix --lib across all crates — drop ~115 trivial warnings 2026-05-27 07:21:20 +02:00
tooltip.rs clippy 2026-01-21 14:01:37 -05:00
vertical_slider.rs feat: pop-os megasquash 2026-01-21 13:12:08 -05:00