Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -2/+2 | |
| | |||||
* | Fix new `clippy` lints | 2024-12-02 | 1 | -1/+1 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -1/+1 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -4/+1 | |
| | |||||
* | Split `Shell::request_redraw` into two different methods | 2024-11-05 | 1 | -2/+2 | |
| | |||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -1/+1 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -26/+21 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -13/+4 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+3 | |
| | |||||
* | Merge branch 'master' into update-winit | 2024-01-16 | 1 | -10/+6 | |
|\ | |||||
| * | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -4/+1 | |
| | | |||||
| * | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+5 | |
| | | |||||
| * | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
* | | Stop polling in event loop on `RedrawRequest::NextFrame` | 2023-12-20 | 1 | -5/+1 | |
|/ | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -0/+2 | |
|\ | |||||
| * | 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 | -0/+1 | |
| | | |||||
| * | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+1 | |
| | | |||||
* | | refactored window storage; | 2023-07-21 | 1 | -1/+1 | |
|/ | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Fix `loading_spinners` example | 2023-06-28 | 1 | -4/+4 | |
| | |||||
* | fix: RedrawRequest::NextFrame -> RedrawRequest::At() | 2023-06-08 | 1 | -1/+5 | |
| | |||||
* | comment: cleanup imports | 2023-06-08 | 1 | -17/+15 | |
| | |||||
* | feat: use lyon for easing | 2023-06-07 | 1 | -0/+324 | |