| Commit message (Expand) | Author | Age | Files | Lines |
* | Address Clippy lints | Poly | 2022-07-09 | 1 | -2/+3 |
* | Use glow_glyp in opengl_integration example | Kai Mast | 2022-01-28 | 1 | -1/+1 |
* | Experimental wgpu WebGL backend support | Vladyslav Nikonov | 2022-01-28 | 1 | -4/+8 |
* | 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 | -8/+8 |
* | 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 | -4/+6 |
* | feat: expose draw_cache_multithread | Yusuf Bera Ertan | 2021-06-14 | 1 | -1/+3 |
* | Feature gate `font-kit` behind `"default_system_font"` feature. | Azriel Hoh | 2020-05-31 | 1 | -6/+11 |
* | Update `glyph_brush` and `glow_glyph` | Héctor Ramón Jiménez | 2020-05-27 | 1 | -43/+26 |
* | Remove unused `overlay_font` in `iced_glow` | Héctor Ramón Jiménez | 2020-05-21 | 1 | -6/+6 |
* | Move built-in fonts to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -12/+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 |
* | Draft first working version of `iced_glow` :tada: | Héctor Ramón Jiménez | 2020-05-19 | 1 | -0/+180 |