Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -0/+14 | |
| | |||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -41/+29 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -18/+55 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Use an opaque `Id` type for `image::Handle` | 2024-05-01 | 1 | -5/+3 | |
| | | | | Hashing pointers is a terrible idea. | ||||
* | Draft support for dynamic custom renderer injection | 2024-03-21 | 1 | -3/+7 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -5/+6 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -1/+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 | |
| | |||||
* | Refactor texture image filtering | 2023-11-11 | 1 | -8/+21 | |
| | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | ||||
* | Fix clippy + fmt | 2023-11-11 | 1 | -1/+1 | |
| | |||||
* | Implement texture filtering options | 2023-11-11 | 1 | -1/+1 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -3/+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 | -0/+1 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -2/+3 | |
| | |||||
* | Use `no_run` for widget doc-tests | 2023-03-05 | 1 | -1/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+205 | |