summaryrefslogtreecommitdiffstats
path: root/core/src/widget/operation.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Draft `iced_test` crate and test `todos` exampleLibravatar Héctor Ramón Jiménez2024-12-101-43/+156
* Fix new `clippy` lintsLibravatar Héctor Ramón Jiménez2024-12-021-2/+2
* Implement `scroll_by` operation for `scrollable`Libravatar lufte2024-09-101-5/+41
* Rename `operation::chain` to `then`Libravatar Héctor Ramón Jiménez2024-08-151-2/+2
* Introduce `black_box` and `chain` in `widget::operation`Libravatar Héctor Ramón Jiménez2024-08-081-9/+182
* Fix `Send` requirements for Wasm targetsLibravatar Héctor Ramón Jiménez2024-06-141-2/+2
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-141-6/+6
* Introduce `visible_bounds` operation for `Container`Libravatar Héctor Ramón Jiménez2023-07-271-6/+26
* Converge `Command` types from `iced_futures` and `iced_native`Libravatar Héctor Ramón Jiménez2023-03-051-1/+115
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+112