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