Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Fn` instead of `FnMut` in `MouseArea` | 2024-02-03 | 1 | -39/+31 | |
* | Fix lints | 2024-02-03 | 1 | -4/+4 | |
* | Add mouse move events to `MouseArea` | 2024-02-03 | 1 | -2/+73 | |
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -1/+3 | |
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -15/+23 | |
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -7/+3 | |
* | Fix `Widget::layout` implementation of `MouseArea` | 2023-09-10 | 1 | -1/+3 | |
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -1/+1 | |
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -1/+2 | |
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+2 | |
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -1/+1 | |
* | Implement basic cursor availability | 2023-06-08 | 1 | -10/+10 | |
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -0/+311 |