Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `subscription::Event` | 2024-06-11 | 1 | -1/+1 | |
| | | | | ... and remove `PlatformSpecific` from `Event` | ||||
* | Introduce `canvas::Cache` grouping | 2024-04-30 | 1 | -0/+1 | |
| | | | | | Caches with the same `Group` will share their text atlas! | ||||
* | Fix layer transformations | 2024-04-05 | 1 | -3/+3 | |
| | |||||
* | Restore `canvas::Frame` API | 2024-03-22 | 1 | -4/+10 | |
| | |||||
* | Restore `canvas::Program` API | 2024-03-21 | 1 | -4/+13 | |
| | |||||
* | Implement composable, type-safe renderer fallback | 2024-03-21 | 1 | -8/+11 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -4/+3 | |
| | |||||
* | Implement `transform` method for `Geometry` | 2024-02-02 | 1 | -0/+1 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -16/+18 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -3/+1 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -8/+8 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -2/+1 | |
| | |||||
* | 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 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -12/+7 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+238 | |