iced/widget/src
2024-05-14 20:10:29 +02:00
..
canvas Fix broken links in documentation 2024-03-22 01:53:48 +01:00
image Introduce dynamic opacity support for Image and Svg 2024-05-03 13:25:58 +02:00
keyed Fix clippy lints for new 1.78 stable toolchain 2024-05-02 17:23:32 +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 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 Use Catalog approach for all widgets 2024-03-24 05:03:09 +01:00
canvas.rs Introduce canvas::Cache grouping 2024-04-30 07:57:54 +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 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 Ask for explicit Length in center_* methods 2024-05-13 17:56:02 +02:00
helpers.rs Merge branch 'master' into beacon 2024-05-14 20:10:29 +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 Use rustc-hash for most of our HashMap and HashSet instances 2024-04-01 12:00:15 +02:00
lib.rs Implement Stack widget 2024-04-25 01:39:34 +02:00
mouse_area.rs Introduce opaque widget helper 2024-04-25 06:05:37 +02: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 Fix Shift scrolling for scrollable on macOS 2024-04-26 01:44:03 +02:00
shader.rs Reintroduce support for custom primitives in iced_wgpu 2024-04-08 15:04:35 +02: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
stack.rs Set proper size boundaries for limits in Stack::layout 2024-04-27 06:20:41 +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 Fix out of bounds caret in TextEditor in some circumstances 2024-04-26 15:17:35 +02:00
text_input.rs Merge branch 'master' into wgpu/better-architecture 2024-04-07 14:06:52 +02: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