summaryrefslogtreecommitdiffstats
path: root/native/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-21Change `subscription::run` to take a function pointerLibravatar Héctor Ramón Jiménez1-2/+15
2023-02-20Sliders no longer bleed over railLibravatar Casper Storm2-4/+4
2023-02-18Remove `Clone` bound for `Bytes::new` in `image`Libravatar Héctor Ramón Jiménez1-3/+3
2023-02-18Fix base cursor position during `UserInterface::draw` when overlay is presentLibravatar Héctor Ramón Jiménez1-6/+7
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez5-11/+11
2023-02-18Fix height of `overlay::Menu`Libravatar Héctor Ramón Jiménez1-1/+2
2023-02-17Use `Pixels` for `padding` in `image::Viewer`Libravatar Héctor Ramón Jiménez1-6/+6
2023-02-17Use `Pixels` for `spacing`Libravatar Héctor Ramón Jiménez6-58/+51
2023-02-17Use `f32` for `Icon::size` in `checkbox`Libravatar Héctor Ramón Jiménez1-2/+2
2023-02-17Use `f32` for `Padding`Libravatar Héctor Ramón Jiménez9-55/+42
2023-02-17Use `Pixels` for `size` methodsLibravatar Héctor Ramón Jiménez3-7/+7
2023-02-17Use `Pixels` for `Slider::height` and `VerticalSlider::width`Libravatar Héctor Ramón Jiménez2-7/+7
2023-02-17Fix `Scrollbar` bound calculations in `Scrollable`Libravatar Héctor Ramón Jiménez1-9/+12
2023-02-17Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez9-60/+61
2023-02-17Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez24-212/+193
2023-02-17Wrap image `Bytes` with `Arc` instead of `Data`Libravatar Héctor Ramón Jiménez1-35/+18
2023-02-17image: Allow any kind of data that implements `AsRef<[u8]>` for the image dataLibravatar Sebastian Dröge1-7/+64
2023-02-17add action to get window idLibravatar Night_Hunter1-0/+4
2023-02-17Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop`Libravatar Héctor Ramón Jiménez1-8/+14
2023-02-17update docs and change to SetAlwaysOnTopLibravatar Night_Hunter1-4/+4
2023-02-17add always on top actionLibravatar Night_Hunter1-0/+10
2023-02-16container: allow specification of ID and provide to `Operation::container`Libravatar Nick Senger1-9/+44
2023-02-16Revert "provide ID to operation.container in applicable widgets"Libravatar Nick Senger5-226/+51
2023-02-16provide ID to operation.container in applicable widgetsLibravatar Nick Senger5-51/+226
2023-02-16scrollable: provide ID to operation.containerLibravatar Nick Senger1-8/+11
2023-02-16Added the ability to change checkbox iconLibravatar Casper Storm1-4/+34
2023-02-14Pad after setting widthLibravatar Cory Forsstrom1-1/+1
2023-02-14Inline `Handle::content` for simplicity and efficiencyLibravatar Héctor Ramón Jiménez1-31/+22
2023-02-14Provide `State` reference instead of closure to `pick_list::draw`Libravatar Héctor Ramón Jiménez1-3/+2
2023-02-14Use `char` instead of `String` for `pick_list::Icon`Libravatar Héctor Ramón Jiménez1-19/+16
2023-02-14Move `Handle` and `Icon` definitions in `pick_list`Libravatar Héctor Ramón Jiménez1-70/+70
2023-02-14Rename `HandleContent` to `Icon` and simplify genericsLibravatar Héctor Ramón Jiménez1-54/+20
2023-02-14Extend pick_list::HandleLibravatar Casper Storm1-14/+68
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