Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -112/+0 | |
| | |||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -1/+1 | |
| | |||||
* | Introduce `custom` method to `widget::Operation` trait | 2023-01-14 | 1 | -0/+4 | |
| | | | | This allows users to write operations for their custom widgets. | ||||
* | Add text input operations | 2022-11-11 | 1 | -0/+5 | |
| | |||||
* | Remove unnecessary `into` call in `operation::scoped` | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Introduce `scoped` in `widget::operation` | 2022-11-09 | 1 | -0/+43 | |
| | |||||
* | Write missing documentation in `iced_native` | 2022-08-05 | 1 | -0/+31 | |
| | |||||
* | Implement `scrollable::snap_to` operation | 2022-08-04 | 1 | -164/+9 | |
| | |||||
* | Implement `focus_previous` operation | 2022-08-04 | 1 | -8/+39 | |
| | |||||
* | Implement `focus_next` operation | 2022-08-02 | 1 | -0/+93 | |
| | | | | ... as well as a `count_focusable` composable helper! | ||||
* | Implement `Widget::operate` for `TextInput` | 2022-07-28 | 1 | -10/+8 | |
| | |||||
* | Draft widget operations | 2022-07-28 | 1 | -0/+62 | |