summaryrefslogtreecommitdiffstats
path: root/native/src/widget (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-02Disable drag when maximizedLibravatar Cory Forsstrom1-2/+18
2022-11-02Add maximize / restore to PaneGridLibravatar Cory Forsstrom2-55/+128
2022-10-29Reset `is_pasting` for `TextInput` even when unfocusedLibravatar Héctor Ramón Jiménez1-0/+2
2022-10-29Keep keyboard modifiers always in sync in `TextInput`Libravatar Héctor Ramón Jiménez1-3/+1
2022-10-27Fix drop down not closing when inside scrollableLibravatar Cory Forsstrom1-3/+3
2022-10-27Fix text input paddingLibravatar Cory Forsstrom1-3/+9
2022-10-27Constrain padding to inner & outer sizesLibravatar Cory Forsstrom2-7/+12
2022-10-19Use child layoutLibravatar Cory Forsstrom1-2/+4
2022-10-19Eliminate unnecessary allocationLibravatar Cory Forsstrom1-23/+23
2022-10-17Render picked pane lastLibravatar Cory Forsstrom1-1/+6
2022-10-17Fix pane grid mouse interactionsLibravatar Cory Forsstrom2-2/+4
2022-10-07Render pane grid titlebar after bodyLibravatar Cory Forsstrom1-7/+7
2022-10-05Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX1-2/+2
2022-09-23Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2-17/+15
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