Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -4/+4 | |
| | |||||
* | Fix new `clippy` lints | 2024-12-02 | 1 | -1/+1 | |
| | |||||
* | Rename `Overlay::on_event` to `update` | 2024-11-06 | 1 | -1/+1 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -4/+4 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -18/+12 | |
| | |||||
* | Add compact variant for pane grid controls | 2024-08-22 | 1 | -69/+248 | |
| | |||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -1/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -1/+1 | |
| | |||||
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -30/+34 | |
| | |||||
* | Try using closures for `Container::style` | 2024-03-12 | 1 | -5/+5 | |
| | | | | | | `Box` should not allocate for zero-sized types; so we should not be incurring much overhead. Just a bit of indirection. | ||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -3/+3 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -7/+8 | |
| | |||||
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | 2024-03-06 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 1 | -8/+19 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -2/+4 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -20/+19 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -9/+9 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -3/+3 | |
|\ | |||||
| * | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -3/+3 | |
| | | |||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -3/+3 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -7/+11 | |
|/ | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+3 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -9/+9 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+432 | |