| Commit message (Expand) | Author | Age | Files | Lines |
* | Redesign `iced_wgpu` layering architecture | Héctor Ramón Jiménez | 2024-04-03 | 1 | -3/+3 |
* | Reintroduce backend selection through `ICED_BACKEND` env var | Héctor Ramón Jiménez | 2024-03-24 | 1 | -1/+1 |
* | Allow custom renderers in `Program` and `Application` | Héctor Ramón Jiménez | 2024-03-22 | 1 | -0/+2 |
* | Fix broken links in documentation | Héctor Ramón Jiménez | 2024-03-22 | 1 | -2/+4 |
* | Implement composable, type-safe renderer fallback | Héctor Ramón Jiménez | 2024-03-21 | 1 | -2/+2 |
* | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 2024-02-02 | 1 | -2/+0 |
* | Remove `Compositor` window generic | Héctor Ramón Jiménez | 2024-01-18 | 1 | -0/+1 |
* | Write documentation for the new text APIs | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+1 |
* | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -6/+0 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 1 | -2/+3 |
|\ |
|
| * | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -2/+3 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+2 |
|/ |
|
* | Write missing docs in `iced_graphics` and `iced_wgpu` | Héctor Ramón Jiménez | 2023-06-29 | 1 | -3/+3 |
* | Decouple `Mesh` primitives from main `Primitive` type | Héctor Ramón Jiménez | 2023-06-29 | 1 | -0/+2 |
* | Introduce custom backend-specific primitives | Héctor Ramón Jiménez | 2023-06-29 | 1 | -5/+4 |
* | Use subpixel glyph positioning and layout linearity | Héctor Ramón Jiménez | 2023-06-20 | 1 | -1/+0 |
* | Introduce `web-colors` feature flag to enable sRGB linear blending | Héctor Ramón Jiménez | 2023-05-31 | 1 | -0/+1 |
* | Merge pull request #1846 from bungoboingo/feat/background-gradients | Héctor Ramón | 2023-05-19 | 1 | -0/+2 |
|\ |
|
| * | Remove `Builder` abstractions for gradients | Héctor Ramón Jiménez | 2023-05-19 | 1 | -1/+1 |
| * | Added support for gradients as background variants + other optimizations. | Bingus | 2023-05-11 | 1 | -0/+2 |
* | | Enable `doc_auto_cfg` when generating documentation | Héctor Ramón Jiménez | 2023-05-11 | 1 | -1/+1 |
|/ |
|
* | Write missing documentation in `iced_graphics` | Héctor Ramón Jiménez | 2023-05-11 | 1 | -1/+1 |
* | Move damage tracking logic to `compositor` in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-04-27 | 1 | -0/+1 |
* | Remove `image` abstractions in `iced_graphics` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -1/+3 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -8/+3 |
* | Move `Canvas` and `QRCode` to `iced` crate | Héctor Ramón Jiménez | 2023-03-03 | 1 | -0/+6 |
* | Implement `Canvas` support for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -9/+4 |
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | Héctor Ramón Jiménez | 2023-02-24 | 1 | -1/+1 |
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | Héctor Ramón Jiménez | 2023-02-24 | 1 | -1/+0 |
* | Move image/svg handling into `iced_graphics` | Ian Douglas Scott | 2022-11-05 | 1 | -0/+1 |
* | Export `Gradient` in `iced_graphics` root | Héctor Ramón Jiménez | 2022-11-03 | 1 | -0/+1 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2022-11-03 | 1 | -1/+1 |
* | Readjusted namespaces, removed Geometry example as it's no longer relevant. | shan | 2022-10-05 | 1 | -1/+0 |
* | Adds linear gradient support to 2D meshes in the canvas widget. | shan | 2022-09-29 | 1 | -0/+2 |
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -3/+0 |
* | Fix further `clippy` lints | Héctor Ramón Jiménez | 2022-07-09 | 1 | -4/+12 |
* | Merge branch 'master' into dev/system-information | Héctor Ramón Jiménez | 2022-05-04 | 1 | -2/+2 |
|\ |
|
| * | Replace `hecrj` in links with `iced-rs` | Héctor Ramón Jiménez | 2022-05-02 | 1 | -2/+2 |
* | | Move `compositor` module access from `window` to `crate` | Richard | 2022-04-27 | 1 | -0/+1 |
|/ |
|
* | Use commit hash in `html_logo_url` | Héctor Ramón Jiménez | 2021-12-09 | 1 | -1/+1 |
* | Added icon in docs | daladim | 2021-12-09 | 1 | -0/+3 |
* | Write missing documentation in `iced_graphics` | Héctor Ramón Jiménez | 2021-11-05 | 1 | -1/+1 |
* | Move `Defaults` from `iced_graphics` to `iced_native` | Héctor Ramón Jiménez | 2021-10-18 | 1 | -3/+1 |
* | Remove trait-specific draw logic in `iced_native` | Héctor Ramón Jiménez | 2021-10-14 | 1 | -1/+1 |
* | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 2021-09-20 | 1 | -2/+2 |
* | Update graphs in crate docs | Héctor Ramón Jiménez | 2020-11-26 | 1 | -0/+2 |
* | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 2020-09-08 | 1 | -0/+2 |
* | Write documentation for the new `overlay` API | Héctor Ramón Jiménez | 2020-07-10 | 1 | -1/+1 |
* | Add styling support for `ComboBox` and `Menu` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -2/+2 |
* | Rename `Layer` to `overlay::Content` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -0/+1 |