index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native
/
src
/
text.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-111
/
+0
2023-02-24
Compute grapheme index in `find_cursor_position` for `TextInput`
Héctor Ramón Jiménez
1
-12
/
+1
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+6
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-1
/
+4
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-3
/
+3
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-10
Lower text::Renderer's Font bound from Copy to Clone
Olivier Pinon
1
-1
/
+1
2021-11-04
Write documentation for `iced_native::text`
Héctor Ramón Jiménez
1
-1
/
+19
2021-11-04
Merge `iced_core::text` with `iced_native::text`
Héctor Ramón Jiménez
1
-3
/
+28
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
1
-15
/
+15
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-21
Implement `Widget::draw` for `Checkbox`
Héctor Ramón Jiménez
1
-0
/
+13
2021-10-20
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
1
-1
/
+39
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-14
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
1
-0
/
+20