| Commit message (Expand) | Author | Files | Lines |
2025-02-21 | Run `cargo fmt` | Héctor Ramón Jiménez | 1 | -1/+1 |
2025-02-04 | Take `Event` by reference in `Widget::update` | Héctor Ramón Jiménez | 1 | -4/+4 |
2025-01-22 | derive partialeq and eq for mouse::click::Kind | edwloef | 1 | -1/+1 |
2024-12-02 | Fix new `clippy` lints | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-11-05 | Rename `Widget::on_event` to `update` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-11-05 | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | Héctor Ramón Jiménez | 1 | -94/+62 |
2024-09-24 | Add support for double click event to MouseArea (#2602) | 7sDream | 1 | -4/+48 |
2024-09-19 | Fix `mouse_area` not notifying of mouse move events | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-09-10 | Simplify signatures of `on_move` and `on_scroll` for `mouse_area` | Héctor Ramón Jiménez | 1 | -10/+7 |
2024-09-10 | Use `cursor` changes to notify mouse events in `mouse_area` | Héctor Ramón Jiménez | 1 | -5/+10 |
2024-09-10 | Add `on_scroll` handler to `mouse_area` widget | Siliwolf | 1 | -3/+22 |
2024-08-08 | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-06-14 | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-04-25 | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-02-07 | Shorten properties in `MouseArea` | Héctor Ramón Jiménez | 1 | -20/+18 |
2024-02-07 | Shorten some `MouseArea` methods | Héctor Ramón Jiménez | 1 | -7/+4 |
2024-02-07 | Override `MouseArea` interaction only when contents are idle | Héctor Ramón Jiménez | 1 | -11/+12 |
2024-02-07 | Add `Interaction` overriding to `MouseArea` | vawvaw | 1 | -0/+20 |
2024-02-03 | Use `Fn` instead of `FnMut` in `MouseArea` | Héctor Ramón Jiménez | 1 | -39/+31 |
2024-02-03 | Fix lints | Remmirad | 1 | -4/+4 |
2024-02-03 | Add mouse move events to `MouseArea` | Remmirad | 1 | -2/+73 |
2024-02-01 | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 1 | -1/+3 |
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 1 | -15/+23 |
2024-01-10 | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 1 | -7/+3 |
2023-09-10 | Fix `Widget::layout` implementation of `MouseArea` | Héctor Ramón Jiménez | 1 | -1/+3 |
2023-08-30 | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-08-30 | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 1 | -1/+2 |
2023-07-15 | Add viewport to Widget::on_event | Cory Forsstrom | 1 | -0/+2 |
2023-06-08 | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-06-08 | Implement basic cursor availability | Héctor Ramón Jiménez | 1 | -10/+10 |