Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |