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
...
*
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
*
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2023-02-24
1
-4
/
+6
*
Count `layout_runs` instead of using `visible_lines` in `text::Pipeline::prep...
Héctor Ramón Jiménez
2023-02-24
1
-6
/
+7
*
Implement `hit_test` for `text::Pipeline` in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-6
/
+18
*
Use `bounds` directly for `measure` in text pipeline
Héctor Ramón Jiménez
2023-02-24
1
-4
/
+1
*
Avoid unnecessary `Vec` allocation in text pipeline
Héctor Ramón Jiménez
2023-02-24
1
-7
/
+5
*
Trim text `render_cache` after rendering in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-0
/
+2
*
Implement basic text caching in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-60
/
+141
*
Convert sRGB to linear RGB for text in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-2
/
+8
*
Implement proper text alignment support in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-5
/
+32
*
Implement support for multiple text layers in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-13
/
+32
*
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-10
/
+150
*
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
2023-02-24
1
-245
/
+19
*
Address Clippy lints
Poly
2022-07-09
1
-1
/
+2
*
Experimental wgpu WebGL backend support
Vladyslav Nikonov
2022-01-28
1
-3
/
+7
*
Use `Iterator::min_by` instead of `fold` in `hit_test`
Héctor Ramón Jiménez
2021-09-15
1
-13
/
+11
*
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
2021-09-15
1
-8
/
+10
*
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
2021-08-26
1
-7
/
+7
*
Implement textual hit testing
Tom
2021-08-21
1
-0
/
+92
*
Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
2021-07-22
1
-3
/
+2
*
feat: expose draw_cache_multithread
Yusuf Bera Ertan
2021-06-14
1
-1
/
+3
*
Touch support for `PaneGrid` and `PickList` (#650)
anunge
2021-02-12
1
-0
/
+1
*
Update `wgpu` to `0.6` in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
1
-0
/
+2
*
Feature gate `font-kit` behind `"default_system_font"` feature.
Azriel Hoh
2020-05-31
1
-6
/
+11
*
Merge branch 'master' into improvement/update-wgpu_glyph
Héctor Ramón Jiménez
2020-05-29
1
-17
/
+4
|
\
|
*
Update `glyph_brush` and `glow_glyph`
Héctor Ramón Jiménez
2020-05-27
1
-16
/
+0
[prev]
[next]