summaryrefslogtreecommitdiffstats
path: root/native (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-17Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2-3/+3
2022-08-05Lay out `UserInterface` after diffingLibravatar Héctor Ramón Jiménez1-3/+3
2022-08-05Fix documentation in `operation::focusable`Libravatar Héctor Ramón Jiménez1-3/+4
2022-08-05Remove `widget::state` leftover fileLibravatar Héctor Ramón Jiménez1-1/+0
2022-08-05Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez8-2/+81
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez9-180/+238
2022-08-04Implement `focus_previous` operationLibravatar Héctor Ramón Jiménez1-8/+39
2022-08-02feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger1-2/+2
2022-08-02Implement `focus_next` operationLibravatar Héctor Ramón Jiménez1-0/+93
2022-07-28Focus text inputs in `todos` exampleLibravatar Héctor Ramón Jiménez1-0/+4
2022-07-28Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez11-21/+175
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez13-4/+276
2022-07-28Fix uninitialized `Tree` in `overlay::Menu`Libravatar Héctor Ramón Jiménez1-0/+2
2022-07-27Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2-9/+9
2022-07-27Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez2-3/+3
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez33-1630/+2321
2022-07-18Fix `max_height` for `Scrollable`Libravatar Héctor Ramón Jiménez1-1/+3
2022-07-18Fix `max_width` and `max_height` for `Container`Libravatar Héctor Ramón Jiménez1-1/+11
2022-07-13Simplify `update` signature in `text_input`Libravatar Héctor Ramón Jiménez1-2/+2
2022-07-13Simplify `on_paste` signatureLibravatar Héctor Ramón Jiménez1-5/+8
2022-07-13Added `on_paste` handler to `TextInput`Libravatar Wyatt Jacob Herkamp1-2/+17
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-0/+6
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez12-24/+44
2022-07-09Address Clippy lintsLibravatar Poly17-81/+72
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2-11/+11
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez5-43/+69
2022-06-07Remove unused code warningsLibravatar Héctor Ramón Jiménez1-1/+1
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2-42/+72
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez7-48/+94
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez3-16/+36
2022-06-07Prevent pane grid title bar content and controls from overlappingLibravatar mtkennerly1-24/+47
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-22/+33
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-10/+20
2022-06-01Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez1-13/+25
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez1-13/+24
2022-06-01Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez1-13/+26
2022-06-01Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez1-11/+21
2022-05-31Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-30Don't process captured overlay statusesLibravatar Cory Forsstrom1-0/+4
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez1-17/+22
2022-05-26Fix examples and doc-testsLibravatar Héctor Ramón Jiménez1-1/+3
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2-29/+31
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez3-6/+10
2022-05-26Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2-2/+11
2022-05-26Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez1-16/+30
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez32-31/+142
2022-05-13Relayout base layer when layout is invalidated from an overlayLibravatar Héctor Ramón Jiménez2-22/+50
2022-05-04Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez1-2/+5
2022-05-02Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2022-05-02Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez3-3/+3