Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement textual hit testing | 2021-08-21 | 1 | -1/+22 | |
| | |||||
* | wgpu: Use the preferred texture format of the surface | 2021-08-03 | 1 | -9/+10 | |
| | | | | Signed-off-by: Tilmann Meyer <me@atiltedtree.dev> | ||||
* | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | 2021-07-22 | 1 | -2/+7 | |
| | |||||
* | Add image format options to reduce code bloat, fixes #376 | 2021-02-13 | 1 | -7/+7 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -2/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Update `image` pipeline in `iced_wgpu` | 2020-08-27 | 1 | -0/+1 | |
| | |||||
* | Update `wgpu` to `0.6` in `iced_wgpu` | 2020-08-27 | 1 | -0/+6 | |
| | |||||
* | Render arrow icon in `ComboBox` | 2020-07-08 | 1 | -0/+1 | |
| | |||||
* | Make default text size configurable in `Settings` | 2020-06-19 | 1 | -0/+8 | |
| | |||||
* | Rename `Rectangle::round` to `snap` | 2020-06-02 | 1 | -1/+1 | |
| | | | | | Also use `ceil` instead of `round`. Closes #380. | ||||
* | Fix documentation of `Backend` in `iced_wgpu` | 2020-05-30 | 1 | -6/+4 | |
| | |||||
* | Merge branch 'master' into improvement/update-wgpu_glyph | 2020-05-29 | 1 | -7/+12 | |
| | |||||
* | Write documentation for `iced_graphics` | 2020-05-28 | 1 | -1/+2 | |
| | |||||
* | Update `glyph_brush` and `glow_glyph` | 2020-05-27 | 1 | -4/+0 | |
| | |||||
* | Refactor `Viewport` and `Compositor` | 2020-05-20 | 1 | -13/+13 | |
| | |||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 1 | -259/+40 | |
| | |||||
* | Move built-in fonts to `iced_graphics` | 2020-05-19 | 1 | -2/+3 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+492 | |