summaryrefslogtreecommitdiffstats
path: root/native/src/text.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-111/+0
|
* Compute grapheme index in `find_cursor_position` for `TextInput`Libravatar Héctor Ramón Jiménez2023-02-241-12/+1
|
* Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez2023-02-241-1/+6
|
* Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2023-02-241-1/+4
|
* Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez2023-02-171-3/+3
|
* Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
|
* Lower text::Renderer's Font bound from Copy to CloneLibravatar Olivier Pinon2021-12-101-1/+1
|
* Write documentation for `iced_native::text`Libravatar Héctor Ramón Jiménez2021-11-041-1/+19
|
* Merge `iced_core::text` with `iced_native::text`Libravatar Héctor Ramón Jiménez2021-11-041-3/+28
|
* Introduce first-class `text` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-0/+71