Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -2/+6 | |
* | Call size_hint from Explain | 2024-01-31 | 1 | -0/+4 | |
* | Call size_hint from Map | 2024-01-31 | 1 | -0/+4 | |
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -34/+44 | |
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -3/+7 | |
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -2/+1 | |
* | Run `cargo fmt` | 2024-01-20 | 1 | -1/+1 | |
* | feat: quad shadows | 2024-01-20 | 1 | -0/+1 | |
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -13/+5 | |
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -3/+3 | |
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -2/+2 | |
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -2/+4 | |
* | Introduce `visible_bounds` operation for `Container` | 2023-07-27 | 1 | -3/+8 | |
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -3/+6 | |
* | Implement basic cursor availability | 2023-06-08 | 1 | -51/+21 | |
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+608 |