| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify signatures of `on_move` and `on_scroll` for `mouse_area` | Héctor Ramón Jiménez | 2024-09-10 | 1 | -10/+7 |
* | Use `cursor` changes to notify mouse events in `mouse_area` | Héctor Ramón Jiménez | 2024-09-10 | 1 | -5/+10 |
* | Add `on_scroll` handler to `mouse_area` widget | Siliwolf | 2024-09-10 | 1 | -3/+22 |
* | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 2024-08-08 | 1 | -1/+1 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -1/+1 |
* | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 2024-04-25 | 1 | -1/+1 |
* | Shorten properties in `MouseArea` | Héctor Ramón Jiménez | 2024-02-07 | 1 | -20/+18 |
* | Shorten some `MouseArea` methods | Héctor Ramón Jiménez | 2024-02-07 | 1 | -7/+4 |
* | Override `MouseArea` interaction only when contents are idle | Héctor Ramón Jiménez | 2024-02-07 | 1 | -11/+12 |
* | Add `Interaction` overriding to `MouseArea` | vawvaw | 2024-02-07 | 1 | -0/+20 |
* | Use `Fn` instead of `FnMut` in `MouseArea` | Héctor Ramón Jiménez | 2024-02-03 | 1 | -39/+31 |
* | Fix lints | Remmirad | 2024-02-03 | 1 | -4/+4 |
* | Add mouse move events to `MouseArea` | Remmirad | 2024-02-03 | 1 | -2/+73 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -1/+3 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -15/+23 |
* | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -7/+3 |
* | Fix `Widget::layout` implementation of `MouseArea` | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+3 |
* | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+1 |
* | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+2 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -0/+2 |
* | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 2023-06-08 | 1 | -1/+1 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -10/+10 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -0/+311 |