| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-03-05 | Converge `Command` types from `iced_futures` and `iced_native` | 1 | -153/+0 | ||
| 2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -3/+2 | ||
| 2023-01-26 | Mapped operations is missing text_input()... | 1 | -1/+11 | ||
| This fixes a bug where some operations could be dropped. | |||||
| 2023-01-14 | Introduce `custom` method to `widget::Operation` trait | 1 | -0/+9 | ||
| This allows users to write operations for their custom widgets. | |||||
| 2022-11-14 | Implement `Operation::finish` for `action::widget::Map` | 1 | -11/+34 | ||
| 2022-11-14 | Partially Fixed Mapped Operations | 1 | -1/+9 | ||
| 2022-11-11 | Add text input operations | 1 | -0/+8 | ||
| 2022-11-09 | Implement `Operation::scrollable` for `widget::action::Map` | 1 | -0/+8 | ||
| 2022-08-17 | Use `FnOnce` in `Command::perform` | 1 | -3/+3 | ||
| ... and revert `FnMut` usage. | |||||
| 2022-08-12 | Relax `Fn` trait bounds in `Command` & `Action` | 1 | -3/+3 | ||
| 2022-08-05 | Write missing documentation in `iced_native` | 1 | -0/+6 | ||
| 2022-08-04 | Implement `scrollable::snap_to` operation | 1 | -3/+7 | ||
| 2022-07-28 | Implement `Widget::operate` for `TextInput` | 1 | -3/+3 | ||
| 2022-07-28 | Draft widget operations | 1 | -0/+78 | ||
