summaryrefslogtreecommitdiffstats
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed glutin MW support and reverted glutin changes back to Iced master ↵Libravatar bungoboingo2023-02-281-1/+1
| | | | since it's being axed as we speak.
* Merge remote-tracking branch 'iced-main/master' into feat/multi-window-supportLibravatar bungoboingo2023-02-282-20/+9
|\ | | | | | | | | | | # Conflicts: # glutin/src/application.rs # winit/src/icon.rs
| * Update `resvg` in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-02-252-20/+9
| |
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-201-3/+3
|\|
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-173-12/+11
|\| | | | | | | | | # Conflicts: # winit/src/window.rs
| * Use `f32` for `Padding`Libravatar Héctor Ramón Jiménez2023-02-171-2/+1
| |
| * Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez2023-02-172-3/+3
| |
| * Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-7/+7
| |
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-152-3/+7
|\| | | | | | | | | | | | | # Conflicts: # native/src/command/action.rs # native/src/window/action.rs # winit/src/window.rs
| * Accept FnOnce instead of Fn in canvas cache drawLibravatar sushigiri2023-02-061-1/+5
| | | | | | | | | | Use FnOnce in `draw` function signature instead of `Fn`, permitting the use of iterators and other one-time functions.
| * Fix: Clippy lint 'needless_lifetimes'Libravatar 13r0ck2023-01-271-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-01-181-3/+3
|\| | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-3/+3
| |
* | implement `multi_window` for `iced_glutin`Libravatar Richard2023-01-091-1/+1
|/
* Fix lintLibravatar Cory Forsstrom2023-01-041-1/+1
|
* Make location copyLibravatar Cory Forsstrom2023-01-041-1/+1
|
* Minor docs typoLibravatar rpitasky2022-12-291-1/+1
| | | "Romve" -> "Remove"
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-2/+2
|
* Rename `Fill` to `ColorFilter` in `graphics::image::vector`Libravatar Héctor Ramón Jiménez2022-12-061-4/+4
|
* Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-065-16/+37
| | | | ... and pass it directly to `Renderer::draw` instead.
* feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy2022-12-061-10/+28
|
* Merge branch 'master' into non-uniform-border-radius-for-quadsLibravatar Héctor Ramón Jiménez2022-12-0221-108/+825
|\
| * Implement `From` traits for `Style` in `canvas`Libravatar Héctor Ramón Jiménez2022-11-281-0/+12
| |
| * Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2022-11-169-100/+294
| |
| * Added conditional configurations for WASM target for gradients & storage ↵Libravatar bungoboingo2022-11-102-1/+6
| | | | | | | | buffers, since storage buffers are not supported on wgpu WASM target at the moment.
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-101-3/+3
| |
| * Fix broken documentation linksLibravatar Héctor Ramón Jiménez2022-11-106-6/+14
| |
| * Don't convert svg to BGRA before passing to shaderLibravatar Ian Douglas Scott2022-11-041-9/+2
| | | | | | | | | | Now that the shader is using RGBA, this incorrectly swaps the components.
| * Update `image` dependency to `0.24`Libravatar Héctor Ramón Jiménez2022-11-051-1/+1
| |
| * Replace `texture_store` and `store` with `storage`Libravatar Héctor Ramón Jiménez2022-11-052-9/+9
| |
| * Use RGBA texture for `image` and `svg` pipelinesLibravatar Héctor Ramón Jiménez2022-11-051-1/+1
| |
| * Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez2022-11-056-52/+65
| | | | | | | | | | | | | | - 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`.
| * Move image/svg handling into `iced_graphics`Libravatar Ian Douglas Scott2022-11-055-0/+492
| | | | | | | | | | | | | | | | | | 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.
* | Rename `QuadBorderRadius` to `BorderRadius`Libravatar Héctor Ramón Jiménez2022-11-081-1/+1
| |
* | non uniform border radius for quadsLibravatar Robert Krahn2022-11-033-3/+3
|/
* Remove unnecessary `pub(crate)` in `widget::canvas::frame`Libravatar Héctor Ramón Jiménez2022-11-031-5/+2
|
* Refactor imports of `widget::canvas::frame` in `iced_graphics`Libravatar Héctor Ramón Jiménez2022-11-031-7/+7
|
* Move re-export in `widget::canvas` in `iced_graphics`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
|
* Fix documentation example of `Canvas`Libravatar Héctor Ramón Jiménez2022-11-031-5/+9
| | | | ... so it makes sense when seen from the `iced` crate.
* Refactor imports in `widget::canvas` in `iced_graphics`Libravatar Héctor Ramón Jiménez2022-11-031-4/+3
|
* Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez2022-11-036-88/+58
|
* Export `Gradient` in `iced_graphics` rootLibravatar Héctor Ramón Jiménez2022-11-031-0/+1
|
* Remove blank line if `layer::mesh` in `iced_graphics`Libravatar Héctor Ramón Jiménez2022-11-031-1/+0
|
* Refactor exports in `graphics::layer`Libravatar Héctor Ramón Jiménez2022-11-031-5/+7
|
* Move `Position` and `Location` to `gradient` moduleLibravatar Héctor Ramón Jiménez2022-11-032-90/+92
|
* Merge branch 'master' into fear/linear-gradientsLibravatar Héctor Ramón Jiménez2022-11-032-4/+4
|\
| * Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp2022-11-012-4/+4
| |
* | Fix lints by `clippy`Libravatar Héctor Ramón Jiménez2022-11-034-19/+12
| |
* | Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-036-23/+21
| |