Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 1 | -7/+14 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -17/+6 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -32/+43 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+2 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -0/+7 | |
| | |||||
* | Fix `Overlay` composition | 2023-11-21 | 1 | -2/+3 | |
| | | | | Translations were not easily composable. | ||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -3/+3 | |
| | |||||
* | Fix `Widget::layout` for `Lazy` | 2023-09-01 | 1 | -1/+3 | |
| | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -2/+2 | |
| | |||||
* | 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 | |
| | |||||
* | Update `ouroboros` dependency | 2023-06-21 | 1 | -5/+1 | |
| | |||||
* | Use nested for lazy widgets | 2023-06-14 | 1 | -15/+18 | |
| | |||||
* | Introduce internal `overlay::Nested` for `UserInterface` | 2023-06-14 | 1 | -2/+7 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -24/+12 | |
| | |||||
* | Write missing documentation in `iced_widget` | 2023-05-11 | 1 | -0/+3 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+409 | |