..
canvas
Fix broken links in documentation
2024-03-22 01:53:48 +01:00
image
Introduce Image struct in core::image
2024-08-04 04:30:12 +02:00
keyed
Introduce black_box and chain in widget::operation
2024-08-08 01:25:00 +02:00
lazy
Deprecate the component widget
2024-09-05 15:08:31 +02:00
overlay
Add text::Wrapping support
2024-09-04 21:26:47 +02:00
pane_grid
Add compact variant for pane grid controls
2024-08-22 12:43:48 -04:00
shader
Reintroduce support for custom primitives in iced_wgpu
2024-04-08 15:04:35 +02:00
text
Add text::Wrapping support
2024-09-04 21:26:47 +02:00
text_input
Centralize clippy lints in .cargo/config.toml
2023-09-20 16:40:03 +02:00
button.rs
Introduce black_box and chain in widget::operation
2024-08-08 01:25:00 +02:00
canvas.rs
Introduce Image struct in core::image
2024-08-04 04:30:12 +02:00
checkbox.rs
Add text::Wrapping support
2024-09-04 21:26:47 +02:00
column.rs
Introduce black_box and chain in widget::operation
2024-08-08 01:25:00 +02:00
combo_box.rs
Implement State::options for combo_box
2024-08-05 23:12:26 +02:00
container.rs
Implement scroll_by operation for scrollable
2024-09-10 22:09:03 +02:00
helpers.rs
Add text::Wrapping support
2024-09-04 21:26:47 +02:00
image.rs
Introduce Svg struct in core::svg
2024-08-04 04:52:55 +02:00
keyed.rs
Fix broken intradoc link in widget::keyed module
2023-09-10 00:44:58 +02:00
lazy.rs
Deprecate the component widget
2024-09-05 15:08:31 +02:00
lib.rs
Flag lazy feature types directly
2024-09-05 14:49:18 +02:00
markdown.rs
Fix ambiguous rich_text link in widget::markdown
2024-08-22 02:30:12 +02:00
mouse_area.rs
Introduce black_box and chain in widget::operation
2024-08-08 01:25:00 +02:00
overlay.rs
Write missing documentation in iced_widget
2023-05-11 15:40:57 +02:00
pane_grid.rs
Add compact variant for pane grid controls
2024-08-22 12:43:48 -04:00
pick_list.rs
Add text::Wrapping support
2024-09-04 21:26:47 +02:00
progress_bar.rs
Render border above active progress for progress_bar widget. ( #2443 )
2024-09-10 20:59:00 +00:00
qr_code.rs
Derive Debug for qr_code::Data in iced_widget
2024-03-26 04:22:06 +01:00
radio.rs
Add text::Wrapping support
2024-09-04 21:26:47 +02:00
row.rs
Introduce black_box and chain in widget::operation
2024-08-08 01:25:00 +02:00
rule.rs
Improve Border ergonomics
2024-07-12 19:10:52 +02:00
scrollable.rs
Notify all scrollable::Viewport changes
2024-09-10 22:39:56 +02:00
shader.rs
Introduce subscription::Event
2024-06-11 19:41:05 +02:00
slider.rs
Fix lints for Rust 1.80
2024-07-26 11:01:33 +02:00
space.rs
Make horizontal_space and vertical_space fill by default
2024-02-15 02:08:22 +01:00
stack.rs
Short-circuit scrolling passthrough in Stack
2024-08-14 19:06:16 +02:00
svg.rs
Introduce Svg struct in core::svg
2024-08-04 04:52:55 +02:00
text.rs
Flesh out the markdown example a bit more
2024-07-18 13:14:56 +02:00
text_editor.rs
Add mouse::Button to mouse::Click
2024-09-09 23:45:15 +02:00
text_input.rs
Add mouse::Button to mouse::Click
2024-09-09 23:45:15 +02:00
themer.rs
Introduce black_box and chain in widget::operation
2024-08-08 01:25:00 +02:00
toggler.rs
Fix toggler example
2024-09-04 21:33:07 +02:00
tooltip.rs
Use Catalog approach for all widgets
2024-03-24 05:03:09 +01:00
vertical_slider.rs
Fix lints for Rust 1.80
2024-07-26 11:01:33 +02:00