Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 1 | -257/+0 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -2/+3 | |
| | |||||
* | Use glow_glyp in opengl_integration example | 2022-01-28 | 1 | -1/+1 | |
| | |||||
* | Experimental wgpu WebGL backend support | 2022-01-28 | 1 | -4/+8 | |
| | | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef | ||||
* | Use `Iterator::min_by` instead of `fold` in `hit_test` | 2021-09-15 | 1 | -13/+11 | |
| | |||||
* | Use `Option` to encode empty text case in hit test methods | 2021-09-15 | 1 | -8/+10 | |
| | |||||
* | Rename `HitTestResult` to `Hit` | 2021-08-26 | 1 | -8/+8 | |
| | | | | ... and also move it to a new `text` module in `iced_core` | ||||
* | Implement textual hit testing | 2021-08-21 | 1 | -0/+92 | |
| | |||||
* | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | 2021-07-22 | 1 | -4/+6 | |
| | |||||
* | feat: expose draw_cache_multithread | 2021-06-14 | 1 | -1/+3 | |
| | |||||
* | Feature gate `font-kit` behind `"default_system_font"` feature. | 2020-05-31 | 1 | -6/+11 | |
| | |||||
* | Update `glyph_brush` and `glow_glyph` | 2020-05-27 | 1 | -43/+26 | |
| | |||||
* | Remove unused `overlay_font` in `iced_glow` | 2020-05-21 | 1 | -6/+6 | |
| | |||||
* | Move built-in fonts to `iced_graphics` | 2020-05-19 | 1 | -12/+2 | |
| | |||||
* | Move `font::Source` to `iced_graphics` | 2020-05-19 | 1 | -3/+1 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -1/+1 | |
| | |||||
* | Draft first working version of `iced_glow` :tada: | 2020-05-19 | 1 | -0/+180 | |