Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Self::Surface` in `Compositor` implementors | 2024-01-18 | 2 | -7/+7 | |
| | |||||
* | Resize surface in `configure_surface` in `iced_tiny_skia` | 2024-01-18 | 1 | -10/+14 | |
| | |||||
* | Nest `age` declaration inside `last_primitives` | 2024-01-18 | 1 | -2/+2 | |
| | |||||
* | Avoid stacking new primitives when undamaged | 2024-01-18 | 1 | -19/+21 | |
| | |||||
* | Support out-of-order `Buffer` ages in `iced_tiny_skia` | 2024-01-18 | 1 | -17/+15 | |
| | |||||
* | Make `compatible_window` mandatory in `Compositor` | 2024-01-18 | 6 | -25/+18 | |
| | |||||
* | Remove redundant `ref mut` in `iced_renderer::compositor` | 2024-01-18 | 1 | -3/+3 | |
| | |||||
* | Remove patch version from `softbuffer` | 2024-01-18 | 1 | -1/+1 | |
| | |||||
* | Remove `winit` dependency from `iced` root crate | 2024-01-18 | 1 | -2/+0 | |
| | |||||
* | Remove `Compositor` window generic | 2024-01-18 | 18 | -114/+126 | |
| | | | | And update `glyphon` and `window_clipboard` | ||||
* | WIP raw-window-handle 0.6 | 2024-01-16 | 8 | -102/+142 | |
| | |||||
* | Update to `softbuffer` 0.3, tracking up to `age` sets of primitives | 2024-01-17 | 3 | -45/+79 | |
| | |||||
* | Merge pull request #2204 from iced-rs/vectorial-text-reloaded | 2024-01-17 | 7 | -127/+512 | |
|\ | | | | | Vectorial text reloaded | ||||
| * | Fix `paint` not being transformed in `iced_tiny_skia` | 2024-01-17 | 1 | -6/+15 | |
| | | |||||
| * | Fix paths with negative coordinates in `iced_tiny_skia` | 2024-01-17 | 3 | -18/+21 | |
| | | |||||
| * | Implement vectorial text support for `iced_tiny_skia` | 2024-01-17 | 3 | -185/+191 | |
| | | |||||
| * | Implement vectorial text support for `iced_wgpu` | 2024-01-17 | 1 | -37/+188 | |
| | | |||||
| * | Fix missing semi-colon lint in `vectorial_text` example | 2024-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Simplify `Transform` API in `iced_wgpu::geometry` | 2024-01-17 | 1 | -74/+62 | |
| | | |||||
| * | Apply scaling during `Frame::fill_text` in `iced_tiny_skia` | 2024-01-17 | 1 | -8/+24 | |
| | | |||||
| * | Apply scaling during `Frame::fill_text` in `iced_wgpu` | 2024-01-17 | 1 | -6/+34 | |
| | | |||||
| * | Add `vectorial_text` example | 2024-01-17 | 2 | -0/+184 | |
|/ | |||||
* | Merge pull request #2169 from iced-rs/update-winit | 2024-01-17 | 35 | -1234/+1875 | |
|\ | | | | | Update `winit` to `0.29` | ||||
| * | Fine-tune event loop of `multi-window` applications | 2024-01-17 | 1 | -96/+123 | |
| | | |||||
| * | Use `SmolStr` for `text` field in `KeyPressed` event | 2024-01-16 | 4 | -5/+6 | |
| | | |||||
| * | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 24 | -461/+1277 | |
| | | |||||
| * | Merge branch 'master' into update-winit | 2024-01-16 | 93 | -973/+1645 | |
| |\ | |/ |/| | |||||
* | | Merge pull request #2203 from iced-rs/update-glyphon | 2024-01-16 | 4 | -23/+5 | |
|\ \ | | | | | | | Update `glyphon` to `0.4` | ||||
| * | | Update `rfd` to `0.13` | 2024-01-15 | 1 | -1/+1 | |
| | | | |||||
| * | | Update `glyphon` to `0.4` | 2024-01-15 | 3 | -22/+4 | |
|/ / | | | | | | | `Color` is now always in the sRGB color space. | ||||
* | | Merge pull request #2192 from iced-rs/fix/layout-inconsistencies | 2024-01-12 | 73 | -792/+1314 | |
|\ \ | | | | | | | Layout consistency | ||||
| * | | Fix `websocket` example | 2024-01-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Make `Button` sizing strategy adaptive | 2024-01-11 | 3 | -13/+20 | |
| | | | |||||
| * | | Loosen cross axis constraint for main axis fills in `flex` layout | 2024-01-11 | 1 | -9/+4 | |
| | | | |||||
| * | | Use multiple squares instead of `vertical_space` in `layout` example | 2024-01-10 | 1 | -4/+14 | |
| | | | |||||
| * | | Showcase more layouts in `layout` example | 2024-01-10 | 2 | -14/+132 | |
| | | | |||||
| * | | Add `Theme` selector to `layout` example | 2024-01-10 | 5 | -21/+60 | |
| | | | |||||
| * | | Add `explain` toggle to `layout` example | 2024-01-10 | 2 | -11/+56 | |
| | | | |||||
| * | | Use `flatten` instead of `filter_map` in `layout` example | 2024-01-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Add basic controls to `layout` example | 2024-01-10 | 3 | -15/+84 | |
| | | | |||||
| * | | Use first-class functions in `layout` example | 2024-01-10 | 1 | -60/+83 | |
| | | | |||||
| * | | Fix `cross` calculation in `layout::flex` | 2024-01-10 | 3 | -22/+16 | |
| | | | |||||
| * | | Fix broken doc links in `layout::Node` API | 2024-01-10 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix unnecessary `into` call in `Container::new` | 2024-01-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Make `column` and `row` take an `IntoIterator` | 2024-01-10 | 3 | -10/+8 | |
| | | | |||||
| * | | Fix `size_hint` for `keyed_column` | 2024-01-10 | 3 | -28/+27 | |
| | | | |||||
| * | | Introduce useful helpers in `layout` module | 2024-01-10 | 26 | -131/+193 | |
| | | | |||||
| * | | Reduce `padding` of `scrollable` example | 2024-01-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix `cross` axis calculation in `flex` layout | 2024-01-10 | 1 | -0/+1 | |
| | | | |||||
| * | | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 42 | -275/+212 | |
| | | |