Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -2/+1 | |
| | |||||
* | Allow custom renderers in `Program` and `Application` | 2024-03-22 | 1 | -4/+0 | |
| | |||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -20/+33 | |
| | |||||
* | Implement composable, type-safe renderer fallback | 2024-03-21 | 1 | -345/+23 | |
| | |||||
* | Gate `Custom` variants in `iced_renderer` behind `custom` feature | 2024-03-21 | 1 | -0/+9 | |
| | |||||
* | Draft support for dynamic custom renderer injection | 2024-03-21 | 1 | -9/+65 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -7/+9 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -16/+13 | |
| | |||||
* | Rename `viewport` to `clip_bounds` | 2023-12-02 | 1 | -6/+6 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -3/+10 | |
| | |||||
* | Re-organize `custom` module as `pipeline` module | 2023-11-14 | 1 | -21/+23 | |
| | | | | ... and move `Shader` widget to `iced_widget` crate | ||||
* | Fix `clippy` lints :crab: | 2023-11-14 | 1 | -1/+1 | |
| | |||||
* | Added support for custom shader widget for iced_wgpu backend. | 2023-11-14 | 1 | -0/+21 | |
| | |||||
* | Fix conditional compilation in `iced_renderer` | 2023-11-12 | 1 | -0/+1 | |
| | |||||
* | Refactor texture image filtering | 2023-11-11 | 1 | -2/+7 | |
| | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | ||||
* | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -15/+5 | |
|\ | |||||
| * | Centralize `clippy` lints in `.cargo/config.toml` | 2023-09-20 | 1 | -11/+1 | |
| | | |||||
| * | Fix `clippy::match-wildcard-for-single-variants` | 2023-09-20 | 1 | -2/+2 | |
| | | |||||
| * | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -2/+2 | |
| | | |||||
| * | Chore: Inline format args for ease of reading | 2023-09-19 | 1 | -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` | 2023-09-13 | 1 | -5/+6 | |
| | | |||||
* | | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -2/+17 | |
| | | |||||
* | | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -16/+0 | |
|/ | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -0/+13 | |
|\ | |||||
| * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -0/+13 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -39/+34 | |
|/ | |||||
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -4/+12 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -3/+245 | |
| | |||||
* | Bundle `tiny-skia` backend together with `iced_renderer` | 2023-05-10 | 1 | -3/+0 | |
| | |||||
* | Introduce backend feature flags in `iced_renderer` | 2023-03-06 | 1 | -0/+3 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -9/+5 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -10/+3 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -1/+13 | |
| | |||||
* | Use `iced_renderer` instead of `iced_graphics` in root crate | 2023-02-28 | 1 | -0/+1 | |
| | |||||
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 1 | -0/+17 | |