summaryrefslogtreecommitdiffstats
path: root/graphics/src/backend.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez2023-02-241-0/+5
|
* Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2023-02-241-0/+3
|
* Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez2023-02-171-1/+1
|
* Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez2022-11-051-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 methodsLibravatar Héctor Ramón Jiménez2021-09-151-1/+1
|
* Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-261-2/+3
| | | | ... and also move it to a new `text` module in `iced_core`
* Implement textual hit testingLibravatar Tom2021-08-211-1/+18
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-1/+1
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Fix broken links in API documentationLibravatar Héctor Ramón Jiménez2020-11-261-3/+3
|
* Render arrow icon in `ComboBox`Libravatar Héctor Ramón Jiménez2020-07-081-1/+6
|
* Make default text size configurable in `Settings`Libravatar Héctor Ramón Jiménez2020-06-191-0/+3
|
* Write documentation for `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-281-0/+22
|
* Update `glyph_brush` and `glow_glyph`Libravatar Héctor Ramón Jiménez2020-05-271-2/+0
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+30