summaryrefslogtreecommitdiffstats
path: root/native/src/widget/action.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converge `Command` types from `iced_futures` and `iced_native`Libravatar Héctor Ramón Jiménez2023-03-051-153/+0
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-3/+2
|
* Mapped operations is missing text_input()...Libravatar frey2023-01-261-1/+11
| | | | This fixes a bug where some operations could be dropped.
* Introduce `custom` method to `widget::Operation` traitLibravatar Héctor Ramón Jiménez2023-01-141-0/+9
| | | | This allows users to write operations for their custom widgets.
* Implement `Operation::finish` for `action::widget::Map`Libravatar Héctor Ramón Jiménez2022-11-141-11/+34
|
* Partially Fixed Mapped OperationsLibravatar Ryan Scheidter2022-11-141-1/+9
|
* Add text input operationsLibravatar Cory Forsstrom2022-11-111-0/+8
|
* Implement `Operation::scrollable` for `widget::action::Map`Libravatar Héctor Ramón Jiménez2022-11-091-0/+8
|
* Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez2022-08-051-0/+6
|
* Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-041-3/+7
|
* Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez2022-07-281-3/+3
|
* Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-281-0/+78