Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-03-16 | Introduce `Program` API | 1 | -11/+9 | |
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -6/+3 | |
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | 1 | -6/+8 | |
2024-01-20 | Make `shadow` optional in `renderer::Quad` | 1 | -1/+1 | |
2024-01-20 | feat: quad shadows | 1 | -4/+49 | |
2024-01-10 | Replace `width` and `height` with `Widget::size` | 1 | -6/+5 | |
2023-08-30 | Make `widget::Tree` mutable in `Widget::layout` | 1 | -1/+1 | |
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -0/+1 | |
2023-06-08 | Implement basic cursor availability | 1 | -2/+3 | |
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -4/+4 | |
2022-12-02 | Ask `clippy` to behave | 1 | -0/+1 | |
2022-12-02 | Add `custom_quad` example | 1 | -0/+159 |