iced/widget/src
Héctor Ramón 68c0484b5c
Merge pull request #2168 from jhff/fix/pane_grid_top_edge_click
[Fix] `PaneGrid` click interaction on the top edge
2024-01-04 05:26:12 +01:00
..
canvas Fix majority of unresolved documentation links 2023-09-09 18:59:17 +02:00
image Refactor texture image filtering 2023-11-11 07:22:51 +01:00
keyed Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00
lazy Fix Overlay composition 2023-11-21 14:41:22 +01:00
overlay Clip text to viewport bounds instead of layout bounds 2023-12-01 16:04:27 +01:00
pane_grid Add deadband distance before initiating drag action on pane grid 2023-12-15 10:29:43 +00:00
shader Fix broken intra-doc links 2023-11-14 13:23:28 +01:00
text_input Centralize clippy lints in .cargo/config.toml 2023-09-20 16:40:03 +02:00
button.rs Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00
canvas.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
checkbox.rs Clip text to viewport bounds instead of layout bounds 2023-12-01 16:04:27 +01:00
column.rs Clip text to viewport bounds instead of layout bounds 2023-12-01 16:04:27 +01:00
combo_box.rs Clip text to viewport bounds instead of layout bounds 2023-12-01 16:04:27 +01:00
container.rs Clip text to viewport bounds instead of layout bounds 2023-12-01 16:04:27 +01:00
helpers.rs Create shader function helper in iced_widget 2023-11-14 13:25:49 +01:00
image.rs Refactor texture image filtering 2023-11-11 07:22:51 +01:00
keyed.rs Fix broken intradoc link in widget::keyed module 2023-09-10 00:44:58 +02:00
lazy.rs Fix Overlay composition 2023-11-21 14:41:22 +01:00
lib.rs Re-organize custom module as pipeline module 2023-11-14 12:49:49 +01:00
mouse_area.rs Fix Widget::layout implementation of MouseArea 2023-09-10 03:04:02 +02:00
overlay.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
pane_grid.rs Add deadband distance before initiating drag action on pane grid 2023-12-15 10:29:43 +00:00
pick_list.rs Clip text to viewport bounds instead of layout bounds 2023-12-01 16:04:27 +01:00
progress_bar.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
qr_code.rs Merge branch 'master' into explicit-text-caching 2023-09-10 00:34:21 +02:00
radio.rs Clip text to viewport bounds instead of layout bounds 2023-12-01 16:04:27 +01:00
row.rs Clip text to viewport bounds instead of layout bounds 2023-12-01 16:04:27 +01:00
rule.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
scrollable.rs Fix clippy::match-wildcard-for-single-variants 2023-09-20 05:03:25 +02:00
shader.rs Merge branch 'master' into feat/multi-window-support 2023-11-29 22:28:31 +01:00
slider.rs Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00
space.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
svg.rs Make widget::Tree mutable in Widget::layout 2023-08-30 06:36:24 +02:00
text.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
text_editor.rs Added the ability to change the style of a TextEditor 2023-12-06 14:52:53 -08:00
text_input.rs Merge pull request #1964 from bungoboingo/feat/multi-window-support 2023-12-05 01:03:09 +01:00
toggler.rs Clip text to viewport bounds instead of layout bounds 2023-12-01 16:04:27 +01:00
tooltip.rs added text::Shaping to Tooltip 2023-12-23 00:17:10 +01:00
vertical_slider.rs Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02:00