summaryrefslogtreecommitdiffstats
path: root/native/src/widget (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-24Compute grapheme index in `find_cursor_position` for `TextInput`Libravatar Héctor Ramón Jiménez1-3/+12
2023-02-24Fix useless `f32` conversions and please `clippy`Libravatar Héctor Ramón Jiménez1-6/+1
2023-02-24Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez6-24/+17
2023-02-24Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2023-02-24Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez6-54/+67
2023-02-24Fix `PickList` line heightLibravatar Héctor Ramón Jiménez1-7/+7
2023-02-24Fix `TextInput` line heightLibravatar Héctor Ramón Jiménez1-1/+5
2023-02-20Sliders no longer bleed over railLibravatar Casper Storm2-4/+4
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2023-02-17Fixed widget animations implementationLibravatar Bingus1-1/+1
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énez6-40/+33
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énez6-42/+41
2023-02-17Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez21-185/+171
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-01-28Refactor image draw to standalone functionLibravatar Cory Forsstrom1-28/+40
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-1/+1
2023-01-26Mapped operations is missing text_input()...Libravatar frey1-1/+11
2023-01-23added function focused and focused_horizontal to theme.rsLibravatar Giuliano Bellini s2947391-2/+2
2023-01-23debugging focused style not workingLibravatar Giuliano Bellini s2947391-2/+2
2023-01-23added new style for scrollable, to be applied when mouse is over the scrollab...Libravatar Giuliano Bellini s2947391-0/+4
2023-01-18New iced changesLibravatar Bingus1-1/+1
2023-01-17Use group overlay for containers w/ childrenLibravatar Cory Forsstrom1-5/+8
2023-01-14Introduce `custom` method to `widget::Operation` traitLibravatar Héctor Ramón Jiménez2-0/+13
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2023-01-12Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez1-2/+1
2023-01-12Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-12Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez1-2/+2
2023-01-12Rename `Focus::at` to `Focus::updated_at` in `text_input`Libravatar Héctor Ramón Jiménez1-7/+14
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énez1-24/+78
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