summaryrefslogtreecommitdiffstats
path: root/widget (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-03Support automatic style type casting for Buttons.Libravatar Nick1-2/+2
2023-08-26Fix `clippy` lints for Rust 1.72Libravatar Héctor Ramón Jiménez1-1/+1
2023-08-26Run `cargo fmt` with Rust 1.72Libravatar Héctor Ramón Jiménez2-8/+12
2023-08-05ensure no paste with altLibravatar Casper Rogild Storm1-1/+3
2023-08-03Remove unnecessary comment in `image::viewer`Libravatar Héctor Ramón Jiménez1-1/+0
2023-08-03fix: Check cursor in bounds when scrolling image::ViewerLibravatar Malcolm Ramsay1-1/+2
2023-08-02Bump version of `iced_widget` :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2023-07-31Update widget/src/combo_box.rsLibravatar Casper Rogild Storm1-1/+1
2023-07-31cycle combobox with keybindsLibravatar Casper Rogild Storm1-9/+34
2023-07-29Bump version of `iced_widget` :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2023-07-29Fix `Tooltip` overlay position inside `Scrollable`Libravatar Héctor Ramón Jiménez1-18/+16
2023-07-28Enable all features for `iced_widget` in `docs.rs`Libravatar Héctor Ramón Jiménez1-0/+4
2023-07-28Bump versions :tada:Libravatar Héctor Ramón Jiménez2-3/+10
2023-07-27Introduce `visible_bounds` operation for `Container`Libravatar Héctor Ramón Jiménez7-9/+116
2023-07-26Rename `on_selection` to `on_option_hovered` in `combo_box`Libravatar Héctor Ramón Jiménez1-6/+6
2023-07-26Fix `on_option_hovered` support in `ComboBox`Libravatar Héctor Ramón Jiménez3-13/+53
2023-07-26Use default padding of `TextInput` in `ComboBox`Libravatar Héctor Ramón Jiménez2-2/+5
2023-07-26Add `Viewport` to `on_event` for `ComboBox`Libravatar Héctor Ramón Jiménez1-0/+3
2023-07-26Swap unwrap_or_else to unwrap_or_defaultLibravatar Joao Freitas1-2/+2
2023-07-26Add ComboBox widgetLibravatar Joao Freitas3-0/+737
2023-07-15Add viewport to Widget::on_eventLibravatar Cory Forsstrom23-2/+57
2023-07-13Restart animation when regaining focusLibravatar Cory Forsstrom1-0/+3
2023-07-13Dont blink input cursor when window loses focusLibravatar Cory Forsstrom1-8/+31
2023-07-13Avoid redundant `max` in `absolute_offset_reversed`Libravatar Héctor Ramón Jiménez1-4/+2
2023-07-13Introduce `absolute_offset_reversed` to `scrollable::Viewport`Libravatar Héctor Ramón Jiménez1-58/+17
2023-07-12Expose methods to change viewport alignmentLibravatar Cory Forsstrom1-1/+58
2023-07-12Remove unnecessary cursor unavailability logic in `scrollable`Libravatar Héctor Ramón Jiménez1-22/+12
2023-07-12Rename `absolute_from_start` to `translation` in `scrollable`Libravatar Héctor Ramón Jiménez1-3/+3
2023-07-12Disambiguate `offset` from `translation` in `scrollable`Libravatar Héctor Ramón Jiménez1-37/+40
2023-07-12Increase type-safety of `alignment` in `scrollable`Libravatar Héctor Ramón Jiménez1-63/+37
2023-07-12Remove public fields from `Viewport`Libravatar Héctor Ramón Jiménez1-31/+3
2023-07-12Remove useless conversions in `widget::tooltip`Libravatar Héctor Ramón Jiménez1-15/+17
2023-07-12Use overlay for `Tooltip` widgetLibravatar Cory Forsstrom1-97/+160
2023-07-09fix: request redraw in component overlayLibravatar Nick Senger1-0/+4
2023-07-06Remove useless conversion in `widget::pane_grid`Libravatar Héctor Ramón Jiménez1-1/+1
2023-07-06Introduce `drop` helper to `pane_grid::State`Libravatar Héctor Ramón Jiménez1-24/+34
2023-07-06Simplify `Target` enum in `widget::pane_grid`Libravatar Héctor Ramón Jiménez1-13/+5
2023-07-06Call `in_edge` only when `picked_pane.is_some()`Libravatar Héctor Ramón Jiménez1-19/+21
2023-07-06Reuse codeLibravatar Joao Freitas1-35/+22
2023-07-06Add ability to drag pane to the pane grid edges & optional style for dragged ...Libravatar Joao Freitas3-99/+281
2023-07-04Add alignment to ViewportLibravatar Cory Forsstrom1-1/+27
2023-07-04Make viewport bounds publicLibravatar Cory Forsstrom1-2/+4
2023-07-04Add scrollable alignment optionLibravatar Cory Forsstrom1-8/+101
2023-06-29Add touch support for toggler. (#1935)Libravatar Austin M. Reppert1-1/+3
2023-06-29Introduce custom backend-specific primitivesLibravatar Héctor Ramón Jiménez2-4/+5
2023-06-27Use `Option::filter` instead of `and_then` in `scrollable`Libravatar Héctor Ramón Jiménez1-14/+6
2023-06-27Require a `Direction` when computing `State::offset` in `scrollable`Libravatar Héctor Ramón Jiménez1-18/+23
2023-06-27Rename `ScrollbarProperties` to `Direction` in `scrollable`Libravatar Héctor Ramón Jiménez1-57/+48
2023-06-27Make vertical scroll properties optionalLibravatar Austin M. Reppert1-40/+90
2023-06-21Update `ouroboros` dependencyLibravatar Héctor Ramón Jiménez2-6/+2