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