summaryrefslogtreecommitdiffstats
path: root/native (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-11fix: panic when overlay event processing removes overlayLibravatar Nick Senger1-9/+9
2023-01-31Write missing `window::Action` helpers in `window`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-31Improve consistency of `window::Action`Libravatar Héctor Ramón Jiménez1-8/+9
2023-01-30Fix layout translation in `overlay::Group`Libravatar Héctor Ramón Jiménez3-12/+22
2023-01-28Refactor image draw to standalone functionLibravatar Cory Forsstrom1-28/+40
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck6-17/+16
2023-01-27Fix: Clippy lint 'needless_lifetimes'Libravatar 13r0ck1-2/+2
2023-01-27Fixed a small pixel width issue on `pick_list`Libravatar Casper Storm1-4/+1
2023-01-26Mapped operations is missing text_input()...Libravatar frey1-1/+11
2023-01-26Annotate `Command` and `Subscription` with `#[must_use]`Libravatar Ian Douglas Scott1-0/+1
2023-01-24Fix some minor documentation inconsistenciesLibravatar Héctor Ramón Jiménez3-5/+8
2023-01-17Rename method to is_overLibravatar Cory Forsstrom4-32/+12
2023-01-17Add toast exampleLibravatar Cory Forsstrom1-0/+5
2023-01-17New method to determine if overlay contains cursorLibravatar Cory Forsstrom4-2/+48
2023-01-17Use group overlay for containers w/ childrenLibravatar Cory Forsstrom2-8/+13
2023-01-17Add group overlay elementLibravatar Cory Forsstrom2-0/+167
2023-01-14Introduce `custom` method to `widget::Operation` traitLibravatar Héctor Ramón Jiménez4-0/+24
2023-01-14Bump versions in `README`sLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez6-14/+14
2023-01-13Clarify documentation of `window::frames`Libravatar Héctor Ramón Jiménez1-1/+5
2023-01-12Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez5-7/+5
2023-01-12Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez5-4/+5
2023-01-12Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez5-26/+63
2023-01-12Rename `Focus::at` to `Focus::updated_at` in `text_input`Libravatar Héctor Ramón Jiménez1-7/+14
2023-01-12Implement `window::frames` subscriptionLibravatar Héctor Ramón Jiménez2-1/+41
2023-01-12Use short-hand field notation in `TextInput`Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-12Avoid reblinking cursor when clicking a focused `TextInput`Libravatar Héctor Ramón Jiménez1-12/+7
2023-01-12Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez6-51/+177
2023-01-08Avoid dragging scroll area when touching scrollbars for `Scrollable`Libravatar Héctor Ramón Jiménez1-1/+4
2023-01-08Remove `PartialOrd` implementation for `Rectangle`Libravatar Héctor Ramón Jiménez1-1/+3
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-05Stop using `f32::clamp` altogether in `layout::Limits`Libravatar Héctor Ramón Jiménez1-7/+9
2023-01-05Fix `Layout::resolve` panicking under some circumstancesLibravatar Héctor Ramón Jiménez1-2/+7
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 `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-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é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