summaryrefslogtreecommitdiffstats
path: root/native/src/widget (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-08Enable horizontal scrolling with `Shift+MouseWheel`Libravatar Héctor Ramón Jiménez1-1/+17
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2-51/+64
2023-01-04Checkbox: Fix tests with sync'ed helper macro and associated fnLibravatar 13r0ck1-1/+1
2023-01-04use same name & order for checkbox::new and helperLibravatar 13r0ck2-2/+2
2023-01-04Make count fields pubLibravatar Cory Forsstrom1-2/+2
2023-01-02Rename `is_checked` to `is_toggled` in `Toggler`Libravatar Héctor Ramón Jiménez1-9/+9
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2-606/+537
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus3-374/+763
2022-12-25TextInput: SHIFT+Left Click to SelectLibravatar Ryan Scheidter1-2/+10
2022-12-22Use same name & order for toggler::new and helperLibravatar 13r0ck2-10/+10
2022-12-22Add `Renderer` argument to `operate`Libravatar Héctor Ramón Jiménez9-3/+23
2022-12-20Fix `clippy` lints for Rust 1.66Libravatar Héctor Ramón Jiménez5-16/+12
2022-12-14Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez1-32/+29
2022-12-13Split vertical orientation into VerticalSliderLibravatar Casper Storm3-158/+528
2022-12-12Vertical orientation added to Slider.Libravatar Casper Storm1-41/+158
2022-12-07Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-12-06Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2-7/+10
2022-12-06feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy2-12/+49
2022-12-05Fix scroller in `Scrollable` always being drawnLibravatar Héctor Ramón Jiménez1-3/+2
2022-11-29Allow &mut self in overlayLibravatar tarkah10-23/+23
2022-11-29Added accessory_content_color to appreance.Libravatar Casper Rogild Storm1-1/+1
2022-11-29Correctly pass accessory content.Libravatar Casper Rogild Storm1-0/+2
2022-11-29Added ability to customize accessory content.Libravatar Casper Rogild Storm1-14/+84
2022-11-16Fix padding for `TextInput` with `Length::Units` widthLibravatar Héctor Ramón Jiménez1-7/+5
2022-11-14Implement `Operation::finish` for `action::widget::Map`Libravatar Héctor Ramón Jiménez1-11/+34
2022-11-14Partially Fixed Mapped OperationsLibravatar Ryan Scheidter1-1/+9
2022-11-14Implement `Widget::operate` for `PaneGrid`Libravatar Ryan Scheidter3-2/+85
2022-11-11Add text input operationsLibravatar Cory Forsstrom4-0/+189
2022-11-11Add widget operation to find currently focused widgetLibravatar mtkennerly1-0/+34
2022-11-11Allow converting from widget-specific IDs to generic IDLibravatar mtkennerly2-0/+12
2022-11-10Fix outdated links in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-10Remove unnecessary `into` call in `operation::scoped`Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez8-13/+15
2022-11-09Introduce `scoped` in `widget::operation`Libravatar Héctor Ramón Jiménez1-0/+43
2022-11-09Implement `Operation::scrollable` for `widget::action::Map`Libravatar Héctor Ramón Jiménez1-0/+8
2022-11-09Fix redundant references in `slider`Libravatar Héctor Ramón Jiménez1-3/+3
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez16-35/+64
2022-11-08Couple layout & content to avoid desyncLibravatar Cory Forsstrom2-68/+55
2022-11-08Rearrange `layout` code to improve readabilityLibravatar Héctor Ramón Jiménez3-8/+2
2022-11-08Rename `Padding::constrain` to `fit`Libravatar Héctor Ramón Jiménez3-3/+3
2022-11-05Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez3-6/+6
2022-11-03non uniform border radius for quadsLibravatar Robert Krahn12-21/+21
2022-11-03Add pub method for getting maximized valueLibravatar Cory Forsstrom1-0/+7
2022-11-03Remove maximized when split occursLibravatar Cory Forsstrom1-0/+1
2022-11-02Fix doc linksLibravatar tarkah1-2/+8
2022-11-02Add state::Scoped & rename Elements as ContentsLibravatar tarkah2-94/+100
2022-11-03refactor: undo changes to radioLibravatar Ashley Wulber2-2/+2
2022-11-03wip: Custom palette for built in themeLibravatar Ashley Wulber2-2/+2
2022-11-02Fix tests & lintsLibravatar tarkah1-5/+6
2022-11-03Increase default `padding` of `TextInput`Libravatar Héctor Ramón Jiménez1-1/+1