summaryrefslogtreecommitdiffstats
path: root/renderer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `with_transformation` to `Renderer` traitLibravatar Héctor Ramón Jiménez2024-02-022-9/+10
|
* Implement `transform` method for `Geometry`Libravatar Héctor Ramón Jiménez2024-02-021-10/+25
|
* Add return values to Frame::with_clip() and Frame::with_save()Libravatar Michal Lebeda2024-01-311-4/+12
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-214-26/+23
|
* Make `compatible_window` mandatory in `Compositor`Libravatar Héctor Ramón Jiménez2024-01-181-2/+2
|
* Remove redundant `ref mut` in `iced_renderer::compositor`Libravatar Héctor Ramón Jiménez2024-01-181-3/+3
|
* Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez2024-01-182-23/+14
| | | | And update `glyphon` and `window_clipboard`
* WIP raw-window-handle 0.6Libravatar Ian Douglas Scott2024-01-161-22/+29
|
* Update to `softbuffer` 0.3, tracking up to `age` sets of primitivesLibravatar Ian Douglas Scott2024-01-171-0/+1
|
* Remove backend module in renderer crate that has been unused since ↵Libravatar Imbris2024-01-041-100/+0
| | | | https://github.com/iced-rs/iced/pull/1932
* Merge pull request #1964 from bungoboingo/feat/multi-window-supportLibravatar Héctor Ramón2023-12-051-24/+24
|\ | | | | [Feature] 🪟 Multi Window 🪟 .. redux!
| * Separate `Compositor::new` from `Compositor::create_renderer`Libravatar Héctor Ramón Jiménez2023-12-021-32/+15
| |
| * Fix `renderer` method in `iced_renderer::Compositor`Libravatar Héctor Ramón Jiménez2023-11-291-4/+0
| |
| * Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-297-90/+117
| |\
| * | refactored window storage;Libravatar Bingus2023-07-211-0/+16
| | | | | | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt;
* | | Rename `viewport` to `clip_bounds`Libravatar Héctor Ramón Jiménez2023-12-021-6/+6
| | |
* | | Clip text to `viewport` bounds instead of layout boundsLibravatar Héctor Ramón Jiménez2023-12-011-3/+10
| |/ |/|
* | Re-organize `custom` module as `pipeline` moduleLibravatar Héctor Ramón Jiménez2023-11-145-327/+23
| | | | | | | | ... and move `Shader` widget to `iced_widget` crate
* | Run `cargo fmt`Libravatar Héctor Ramón Jiménez2023-11-142-3/+6
| |
* | Remove old `widget` modules in `iced_renderer`Libravatar Héctor Ramón Jiménez2023-11-141-12/+0
| |
* | Fix `clippy` lints :crab:Libravatar Héctor Ramón Jiménez2023-11-141-1/+1
| |
* | Added redraw request handling to widget events.Libravatar Bingus2023-11-142-4/+8
| |
* | Reexport Transformation from widget::shaderLibravatar Bingus2023-11-141-0/+1
| |
* | Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus2023-11-145-0/+320
| |
* | Fix conditional compilation in `iced_renderer`Libravatar Héctor Ramón Jiménez2023-11-121-0/+1
| |
* | Refactor texture image filteringLibravatar Héctor Ramón Jiménez2023-11-111-2/+7
| | | | | | | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer`
* | Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-272-16/+6
|\ \
| * | Centralize `clippy` lints in `.cargo/config.toml`Libravatar Héctor Ramón Jiménez2023-09-201-11/+1
| | |
| * | Fix `clippy::match-wildcard-for-single-variants`Libravatar Héctor Ramón Jiménez2023-09-201-2/+2
| | |
| * | Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
| | |
| * | Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-2/+2
| | |
| * | Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan2023-09-191-1/+1
| | | | | | | | | | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read.
* | | Fix unused import in `iced_renderer`Libravatar Héctor Ramón Jiménez2023-09-131-5/+6
| | |
* | | Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez2023-09-121-2/+17
| | |
* | | Make `FontSystem` global and simplify `Paragraph` APILibravatar Héctor Ramón Jiménez2023-09-111-16/+0
|/ /
* | Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-104-31/+40
|\ \
| * | Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez2023-09-091-0/+13
| | |
| * | Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-092-6/+2
| | |
| * | Merge pull request #2070 from ripytide/masterLibravatar Héctor Ramón2023-09-071-2/+8
| |\ \ | | | | | | | | Added a Frame::scale_nonuniform method
| | * | Make `scale` methods in `Frame` generic over `f32` and `Vector`Libravatar Héctor Ramón Jiménez2023-09-071-2/+2
| | | |
| | * | added a Frame::scale_nonuniform methodLibravatar ripytide2023-09-051-1/+7
| | | |
| * | | Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-23/+16
| |/ / | | | | | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
| * | Enable WebGPU backend in `wgpu` by default instead of WebGLLibravatar Héctor Ramón Jiménez2023-09-041-0/+1
| | | | | | | | | | | | Instead, we expose a new `webgl` feature.
* | | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-303-50/+48
|/ /
* / Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-2/+9
|/
* Decouple `Mesh` primitives from main `Primitive` typeLibravatar Héctor Ramón Jiménez2023-06-292-4/+13
|
* Introduce custom backend-specific primitivesLibravatar Héctor Ramón Jiménez2023-06-294-48/+356
|
* Reuse entries in `text::Cache` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-06-281-1/+1
|
* Merge pull request #1845 from bungoboingo/feat/offscreen-renderingLibravatar Héctor Ramón2023-06-271-0/+30
|\ | | | | Feat: Offscreen Rendering & Screenshots
| * Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus2023-06-061-0/+30
| | | | | | | | window::screenshot command.