Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -0/+4 | |
| | |||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -7/+3 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -2/+11 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -174/+127 | |
| | |||||
* | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 1 | -0/+16 | |
| | |||||
* | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 1 | -0/+2 | |
|\ | |||||
* | | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -131/+127 | |
| | | |||||
* | | Enable clipping and disable v-sync for now | 2024-04-05 | 1 | -18/+17 | |
| | | |||||
* | | Fix layer transformations | 2024-04-05 | 1 | -32/+33 | |
| | | |||||
* | | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -317/+300 | |
|/ | |||||
* | Apply `Transformation` to `RawText` primitives | 2024-02-02 | 1 | -12/+5 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -9/+11 | |
| | |||||
* | Allow only uniform scaling in `Transformation` | 2024-02-02 | 1 | -3/+3 | |
| | |||||
* | Apply `Transform` scaling to text primitives | 2024-02-02 | 1 | -1/+1 | |
| | |||||
* | Replace `Primitive::Translate` with `Transform` | 2024-02-02 | 1 | -41/+31 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -15/+5 | |
| | |||||
* | Make `shadow` optional in `renderer::Quad` | 2024-01-20 | 1 | -7/+13 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+6 | |
| | |||||
* | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 1 | -0/+15 | |
| | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
* | Rename `viewport` to `clip_bounds` | 2023-12-02 | 1 | -7/+7 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -0/+7 | |
| | |||||
* | Provide actual bounds to `Shader` primitives | 2023-11-28 | 1 | -8/+7 | |
| | | | | ... and allow for proper translation and scissoring. | ||||
* | Re-organize `custom` module as `pipeline` module | 2023-11-14 | 1 | -7/+12 | |
| | | | | ... and move `Shader` widget to `iced_widget` crate | ||||
* | Added support for custom shader widget for iced_wgpu backend. | 2023-11-14 | 1 | -0/+16 | |
| | |||||
* | Refactor texture image filtering | 2023-11-11 | 1 | -1/+6 | |
| | | | | | | - 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 | -1/+1 | |
|\ | |||||
| * | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -1/+1 | |
| | | |||||
* | | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -1/+14 | |
|/ | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -8/+21 | |
| | |||||
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -36/+50 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -8/+3 | |
| | |||||
* | Introduce `web-colors` feature flag to enable sRGB linear blending | 2023-05-31 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | This is how browsers perform color management. They treat gamma-corrected sRGB colors as if they were linear RGB. Correctness aside, this mode is introduced for legacy reasons. Most UI/UX tooling uses this color management as well, and many have created an intuition about how color should behave from interacting with a browser. This feature flag should facilitate application development with `iced` in those cases. More details: https://webcolorisstillbroken.com/ | ||||
* | Move `layer::quad` types to `quad` module | 2023-05-30 | 1 | -4/+3 | |
| | | | | Not sure why I split these to begin with! | ||||
* | Adjusted `Quads` struct to be opaque `quad::Layer`. | 2023-05-29 | 1 | -83/+4 | |
| | |||||
* | Fixed issue where quads of different types were not ordered. | 2023-05-29 | 1 | -1/+41 | |
| | |||||
* | Make `Packed` fully opaque | 2023-05-29 | 1 | -33/+1 | |
| | | | | ... by only allowing direct conversion from our `Gradient` types | ||||
* | Changed gradient::Packed to be `repr(C)` for direct gpu upload. | 2023-05-26 | 1 | -12/+16 | |
| | |||||
* | Fix inconsistent `pub use` in `wgpu::layer` | 2023-05-19 | 1 | -1/+1 | |
| | |||||
* | Remove `Builder` abstractions for gradients | 2023-05-19 | 1 | -1/+1 | |
| | |||||
* | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -17/+77 | |
| | |||||
* | Warn about unsupported primitives in `iced_wgpu` | 2023-05-08 | 1 | -1/+5 | |
| | |||||
* | Use `LineHeight::default` in `iced_wgpu::layer` | 2023-05-08 | 1 | -1/+1 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -0/+3 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -3/+4 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+3 | |
| | |||||
* | Introduce support for `Font` attributes | 2023-03-30 | 1 | -1/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -6/+3 | |
| | |||||
* | Mark `Primitive` as `non-exhaustive` in `iced_graphics` | 2023-03-03 | 1 | -2/+1 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -0/+274 | |