iced/widget/src
2024-07-12 15:14:43 +02:00
..
canvas Fix broken links in documentation 2024-03-22 01:53:48 +01:00
image Make viewer widget inner naming and syntax closer to image widget 2024-05-10 01:31:23 +00:00
keyed Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
lazy Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
overlay Add support for embedded scrollbars for scrollable 2024-07-11 08:00:58 +02:00
pane_grid Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
shader Reintroduce support for custom primitives in iced_wgpu 2024-04-08 15:04:35 +02:00
text_input Centralize clippy lints in .cargo/config.toml 2023-09-20 16:40:03 +02:00
button.rs Add on_press_with method for Button 2024-07-12 12:10:43 +02:00
canvas.rs Introduce subscription::Event 2024-06-11 19:41:05 +02:00
checkbox.rs Use generic Content in Text to avoid reallocation in fill_text 2024-04-01 11:30:01 +02:00
column.rs Introduce helper methods for alignment for all widgets 2024-07-12 15:14:43 +02:00
combo_box.rs Implement Default for combo_box::State 2024-07-09 00:27:59 +02:00
container.rs Introduce helper methods for alignment for all widgets 2024-07-12 15:14:43 +02:00
helpers.rs Introduce helper methods for alignment for all widgets 2024-07-12 15:14:43 +02:00
image.rs Introduce dynamic opacity support for Image and Svg 2024-05-03 13:25:58 +02:00
keyed.rs Fix broken intradoc link in widget::keyed module 2023-09-10 00:44:58 +02:00
lazy.rs Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
lib.rs Implement Stack widget 2024-04-25 01:39:34 +02:00
mouse_area.rs Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
overlay.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
pane_grid.rs Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
pick_list.rs Allow for styling of the menu of a pick list 2024-06-08 02:09:10 +02:00
progress_bar.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
qr_code.rs Derive Debug for qr_code::Data in iced_widget 2024-03-26 04:22:06 +01:00
radio.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
row.rs Introduce helper methods for alignment for all widgets 2024-07-12 15:14:43 +02:00
rule.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
scrollable.rs Introduce helper methods for alignment for all widgets 2024-07-12 15:14:43 +02:00
shader.rs Introduce subscription::Event 2024-06-11 19:41:05 +02:00
slider.rs Add iced widget helper to display the iced logo ☄️ 2024-07-11 04:33:19 +02:00
space.rs Make horizontal_space and vertical_space fill by default 2024-02-15 02:08:22 +01:00
stack.rs Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
svg.rs Introduce dynamic opacity support for Image and Svg 2024-05-03 13:25:58 +02:00
text.rs Convert Renderer::Theme to generic Widget type 2024-01-21 17:56:01 +01:00
text_editor.rs add SelectAll to TextEditor 2024-07-08 01:16:31 +02:00
text_input.rs Hide internal Task constructors 2024-07-05 01:13:28 +02:00
themer.rs Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
toggler.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
tooltip.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
vertical_slider.rs Add iced widget helper to display the iced logo ☄️ 2024-07-11 04:33:19 +02:00