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