Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -108/+0 | |
| | |||||
* | Add toast example | 2023-01-17 | 1 | -0/+5 | |
| | |||||
* | Replace `Option<Instant>` with `RedrawRequest` enum | 2023-01-12 | 1 | -11/+11 | |
| | |||||
* | Draft `Shell:request_redraw` API | 2023-01-12 | 1 | -17/+43 | |
| | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | Relayout base layer when layout is invalidated from an overlay | 2022-05-13 | 1 | -0/+5 | |
| | |||||
* | Invalidate widget tree from `Responsive` widget | 2022-01-11 | 1 | -1/+19 | |
| | | | | ... by introducing a new `invalidate_widgets` method to `Shell` | ||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -0/+54 | |
Widgets now can invalidate the current layout of the application on demand. |