Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix new `clippy` lints | 2024-12-02 | 1 | -1/+1 | |
| | |||||
* | 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 | -26/+27 | |
| | |||||
* | Fix `mouse::Cursor` fighting in `stack` widget | 2024-10-04 | 1 | -4/+2 | |
| | |||||
* | Short-circuit scrolling passthrough in `Stack` | 2024-08-14 | 1 | -1/+1 | |
| | |||||
* | Fix scroll event passthrough in `Stack` widget | 2024-08-14 | 1 | -5/+21 | |
| | |||||
* | Find `layers_below` only if `Stack` is hovered | 2024-08-14 | 1 | -3/+3 | |
| | |||||
* | Fix cursor passthrough in `Stack` during `draw` | 2024-08-14 | 1 | -17/+52 | |
| | |||||
* | 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 | |
| | |||||
* | Set proper size boundaries for `limits` in `Stack::layout` | 2024-04-27 | 1 | -1/+2 | |
| | |||||
* | Respect `width` and `height` properties when `Stack` is empty | 2024-04-27 | 1 | -1/+5 | |
| | |||||
* | Introduce `opaque` widget helper | 2024-04-25 | 1 | -1/+1 | |
| | |||||
* | Use `Limits::resolve` in `Stack` widget | 2024-04-25 | 1 | -2/+3 | |
| | |||||
* | Fix documentation of `stack` module | 2024-04-25 | 1 | -1/+1 | |
| | |||||
* | Implement `Stack` widget | 2024-04-25 | 1 | -0/+327 | |
It can be used to stack elements on top of each other! |