Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -6/+9 | |
| | |||||
* | Update `glyphon` in `iced_wgpu` | 2023-02-24 | 1 | -1/+1 | |
| | |||||
* | Grow atlas in `text::Pipeline` when necessary | 2023-02-24 | 1 | -1/+1 | |
| | |||||
* | Use my GitHub fork of `glyphon` | 2023-02-24 | 1 | -3/+2 | |
| | |||||
* | Reuse a `RenderPass` as much as possible in `iced_wgpu` | 2023-02-24 | 1 | -2/+3 | |
| | |||||
* | Avoid allocating `text_areas` in `text::Pipeline` | 2023-02-24 | 1 | -1/+1 | |
| | |||||
* | Update `glyphon` fork (sRGB support) | 2023-02-24 | 1 | -1/+1 | |
| | |||||
* | Disable `std` feature for `twox-hash` to fix Wasm build | 2023-02-24 | 1 | -1/+8 | |
| | |||||
* | Load `Iced-Icons.ttf` font in `text::Pipeline::new` | 2023-02-24 | 1 | -1/+1 | |
| | |||||
* | Use floating coordinates directly in `text::Pipeline` | 2023-02-24 | 1 | -1/+2 | |
| | |||||
* | Implement `font::load` command in `iced_native` | 2023-02-24 | 1 | -0/+1 | |
| | |||||
* | Implement basic text caching in `iced_wgpu` | 2023-02-24 | 1 | -0/+2 | |
| | |||||
* | Draft `glyphon` implementation of text pipeline for `iced_wgpu` | 2023-02-24 | 1 | -0/+5 | |
| | |||||
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 1 | -4/+0 | |
| | |||||
* | Bump versions :tada: | 2023-02-18 | 1 | -3/+3 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 1 | -3/+3 | |
| | |||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 1 | -15/+13 | |
| | |||||
* | Initial profiling support for Iced. | 2023-01-09 | 1 | -11/+17 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -3/+3 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -3/+3 | |
| | |||||
* | Remove redundant features in `iced_wgpu` and `iced_glow` | 2022-11-05 | 1 | -2/+1 | |
| | |||||
* | Move image/svg handling into `iced_graphics` | 2022-11-05 | 1 | -32/+14 | |
| | | | | | | | | | The `TextureStore` trait is implemented by the atlas, and can also be implemented in the glow renderer or in a software renderer. The API here may be improved in the future, but API stability is presumably not a huge issue since these types will only be used by renderer backends. | ||||
* | Merge branch 'master' into fear/linear-gradients | 2022-11-03 | 1 | -3/+3 | |
|\ | |||||
| * | Fix inconsistent version format for `raw-window-handle` dependency | 2022-11-01 | 1 | -1/+1 | |
| | | |||||
| * | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18` | 2022-11-01 | 1 | -3/+3 | |
| | | |||||
* | | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 1 | -0/+7 | |
|/ | |||||
* | Use latest `wgpu_glyph` release on crates.io | 2022-07-03 | 1 | -1/+1 | |
| | |||||
* | remove unnecessary `Cargo.toml` formatting | 2022-07-02 | 1 | -22/+22 | |
| | |||||
* | replace `path` to `git` | 2022-07-02 | 1 | -23/+23 | |
| | |||||
* | update `wgpu` to `0.13` | 2022-07-02 | 1 | -3/+3 | |
| | |||||
* | Bump versions :tada: | 2022-05-31 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2022-05-02 | 1 | -3/+3 | |
| | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Experimental wgpu WebGL backend support | 2022-01-28 | 1 | -0/+1 | |
| | | | | | | | | - 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 | ||||
* | Bump raw-window-handle | 2022-01-04 | 1 | -1/+1 | |
| | |||||
* | Update wgpu_glyph | 2022-01-04 | 1 | -1/+1 | |
| | |||||
* | Update wgpu 0.12 | 2022-01-04 | 1 | -2/+2 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Update wgpu to 0.11 | 2021-10-13 | 1 | -2/+2 | |
| | |||||
* | Downgrade bitmask in iced_wgpu for consistency with iced_core | 2021-09-30 | 1 | -1/+1 | |
| | |||||
* | Refactor `Orientation` into `Operation` in `image::raster` | 2021-09-30 | 1 | -0/+1 | |
| | |||||
* | Remove `TODO` in `Cargo.toml` of `iced_wgpu` | 2021-09-30 | 1 | -1/+1 | |
| | |||||
* | Honor Exif orientation in `iced_wgpu::Image` | 2021-09-30 | 1 | -0/+1 | |
| | |||||
* | Update `resvg` to `0.18` in `iced_wgpu` | 2021-09-27 | 1 | -3/+7 | |
| | |||||
* | Update wgpu_glyph | 2021-08-19 | 1 | -1/+1 | |
| | |||||
* | wgpu: Update to 0.10 | 2021-08-19 | 1 | -2/+3 | |
| | |||||
* | Update wgpu 0.9 | 2021-06-22 | 1 | -2/+2 | |
| | |||||
* | Use latest `wgpu` releases instead of patched sources | 2021-05-19 | 1 | -2/+2 | |
| | |||||
* | Add staging belt fix | 2021-04-12 | 1 | -2/+2 | |
| |