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
/
core
/
src
/
text.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-20
WIP: background image support
master
cel 🌸
1
-2
/
+2
2025-02-03
Use `text::Span::new` in `window_manager`
Héctor Ramón Jiménez
1
-26
/
+18
2025-02-03
Implement basic IME selection in `Preedit` overlay
Héctor Ramón Jiménez
1
-0
/
+17
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-29
Fix various typos
bbb651
1
-2
/
+2
2024-09-04
Add `text::Wrapping` support
Héctor Ramón Jiménez
1
-0
/
+19
2024-08-22
Make `RichText` generic over data structure
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-28
Implement `strikethrough` support for `rich_text` spans
Héctor Ramón Jiménez
1
-0
/
+10
2024-07-28
Implement `underline` support for `rich_text` spans
Héctor Ramón Jiménez
1
-0
/
+10
2024-07-28
Add `padding` to `text::Span`
Héctor Ramón Jiménez
1
-10
/
+30
2024-07-28
Improve ergonomics of `span` background highlighting
Héctor Ramón Jiménez
1
-27
/
+58
2024-07-28
Add background styling to span / rich text
Cory Forsstrom
1
-1
/
+38
2024-07-23
Fix mssing `Link` generic in `From` impl for `Span`
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-21
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
1
-4
/
+30
2024-07-18
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
1
-0
/
+12
2024-07-17
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
1
-0
/
+148
2024-07-17
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
1
-2
/
+1
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
1
-4
/
+0
2024-04-01
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
1
-3
/
+3
2023-12-02
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
1
-3
/
+3
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-1
/
+4
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
1
-0
/
+2
2023-09-17
Draft `Highlighter` API
Héctor Ramón Jiménez
1
-0
/
+2
2023-09-14
Fix broken intra-doc links
Héctor Ramón Jiménez
1
-0
/
+2
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
1
-81
/
+42
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
1
-67
/
+23
2023-09-10
Fix (more) broken intradoc links
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-09
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
1
-12
/
+56
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-58
/
+103
2023-06-28
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+3
2023-05-10
Increase default `LineHeight` to `Relative(1.3)`
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-4
/
+69
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-6
/
+24
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-2
/
+20
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-0
/
+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