Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 1 | -280/+0 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-17 | 1 | -2/+2 | |
| | |||||
* | fix: adjust y position of scissor rectangle | 2022-11-23 | 1 | -0/+1 | |
| | |||||
* | cargo fmt | 2022-11-23 | 1 | -2/+7 | |
| | |||||
* | fix: scissor layout bounds for images | 2022-11-23 | 1 | -1/+1 | |
| | |||||
* | Remove redundant features in `iced_wgpu` and `iced_glow` | 2022-11-05 | 1 | -7/+7 | |
| | |||||
* | Refactor some `image` traits a bit | 2022-11-05 | 1 | -4/+4 | |
| | | | | | | | - Use `Size<u32>` were applicable. - Rename `TextureStore` to `image::Storage`. - Rename `TextureStoreEntry` to `image::storage::Entry`. - Wire up `viewport_dimensions` to `iced_glow` for `Svg`. | ||||
* | Add image/svg support to `iced_glow` | 2022-11-05 | 1 | -3/+23 | |
| | | | | | | | | | | https://github.com/iced-rs/iced/issues/674 Uses image/svg support in `iced_graphics`. The is not currently using an atlas, and uses one texture/draw per image. This should be good enough for now; supporting images with glow is better than not supporting them, and if something else performs better, that improvement can be made without any change to the public API. | ||||
* | Run `cargo fmt` | 2022-11-03 | 1 | -1/+1 | |
| | |||||
* | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 2022-10-04 | 1 | -1/+1 | |
| | | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | ||||
* | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 1 | -4/+3 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -1/+0 | |
| | | | | ... and check those in CI as well! | ||||
* | Replace `hecrj` in links with `iced-rs` | 2022-05-02 | 1 | -1/+1 | |
| | |||||
* | Add `Shader` and `Version` | 2022-01-19 | 1 | -52/+2 | |
| | | | | to simplify and constrain `program::create` | ||||
* | Improve shader version selection | 2022-01-19 | 1 | -2/+55 | |
| | |||||
* | Introduce first-class `svg` module in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | |||||
* | Introduce first-class `image` module in `iced_native` | 2021-10-31 | 1 | -4/+1 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -2/+5 | |
| | |||||
* | Avoid flushing empty layers in `iced_wgpu` and `iced_glow` | 2021-10-25 | 1 | -0/+5 | |
| | |||||
* | Implement `Widget::draw` for `Text` | 2021-10-14 | 1 | -2/+2 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -8/+4 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -7/+8 | |
| | |||||
* | Use `Option` to encode empty text case in hit test methods | 2021-09-15 | 1 | -1/+1 | |
| | |||||
* | Rename `HitTestResult` to `Hit` | 2021-08-26 | 1 | -4/+3 | |
| | | | | ... and also move it to a new `text` module in `iced_core` | ||||
* | Implement textual hit testing | 2021-08-21 | 1 | -1/+22 | |
| | |||||
* | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | 2021-07-22 | 1 | -1/+6 | |
| | |||||
* | 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 | ||||
* | Render arrow icon in `ComboBox` | 2020-07-08 | 1 | -0/+1 | |
| | |||||
* | Make default text size configurable in `Settings` | 2020-06-19 | 1 | -0/+6 | |
| | |||||
* | Rename `Rectangle::round` to `snap` | 2020-06-02 | 1 | -1/+1 | |
| | | | | | Also use `ceil` instead of `round`. Closes #380. | ||||
* | Fix `Backend` link in `iced_glow` docs | 2020-05-30 | 1 | -1/+1 | |
| | |||||
* | Expose `Backend` in `iced_glow` | 2020-05-30 | 1 | -3/+8 | |
| | |||||
* | Update `glyph_brush` and `glow_glyph` | 2020-05-27 | 1 | -11/+12 | |
| | |||||
* | Use built-in OpenGL multisampling in `iced_glow` | 2020-05-22 | 1 | -5/+1 | |
| | |||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -8/+21 | |
| | |||||
* | Refactor `Viewport` and `Compositor` | 2020-05-20 | 1 | -14/+9 | |
| | |||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 1 | -252/+39 | |
| | |||||
* | Move built-in fonts to `iced_graphics` | 2020-05-19 | 1 | -2/+3 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+423 | |