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