| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | Move `Layer` to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -4/+0 |
| * | Move built-in fonts to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -11/+2 |
| * | Move `font::Source` to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -3/+1 |
| * | Draft new `iced_graphics` crate :tada: | Héctor Ramón Jiménez | 2020-05-19 | 1 | -1/+1 |
* | | Update `wgpu_glyph` and `glyph_brush` | Héctor Ramón Jiménez | 2020-05-25 | 1 | -46/+30 |
|/ |
|
* | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | Lain-dono | 2020-04-16 | 1 | -2/+2 |
* | Make output format of `iced_wgpu` configurable | Héctor Ramón Jiménez | 2020-02-24 | 1 | -2/+6 |
* | Allow configuration of default font | Héctor Ramón Jiménez | 2020-01-01 | 1 | -4/+7 |
* | Resize text measure cache to avoid panic | Héctor Ramón Jiménez | 2019-12-18 | 1 | -5/+17 |
* | Stop loading a mono font just for the debug view | Héctor Ramón Jiménez | 2019-11-26 | 1 | -15/+3 |
* | Fallback to embedded font when system font fails | Héctor Ramón Jiménez | 2019-11-26 | 1 | -11/+25 |
* | Write docs for `iced_wgpu` | Héctor Ramón Jiménez | 2019-11-22 | 1 | -5/+7 |
* | Draw proper checkmark for `Checkbox` in `iced_wgpu` | Héctor Ramón Jiménez | 2019-11-14 | 1 | -3/+10 |
* | Fix text bounds in `iced_wgpu` on nonintegral DPI | Héctor Ramón Jiménez | 2019-11-14 | 1 | -1/+1 |
* | Draft `Font` type and implement `Text::font` | Héctor Ramón Jiménez | 2019-11-13 | 1 | -7/+59 |
* | Move text logic in `iced_wgpu` to a `text` module | Héctor Ramón Jiménez | 2019-11-13 | 1 | -0/+106 |