iced/widget/src
2024-04-07 12:42:12 +02:00
..
canvas Fix broken links in documentation 2024-03-22 01:53:48 +01:00
image Draft support for dynamic custom renderer injection 2024-03-21 05:52:48 +01:00
keyed Use Iterator::size_hint to initialize Column and Row capacity 2024-04-01 16:08:42 +02:00
lazy Fix layout invalidation for Responsive widget 2024-03-21 00:37:11 +01:00
overlay Use generic Content in Text to avoid reallocation in fill_text 2024-04-01 11:30:01 +02:00
pane_grid Use rustc-hash for most of our HashMap and HashSet instances 2024-04-01 12:00:15 +02:00
shader Update winit to 0.29.4 2023-12-15 13:39:00 +01:00
text_input Centralize clippy lints in .cargo/config.toml 2023-09-20 16:40:03 +02:00
button.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
canvas.rs Restore canvas::Frame API 2024-03-22 01:35:14 +01:00
checkbox.rs Use generic Content in Text to avoid reallocation in fill_text 2024-04-01 11:30:01 +02:00
column.rs Use Iterator::size_hint to initialize Column and Row capacity 2024-04-01 16:08:42 +02:00
combo_box.rs combo_box: Do not draw empty menu overlay 2024-04-01 21:38:58 +02:00
container.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
helpers.rs Rename text::IntoContent to IntoFragment 2024-04-01 21:48:47 +02:00
image.rs Draft support for dynamic custom renderer injection 2024-03-21 05:52:48 +01:00
keyed.rs Fix broken intradoc link in widget::keyed module 2023-09-10 00:44:58 +02:00
lazy.rs Use rustc-hash for most of our HashMap and HashSet instances 2024-04-01 12:00:15 +02:00
lib.rs Use built-in [lints] table in Cargo.toml 2024-04-07 12:42:12 +02:00
mouse_area.rs Shorten properties in MouseArea 2024-02-07 12:05:47 +01:00
overlay.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
pane_grid.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
pick_list.rs Use generic Content in Text to avoid reallocation in fill_text 2024-04-01 11:30:01 +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 Use Iterator::size_hint to initialize Column and Row capacity 2024-04-01 16:08:42 +02:00
rule.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
scrollable.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
shader.rs Convert Renderer::Theme to generic Widget type 2024-01-21 17:56:01 +01:00
slider.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
space.rs Make horizontal_space and vertical_space fill by default 2024-02-15 02:08:22 +01:00
svg.rs Merge pull request #2350 from iced-rs/theming-revolutions 2024-03-25 22:21:22 +01:00
text.rs Convert Renderer::Theme to generic Widget type 2024-01-21 17:56:01 +01:00
text_editor.rs Expose line_height & text_size fields for the text_editor widget 2024-03-29 16:58:11 -07:00
text_input.rs Check is_secure before a copy/cut from TextInput (#2366) 2024-04-02 08:46:35 +00:00
themer.rs Use Catalog approach for all widgets 2024-03-24 05:03:09 +01: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 Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00