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
/
glow
/
src
/
text.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
1
-257
/
+0
2022-07-09
Address Clippy lints
Poly
1
-2
/
+3
2022-01-28
Use glow_glyp in opengl_integration example
Kai Mast
1
-1
/
+1
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
1
-4
/
+8
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-09-15
Use `Iterator::min_by` instead of `fold` in `hit_test`
Héctor Ramón Jiménez
1
-13
/
+11
2021-09-15
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
1
-8
/
+10
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
1
-8
/
+8
2021-08-21
Implement textual hit testing
Tom
1
-0
/
+92
2021-07-22
Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+6
2021-06-14
feat: expose draw_cache_multithread
Yusuf Bera Ertan
1
-1
/
+3
2020-05-31
Feature gate `font-kit` behind `"default_system_font"` feature.
Azriel Hoh
1
-6
/
+11
2020-05-27
Update `glyph_brush` and `glow_glyph`
Héctor Ramón Jiménez
1
-43
/
+26
2020-05-21
Remove unused `overlay_font` in `iced_glow`
Héctor Ramón Jiménez
1
-6
/
+6
2020-05-19
Move built-in fonts to `iced_graphics`
Héctor Ramón Jiménez
1
-12
/
+2
2020-05-19
Move `font::Source` to `iced_graphics`
Héctor Ramón Jiménez
1
-3
/
+1
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
1
-33
/
+25
2020-04-16
Change `&mut wgpu::Device` to `&wgpu::Device` (#299)
Lain-dono
1
-2
/
+2
2020-02-24
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
1
-2
/
+6
2020-01-01
Allow configuration of default font
Héctor Ramón Jiménez
1
-4
/
+7
2019-12-18
Resize text measure cache to avoid panic
Héctor Ramón Jiménez
1
-5
/
+17
2019-11-26
Stop loading a mono font just for the debug view
Héctor Ramón Jiménez
1
-15
/
+3
2019-11-26
Fallback to embedded font when system font fails
Héctor Ramón Jiménez
1
-11
/
+25
2019-11-22
Write docs for `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+7
2019-11-14
Draw proper checkmark for `Checkbox` in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+10
2019-11-14
Fix text bounds in `iced_wgpu` on nonintegral DPI
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-13
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
1
-7
/
+59
2019-11-13
Move text logic in `iced_wgpu` to a `text` module
Héctor Ramón Jiménez
1
-0
/
+106