summaryrefslogtreecommitdiffstats
path: root/native/src/widget (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-21Take `Cow` in `Text::new`Libravatar Ram.Type-03-16/+20
2022-08-27When pane grid title bar is cramped, still show content until hover and allow...Libravatar Matthew Kennerly1-9/+15
2022-08-26Fix incorrect layout in `mouse_interaction` for `Tooltip`Libravatar Héctor Ramón Jiménez1-1/+1
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-17Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez1-3/+3
2022-08-12Relax `Fn` trait bounds in `Command` & `Action`Libravatar 无限UCW1-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énez7-0/+79
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez7-178/+237
2022-08-04Implement `focus_previous` operationLibravatar Héctor Ramón Jiménez1-8/+39
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énez8-18/+132
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez6-2/+200
2022-07-27Fix `clippy` lintsLibravatar Héctor Ramón Jiménez1-6/+6
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énez25-1305/+2052
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 further `clippy` lintsLibravatar Héctor Ramón Jiménez8-13/+25
2022-07-09Address Clippy lintsLibravatar Poly13-63/+56
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énez1-20/+31
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez6-44/+85
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2-14/+31
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-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-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énez22-18/+88
2022-05-02Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez3-3/+3
2022-04-30Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez8-11/+38
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-04-27Restrict text width & height to prevent overflowLibravatar Cory Forsstrom1-1/+2
2022-04-27Manually center top aligned textLibravatar Cory Forsstrom1-2/+4
2022-04-27Use top alignment instead of new layerLibravatar Cory Forsstrom1-17/+14