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
/
wgpu
/
src
/
text.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
2023-09-11
1
-9
/
+8
*
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
2023-09-09
1
-4
/
+1
*
Implement `draw_paragraph` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-09-03
1
-13
/
+12
*
Use `min_bounds` for cached text
Héctor Ramón Jiménez
2023-08-30
1
-7
/
+10
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-376
/
+133
*
Make the style attribute available on Font
lufte
2023-08-18
1
-1
/
+10
*
Update `cosmic-text` and `glyphon`
Héctor Ramón Jiménez
2023-07-20
1
-16
/
+6
*
Trim text measurements only before `layout`
Héctor Ramón Jiménez
2023-06-29
1
-28
/
+17
*
Introduce `Mode` for `text::Cache` and trim only when switching modes
Héctor Ramón Jiménez
2023-06-29
1
-18
/
+64
*
Retain text measurements as long as original entries
Héctor Ramón Jiménez
2023-06-28
1
-17
/
+18
*
Retain measurements for text entries even if not directly used
Héctor Ramón Jiménez
2023-06-28
1
-2
/
+4
*
Fix needless borrow in `iced_wgpu` and `iced_tiny_skia`
Héctor Ramón Jiménez
2023-06-28
1
-1
/
+1
*
Reuse entries in `text::Cache` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-06-28
1
-7
/
+10
*
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
2023-06-28
1
-28
/
+53
*
Clear text caches after a font is loaded
Héctor Ramón Jiménez
2023-06-21
1
-0
/
+2
*
Use subpixel glyph positioning and layout linearity
Héctor Ramón Jiménez
2023-06-20
1
-25
/
+18
*
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
2023-06-16
1
-18
/
+13
*
Use consistent color strategy in `glyphon`
Héctor Ramón Jiménez
2023-06-01
1
-1
/
+10
*
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
2023-05-31
1
-1
/
+3
*
Clip text that exceeds section bounds in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-08
1
-56
/
+68
*
Round paragraph position until we implement subpixel glyph positioning
Héctor Ramón Jiménez
2023-05-08
1
-2
/
+6
*
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
2023-05-04
1
-6
/
+22
*
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
2023-05-02
1
-1
/
+8
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
1
-8
/
+8
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
1
-0
/
+7
*
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
2023-04-08
1
-10
/
+7
*
Introduce `font::Stretch`
Héctor Ramón Jiménez
2023-03-30
1
-0
/
+15
*
Introduce support for `Font` attributes
Héctor Ramón Jiménez
2023-03-30
1
-11
/
+33
*
Update `cosmic-text` to latest :tada:
Héctor Ramón Jiménez
2023-03-19
1
-207
/
+165
*
Trim text `Buffer` cache every frame in `iced_wgpu` and `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-17
1
-13
/
+3
*
Merge branch 'advanced-text' into feature/software-renderer
Héctor Ramón Jiménez
2023-03-04
1
-17
/
+11
|
\
|
*
Reuse text buffers independently of color in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-27
1
-17
/
+11
*
|
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-8
/
+6
*
|
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-1
/
+2
|
/
*
Trim `Cache` every 300 frames in `text::Pipeline`
Héctor Ramón Jiménez
2023-02-24
1
-3
/
+13
*
Collapse conditional and please `clippy`
Héctor Ramón Jiménez
2023-02-24
1
-0
/
+1
*
Grow atlas in `text::Pipeline` when necessary
Héctor Ramón Jiménez
2023-02-24
1
-18
/
+36
*
Set scissoring properly in `text::Pipeline`
Héctor Ramón Jiménez
2023-02-24
1
-0
/
+8
*
Reuse a `RenderPass` as much as possible in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-27
/
+13
*
Apply `ceil` to text bounds when drawing
Héctor Ramón Jiménez
2023-02-24
1
-2
/
+4
*
Set `Attrs::monospaced` if `Font::Monospace` is selected
Héctor Ramón Jiménez
2023-02-24
1
-10
/
+13
*
Set a minimum `height` for `Buffer` of `size * 1.2`
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+4
*
Stop truncating the `renderers` in `text::Pipeline`
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+0
*
Avoid allocating `text_areas` in `text::Pipeline`
Héctor Ramón Jiménez
2023-02-24
1
-7
/
+4
*
Stop reusing `SwashCache` in `text::Pipeline`
Héctor Ramón Jiménez
2023-02-24
1
-7
/
+1
*
Disable `std` feature for `twox-hash` to fix Wasm build
Héctor Ramón Jiménez
2023-02-24
1
-3
/
+8
*
Fix `clippy` lints :tada:
Héctor Ramón Jiménez
2023-02-24
1
-6
/
+7
*
Load `Iced-Icons.ttf` font in `text::Pipeline::new`
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+7
*
Use floating coordinates directly in `text::Pipeline`
Héctor Ramón Jiménez
2023-02-24
1
-7
/
+6
*
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
2023-02-24
1
-204
/
+266
[next]