Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -8/+2 | |
| | |||||
* | Fix new `clippy` lints | 2024-12-02 | 1 | -3/+3 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -2/+2 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -18/+17 | |
| | |||||
* | Cull widget draw calls in `column` and `row` | 2024-10-02 | 1 | -11/+8 | |
| | |||||
* | Write doc examples for `column` and `row` | 2024-09-19 | 1 | -0/+21 | |
| | |||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -1/+1 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -15/+0 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -7/+23 | |
| | |||||
* | Merge pull request #2460 from Andrew-Schwartz/master | 2024-06-16 | 1 | -0/+13 | |
|\ | | | | | Add FromIterator for Row and Column | ||||
| * | format | 2024-06-13 | 1 | -2/+9 | |
| | | |||||
| * | Add FromIterator for Row and Column | 2024-06-12 | 1 | -0/+6 | |
| | | |||||
| * | Revert "Add FromIterator for Row and Column" | 2024-06-12 | 1 | -24/+18 | |
| | | | | | | | | This reverts commit 06c80c5bcedd8dba187af9d187ba1ae40fa4dafa. | ||||
| * | Add FromIterator for Row and Column | 2024-06-12 | 1 | -18/+24 | |
| | | |||||
* | | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -1/+1 | |
|/ | |||||
* | Use `Iterator::size_hint` to initialize `Column` and `Row` capacity | 2024-04-01 | 1 | -1/+8 | |
| | |||||
* | Fix `Column` and `Row` fluidity being overridden by `push` | 2024-02-27 | 1 | -8/+3 | |
| | |||||
* | Add `from_vec` method to `Column` and `Row` | 2024-02-19 | 1 | -9/+22 | |
| | |||||
* | Add `extend` method to `Column` and `Row` | 2024-02-19 | 1 | -1/+9 | |
| | |||||
* | Add `push_maybe` to `Column` and `Row` | 2024-02-15 | 1 | -0/+12 | |
| | |||||
* | Add `clip` property to `Container`, `Column`, and `Row` | 2024-02-15 | 1 | -2/+21 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -2/+9 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -12/+14 | |
| | |||||
* | Make `column` and `row` take an `IntoIterator` | 2024-01-10 | 1 | -2/+2 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -7/+6 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -11/+28 | |
| | |||||
* | Create `layout` example | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -5/+4 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -9/+11 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | 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 | -0/+2 | |
| | |||||
* | Introduce `visible_bounds` operation for `Container` | 2023-07-27 | 1 | -1/+1 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+2 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -20/+10 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+264 | |