Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | 1 | -36/+0 | ||
2024-03-22 | Rename `compositor::Renderer` to `Default` | 1 | -3/+3 | ||
2024-03-22 | Allow custom renderers in `Program` and `Application` | 1 | -3/+3 | ||
2024-03-22 | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 1 | -0/+3 | ||
2024-03-21 | Implement composable, type-safe renderer fallback | 1 | -1/+2 | ||
2023-09-11 | Make `FontSystem` global and simplify `Paragraph` API | 1 | -4/+0 | ||
2023-09-10 | Fix (more) broken intradoc links | 1 | -1/+1 | ||
Good thing I just set up CI earlier for this :sweat_smile: | |||||
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -62/+7 | ||
2023-06-29 | Trim text measurements only before `layout` | 1 | -0/+7 | ||
2023-06-29 | Write missing docs in `iced_graphics` and `iced_wgpu` | 1 | -0/+1 | ||
2023-06-29 | Introduce custom backend-specific primitives | 1 | -0/+7 | ||
2023-06-28 | Reuse entries in `text::Cache` in `iced_wgpu` | 1 | -1/+1 | ||
2023-06-20 | Use subpixel glyph positioning and layout linearity | 1 | -12/+0 | ||
... for offsetting and scaling text | |||||
2023-05-04 | Support configurable `LineHeight` in text widgets | 1 | -0/+2 | ||
2023-05-02 | Introduce `text::Shaping` enum and replace magic boolean | 1 | -2/+2 | ||
2023-05-02 | Make basic text shaping the default shaping strategy | 1 | -0/+2 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -4/+4 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -2/+0 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -0/+2 | ||
2023-02-24 | Implement `font::load` command in `iced_native` | 1 | -0/+5 | ||
2023-02-24 | Overhaul `Font` type to allow font family selection | 1 | -0/+3 | ||
2023-02-17 | Use `Pixels` for `Text::size` | 1 | -1/+1 | ||
2022-11-05 | Refactor some `image` traits a bit | 1 | -2/+2 | ||
- Use `Size<u32>` were applicable. - Rename `TextureStore` to `image::Storage`. - Rename `TextureStoreEntry` to `image::storage::Entry`. - Wire up `viewport_dimensions` to `iced_glow` for `Svg`. | |||||
2021-11-05 | Write missing documentation in `iced_graphics` | 1 | -0/+1 | ||
2021-10-31 | Introduce first-class `svg` module in `iced_native` | 1 | -1/+1 | ||
2021-10-31 | Introduce first-class `image` module in `iced_native` | 1 | -1/+1 | ||
2021-10-31 | Introduce first-class `text` module in `iced_native` | 1 | -1/+1 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -3/+3 | ||
2021-10-14 | Implement `Widget::draw` for `Text` | 1 | -1/+0 | ||
2021-09-15 | Use `Option` to encode empty text case in hit test methods | 1 | -1/+1 | ||
2021-08-26 | Rename `HitTestResult` to `Hit` | 1 | -2/+3 | ||
... and also move it to a new `text` module in `iced_core` | |||||
2021-08-21 | Implement textual hit testing | 1 | -1/+18 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -1/+1 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-26 | Fix broken links in API documentation | 1 | -3/+3 | ||
2020-07-08 | Render arrow icon in `ComboBox` | 1 | -1/+6 | ||
2020-06-19 | Make default text size configurable in `Settings` | 1 | -0/+3 | ||
2020-05-28 | Write documentation for `iced_graphics` | 1 | -0/+22 | ||
2020-05-27 | Update `glyph_brush` and `glow_glyph` | 1 | -2/+0 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -0/+30 | ||