summaryrefslogtreecommitdiffstats
path: root/native (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-23Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2-17/+15
2022-09-21Take `Cow` in `Text::new`Libravatar Ram.Type-04-17/+21
2022-09-15Document that `window::Action::Move` is unsupported on WaylandLibravatar Ian Douglas Scott1-0/+2
2022-09-07Update docs for renamed integration examplesLibravatar 13r0ck1-3/+4
2022-08-27When pane grid title bar is cramped, still show content until hover and allow...Libravatar Matthew Kennerly1-9/+15
2022-08-26Reintroduce `Element::explain`Libravatar Héctor Ramón Jiménez1-9/+181
2022-08-26Fix incorrect layout in `mouse_interaction` for `Tooltip`Libravatar Héctor Ramón Jiménez1-1/+1
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez4-4/+61
2022-08-17Don't constrict tooltip text layout to viewport sizeLibravatar Cory Forsstrom1-2/+7
2022-08-17Add snap within viewport builderLibravatar Cory Forsstrom1-15/+27
2022-08-17Don't clip tooltipLibravatar Cory Forsstrom1-1/+1
2022-08-17Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2-3/+3
2022-08-17Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez5-10/+10
2022-08-12Relax `Fn` trait bounds in `Command` & `Action`Libravatar 无限UCW5-11/+11
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