Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -2/+2 | |
| | |||||
* | Make tiny-skia equivalent | 2024-03-26 | 1 | -1/+2 | |
| | |||||
* | Reintroduce backend selection through `ICED_BACKEND` env var | 2024-03-24 | 1 | -5/+16 | |
| | |||||
* | Rename `compositor::Renderer` to `Default` | 2024-03-22 | 1 | -2/+2 | |
| | |||||
* | Allow custom renderers in `Program` and `Application` | 2024-03-22 | 2 | -4/+13 | |
| | |||||
* | Fix standalone compilation of `iced_widget` crate | 2024-03-22 | 1 | -1/+0 | |
| | |||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -0/+3 | |
| | |||||
* | Restore `canvas::Frame` API | 2024-03-22 | 1 | -5/+3 | |
| | |||||
* | Implement composable, type-safe renderer fallback | 2024-03-21 | 3 | -24/+55 | |
| | |||||
* | Show name of current `Theme` in `clock` example | 2024-03-16 | 1 | -5/+7 | |
| | |||||
* | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 2024-03-07 | 1 | -2/+3 | |
| | |||||
* | Fix `iced_tiny_skia` clipping line strokes | 2024-02-22 | 1 | -2/+2 | |
| | |||||
* | Fix text transparency in `iced_tiny_skia` | 2024-02-15 | 1 | -1/+10 | |
| | |||||
* | Fix clipping of text in `iced_tiny_skia` | 2024-02-11 | 1 | -38/+50 | |
| | |||||
* | tiny_skia: Add a capacity limit to `GlyphCache` | 2024-02-07 | 1 | -1/+7 | |
| | | | | | | | | * Trim the cache if `recently_used` size reaches the limit, even if a trim interval hasn't passed. * Shrink `entries` and `recently_used` to the limit when trimming. Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com> | ||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 3 | -16/+39 | |
| | |||||
* | Allow only uniform scaling in `Transformation` | 2024-02-02 | 1 | -4/+4 | |
| | |||||
* | Replace `Primitive::Translate` with `Transform` | 2024-02-02 | 2 | -49/+48 | |
| | |||||
* | Assert dimensions of quads are normal in `iced_tiny_skia` | 2024-01-31 | 1 | -0/+9 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 2 | -13/+7 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -91/+76 | |
| | |||||
* | Skip transparent shadows in `iced_tiny_skia` | 2024-01-20 | 1 | -94/+101 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -12/+13 | |
| | |||||
* | Make `shadow` optional in `renderer::Quad` | 2024-01-20 | 1 | -13/+11 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+106 | |
| | |||||
* | Use `Self::Surface` in `Compositor` implementors | 2024-01-18 | 1 | -3/+3 | |
| | |||||
* | 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 | 1 | -16/+10 | |
| | |||||
* | Remove `Compositor` window generic | 2024-01-18 | 1 | -27/+29 | |
| | | | | And update `glyphon` and `window_clipboard` | ||||
* | WIP raw-window-handle 0.6 | 2024-01-16 | 1 | -27/+29 | |
| | |||||
* | Update to `softbuffer` 0.3, tracking up to `age` sets of primitives | 2024-01-17 | 1 | -44/+77 | |
| | |||||
* | 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 | 1 | -44/+55 | |
| | |||||
* | Apply scaling during `Frame::fill_text` in `iced_tiny_skia` | 2024-01-17 | 1 | -8/+24 | |
| | |||||
* | Update `glyphon` to `0.4` | 2024-01-15 | 1 | -13/+1 | |
| | | | | `Color` is now always in the sRGB color space. | ||||
* | Merge pull request #2158 from iced-rs/feature/raw-text-primitive | 2024-01-12 | 2 | -1/+58 | |
|\ | | | | | Introduce `RawText` to `Primitive` in `iced_graphics` | ||||
| * | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 2 | -1/+58 | |
| | | | | | | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
* | | Fix `expect` message in `iced_tiny_skia::vector` | 2023-12-11 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #1964 from bungoboingo/feat/multi-window-support | 2023-12-05 | 1 | -17/+15 | |
|\ | | | | | [Feature] 🪟 Multi Window 🪟 .. redux! | ||||
| * | Separate `Compositor::new` from `Compositor::create_renderer` | 2023-12-02 | 1 | -20/+8 | |
| | | |||||
| * | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 8 | -411/+327 | |
| |\ | |||||
| * | | refactored window storage; | 2023-07-21 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | | | Rename `viewport` to `clip_bounds` | 2023-12-02 | 2 | -7/+10 | |
| | | | |||||
* | | | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 2 | -16/+16 | |
| |/ |/| | |||||
* | | Refactor texture image filtering | 2023-11-11 | 2 | -4/+15 | |
| | | | | | | | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | ||||
* | | Fix clippy + fmt | 2023-11-11 | 1 | -3/+7 | |
| | |