summaryrefslogtreecommitdiffstats
path: root/native (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-05Fix `Layout::resolve` panicking under some circumstancesLibravatar Héctor Ramón Jiménez1-2/+7
2023-01-04Make count fields pubLibravatar Cory Forsstrom1-2/+2
2023-01-02Rename `FocusWindow` to `GainFocus` in `window::Action`Libravatar Héctor Ramón Jiménez1-3/+3
2023-01-02Add `FocusWindow` to `window::Action`Libravatar Night_Hunter1-0/+13
2023-01-02Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter3-5/+48
2023-01-02Rename `is_checked` to `is_toggled` in `Toggler`Libravatar Héctor Ramón Jiménez1-9/+9
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énez14-8/+42
2022-12-20Fix `clippy` lints for Rust 1.66Libravatar Héctor Ramón Jiménez6-30/+20
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-0/+4
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 Storm4-158/+531
2022-12-13Remove mention of iOS and Android in `window::action`Libravatar Héctor Ramón1-1/+1
2022-12-12Vertical orientation added to Slider.Libravatar Casper Storm1-41/+158
2022-12-10add toggle decorations actionLibravatar Night_Hunter1-0/+7
2022-12-07Bump versions :tada:Libravatar Héctor Ramón Jiménez6-13/+13
2022-12-06Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez3-24/+13
2022-12-06feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy3-12/+63
2022-12-05Fix scroller in `Scrollable` always being drawnLibravatar Héctor Ramón Jiménez1-3/+2
2022-11-29Get widget operations working w/ overlayLibravatar Cory Forsstrom3-10/+15
2022-11-29Allow &mut self in overlayLibravatar tarkah14-38/+38
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-14Invalidate `overlay` layout when `base` layer captures an `Event`Libravatar Héctor Ramón Jiménez1-1/+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 Forsstrom6-0/+205
2022-11-11#1484, #1527: Fix overlay transitionLibravatar mtkennerly1-1/+1
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-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-10Fix outdated links in documentationLibravatar Héctor Ramón Jiménez5-11/+11
2022-11-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
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énez11-51/+19
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-09Implement `Overlay::operate` for `overlay::element::Map`Libravatar Héctor Ramón Jiménez1-0/+43
2022-11-09Implement `Operation::scrollable` for `element::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énez17-38/+67
2022-11-08Couple layout & content to avoid desyncLibravatar Cory Forsstrom2-68/+55
2022-11-08Rename `QuadBorderRadius` to `BorderRadius`Libravatar Héctor Ramón Jiménez1-13/+12
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-05Use RGBA texture for `image` and `svg` pipelinesLibravatar Héctor Ramón Jiménez1-5/+5