Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -160/+0 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -2/+2 | |
| | |||||
* | Replace `Primitive::Translate` with `Transform` | 2024-02-02 | 1 | -10/+22 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -8/+4 | |
| | |||||
* | Make `shadow` optional in `renderer::Quad` | 2024-01-20 | 1 | -7/+5 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+6 | |
| | |||||
* | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 1 | -0/+2 | |
| | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
* | Rename `viewport` to `clip_bounds` | 2023-12-02 | 1 | -6/+6 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -10/+16 | |
| | |||||
* | Refactor texture image filtering | 2023-11-11 | 1 | -0/+2 | |
| | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | ||||
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -0/+10 | |
| | |||||
* | Fix (more) broken intradoc links | 2023-09-10 | 1 | -3/+3 | |
| | | | | Good thing I just set up CI earlier for this :sweat_smile: | ||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -2/+12 | |
| | |||||
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -68/+1 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -99/+8 | |
| | |||||
* | 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/ | ||||
* | Changed gradient::Packed to be `repr(C)` for direct gpu upload. | 2023-05-26 | 1 | -1/+2 | |
| | |||||
* | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -13/+19 | |
| | |||||
* | Write missing documentation in `iced_graphics` | 2023-05-11 | 1 | -0/+15 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -1/+3 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -13/+7 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+9 | |
| | |||||
* | Expand damage regions of `Clip` primitives a bit | 2023-04-27 | 1 | -1/+1 | |
| | |||||
* | Move damage tracking logic to `compositor` in `iced_tiny_skia` | 2023-04-27 | 1 | -90/+0 | |
| | |||||
* | Expand bounds of `Text` primitives a bit further | 2023-04-08 | 1 | -1/+1 | |
| | |||||
* | Group damage regions by area increase | 2023-04-05 | 1 | -2/+2 | |
| | |||||
* | Keep playing with incremental rendering (still very slow) | 2023-04-04 | 1 | -2/+10 | |
| | |||||
* | Draft (very) basic incremental rendering for `iced_tiny_skia` | 2023-04-04 | 1 | -4/+147 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -5/+4 | |
| | |||||
* | Rename `canvas::frame` to `canvas` in `iced_wgpu` | 2023-03-03 | 1 | -2/+2 | |
| | |||||
* | Mark `Primitive` as `non-exhaustive` in `iced_graphics` | 2023-03-03 | 1 | -0/+3 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -34/+94 | |
| | |||||
* | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -0/+3 | |
| | | | | ... and pass it directly to `Renderer::draw` instead. | ||||
* | Merge branch 'master' into non-uniform-border-radius-for-quads | 2022-12-02 | 1 | -6/+19 | |
|\ | |||||
| * | Group all solid triangles independently of color | 2022-11-16 | 1 | -6/+19 | |
| | | |||||
* | | non uniform border radius for quads | 2022-11-03 | 1 | -1/+1 | |
|/ | |||||
* | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | 2022-11-03 | 1 | -2/+2 | |
| | |||||
* | Run `cargo fmt` | 2022-11-03 | 1 | -1/+1 | |
| | |||||
* | Added support for relative positioning of gradient fills. Addressed some PR ↵ | 2022-10-07 | 1 | -2/+1 | |
| | | | | feedback. | ||||
* | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 2022-10-05 | 1 | -2/+3 | |
| | |||||
* | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 1 | -1/+4 | |
| | |||||
* | Introduce first-class `svg` module in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | |||||
* | Introduce first-class `image` module in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -3/+3 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `PaneGrid` | 2021-10-25 | 1 | -2/+0 | |
| | | | | | | ... and fix rendering of drag interaction in `PaneGrid` by introducing an explicit `with_translation` method to `Renderer` and simplifying the `with_layer` and `Clip` primitive. | ||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -4/+5 | |
| | |||||
* | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 1 | -2/+2 | |
| | |||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 1 | -3/+3 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+107 | |