summaryrefslogtreecommitdiffstats
path: root/wgpu/src/text.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement textual hit testingLibravatar Tom2021-08-211-0/+92
|
* Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2021-07-221-3/+2
|
* feat: expose draw_cache_multithreadLibravatar Yusuf Bera Ertan2021-06-141-1/+3
|
* Touch support for `PaneGrid` and `PickList` (#650)Libravatar anunge2021-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * touch events properly parsed and converted to logical size, button working * scrolling with a nice touch * fixed application state level touch cursor. panel_grid is touchable now. * format glicthes fixes * format glitches * tight format * fixed pane grid * fixing with upstream * Remove unused `touch` module from `iced_core` * Remove unused `crate::text` import in `iced_native` * Remove redundant match branch in `iced_winit` * Keep removed line break in `UserInterface::update` * Compute `text_size` only when bounds contains cursor in `overlay::menu` Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* Update `wgpu` to `0.6` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-271-0/+2
|
* Feature gate `font-kit` behind `"default_system_font"` feature.Libravatar Azriel Hoh2020-05-311-6/+11
|
* Merge branch 'master' into improvement/update-wgpu_glyphLibravatar Héctor Ramón Jiménez2020-05-291-17/+4
|\
| * Update `glyph_brush` and `glow_glyph`Libravatar Héctor Ramón Jiménez2020-05-271-16/+0
| |
| * Move `Layer` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-191-4/+0
| |
| * Move built-in fonts to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-191-11/+2
| |
| * Move `font::Source` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-191-3/+1
| |
| * Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-1/+1
| |
* | Update `wgpu_glyph` and `glyph_brush`Libravatar Héctor Ramón Jiménez2020-05-251-46/+30
|/
* Change `&mut wgpu::Device` to `&wgpu::Device` (#299)Libravatar Lain-dono2020-04-161-2/+2
| | | | | * Change `&mut wgpu::Device` to `&wgpu::Device` * Fix for rustfmt
* Make output format of `iced_wgpu` configurableLibravatar Héctor Ramón Jiménez2020-02-241-2/+6
|
* Allow configuration of default fontLibravatar Héctor Ramón Jiménez2020-01-011-4/+7
|
* Resize text measure cache to avoid panicLibravatar Héctor Ramón Jiménez2019-12-181-5/+17
| | | | | | | This should not be really necessary, as we are not really drawing anything with the measure brush... But we are using `glyph_brush` in an unconventional way, so that may be the cause. We need to redesign `wgpu_glyph` or come up with an alternative.
* Stop loading a mono font just for the debug viewLibravatar Héctor Ramón Jiménez2019-11-261-15/+3
|
* Fallback to embedded font when system font failsLibravatar Héctor Ramón Jiménez2019-11-261-11/+25
|
* Write docs for `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-221-5/+7
|
* Draw proper checkmark for `Checkbox` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-141-3/+10
|
* Fix text bounds in `iced_wgpu` on nonintegral DPILibravatar Héctor Ramón Jiménez2019-11-141-1/+1
|
* Draft `Font` type and implement `Text::font`Libravatar Héctor Ramón Jiménez2019-11-131-7/+59
|
* Move text logic in `iced_wgpu` to a `text` moduleLibravatar Héctor Ramón Jiménez2019-11-131-0/+106