Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix (more) broken intradoc links | 2023-09-10 | 1 | -1/+1 | |
| | | | | Good thing I just set up CI earlier for this :sweat_smile: | ||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -62/+7 | |
| | |||||
* | Trim text measurements only before `layout` | 2023-06-29 | 1 | -0/+7 | |
| | |||||
* | Write missing docs in `iced_graphics` and `iced_wgpu` | 2023-06-29 | 1 | -0/+1 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -0/+7 | |
| | |||||
* | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 1 | -1/+1 | |
| | |||||
* | Use subpixel glyph positioning and layout linearity | 2023-06-20 | 1 | -12/+0 | |
| | | | | ... for offsetting and scaling text | ||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -0/+2 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -2/+2 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+2 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -4/+4 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -2/+0 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -0/+2 | |
| | |||||
* | Implement `font::load` command in `iced_native` | 2023-02-24 | 1 | -0/+5 | |
| | |||||
* | Overhaul `Font` type to allow font family selection | 2023-02-24 | 1 | -0/+3 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-17 | 1 | -1/+1 | |
| | |||||
* | Refactor some `image` traits a bit | 2022-11-05 | 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`. | ||||
* | Use `Option` to encode empty text case in hit test methods | 2021-09-15 | 1 | -1/+1 | |
| | |||||
* | Rename `HitTestResult` to `Hit` | 2021-08-26 | 1 | -2/+3 | |
| | | | | ... and also move it to a new `text` module in `iced_core` | ||||
* | Implement textual hit testing | 2021-08-21 | 1 | -1/+18 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -1/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Fix broken links in API documentation | 2020-11-26 | 1 | -3/+3 | |
| | |||||
* | Render arrow icon in `ComboBox` | 2020-07-08 | 1 | -1/+6 | |
| | |||||
* | Make default text size configurable in `Settings` | 2020-06-19 | 1 | -0/+3 | |
| | |||||
* | Write documentation for `iced_graphics` | 2020-05-28 | 1 | -0/+22 | |
| | |||||
* | Update `glyph_brush` and `glow_glyph` | 2020-05-27 | 1 | -2/+0 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+30 | |