Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix new `clippy` lints | 2024-12-02 | 1 | -2/+2 | |
| | |||||
* | Add `PartialEq` derives for widget styles | 2024-10-14 | 1 | -2/+2 | |
| | |||||
* | Show `rule` doc example in multiple places | 2024-09-19 | 1 | -1/+35 | |
| | |||||
* | Improve `Border` ergonomics | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -44/+65 | |
| | |||||
* | Use closures for `Rule::style` | 2024-03-12 | 1 | -18/+19 | |
| | |||||
* | Implement additional helpers for `Border` and `container::Appearance` | 2024-03-07 | 1 | -1/+1 | |
| | |||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -20/+17 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -2/+1 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -14/+26 | |
| | |||||
* | Simplify theming for `Rule` widget | 2024-03-05 | 1 | -29/+130 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -18/+13 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -2/+4 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -6/+2 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+1 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+5 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -3/+1 | |
| | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -1/+1 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -0/+1 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -2/+3 | |
| | |||||
* | clippy | 2023-05-23 | 1 | -1/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+147 | |