summaryrefslogtreecommitdiffstats
path: root/widget (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-06-14Make `overlay::Menu` publish messages on selectionLibravatar Héctor Ramón Jiménez2-42/+42
2023-06-14Use nested for lazy widgetsLibravatar Cory Forsstrom3-44/+58
2023-06-14Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom3-6/+21
2023-06-12Only scroll w/ wheel if over scrollableLibravatar Cory Forsstrom1-0/+4
2023-06-08Fix mouse interactions in `Scrollable`Libravatar Héctor Ramón Jiménez1-4/+24
2023-06-08Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez15-42/+38
2023-06-08Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez32-678/+523
2023-06-06Introduce `on_press_maybe` helper for `Button`Libravatar Héctor Ramón Jiménez1-2/+11
2023-06-01Fix `quad` glitch when rounding borders of a `Slider` railLibravatar Héctor Ramón Jiménez2-10/+4
2023-06-01only add border radius to the visible partLibravatar Casper Storm2-4/+10
2023-06-01Add border_radius to slider railLibravatar Casper Storm2-4/+4
2023-06-01Invalidate `Responsive` layout when size changes without a `view` callLibravatar Héctor Ramón Jiménez1-0/+1