Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all `Color` constructors `const` :tada: | 2025-01-27 | 1 | -1/+1 | |
| | |||||
* | Add `text::Wrapping` support | 2024-09-04 | 1 | -0/+1 | |
| | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
* | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 1 | -16/+2 | |
| | |||||
* | Introduce `Image` struct in `core::image` | 2024-08-04 | 1 | -19/+4 | |
| | |||||
* | Implement image support for `canvas` widget | 2024-08-04 | 1 | -2/+18 | |
| | |||||
* | Render text on top of images by default | 2024-08-03 | 1 | -24/+24 | |
| | |||||
* | Reuse `glyphon::Viewport` explicitly | 2024-05-08 | 1 | -4/+9 | |
| | |||||
* | Update `winit` to `0.30` | 2024-05-07 | 1 | -4/+4 | |
| | |||||
* | Trim `image::Cache` after `wgpu::Renderer::present` | 2024-05-06 | 1 | -0/+3 | |
| | |||||
* | Fix windows fighting over shared `image::Cache` | 2024-05-06 | 1 | -4/+11 | |
| | | | | Image caches are local to each window now. | ||||
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -1/+11 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -4/+4 | |
| | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -15/+5 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -2/+20 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -27/+31 | |
| | |||||
* | Make arguments of `Renderer::new` explicit in `iced_wgpu` | 2024-04-08 | 1 | -3/+7 | |
| | |||||
* | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 1 | -3/+59 | |
| | |||||
* | Share `msaa::Blit` texture between multiple windows | 2024-04-07 | 1 | -5/+3 | |
| | |||||
* | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 1 | -8/+1 | |
|\ | |||||
| * | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -8/+0 | |
| | | |||||
* | | Avoid generating empty caches in `iced_wgpu` | 2024-04-06 | 1 | -2/+7 | |
| | | |||||
* | | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -312/+132 | |
| | | |||||
* | | Fix layer transformations | 2024-04-05 | 1 | -73/+85 | |
| | | |||||
* | | Reintroduce debug overlay in `iced_wgpu` | 2024-04-03 | 1 | -3/+45 | |
| | | |||||
* | | Implement preliminary cache grouping for mesh primitives | 2024-04-03 | 1 | -34/+61 | |
| | | | | | | | | | | Due to AA, it's very expensive to render every cached layer independently. | ||||
* | | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -8/+570 | |
|/ | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -1/+1 | |
| | |||||
* | Write documentation for the new text APIs | 2023-10-27 | 1 | -1/+1 | |
| | |||||
* | Centralize `clippy` lints in `.cargo/config.toml` | 2023-09-20 | 1 | -6/+0 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -2/+3 | |
|\ | |||||
| * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -1/+1 | |
|/ | |||||
* | Bump versions :tada: | 2023-07-28 | 1 | -6/+3 | |
| | |||||
* | Write missing docs in `iced_graphics` and `iced_wgpu` | 2023-06-29 | 1 | -2/+2 | |
| | |||||
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -1/+1 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -2/+4 | |
| | |||||
* | Simplify `offscreen` API as `color` module in `iced_wgpu` | 2023-06-27 | 1 | -1/+1 | |
| | |||||
* | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -0/+1 | |
| | | | | window::screenshot command. | ||||
* | Merge pull request #1846 from bungoboingo/feat/background-gradients | 2023-05-19 | 1 | -2/+2 | |
|\ | | | | | [Feature] Gradients for Backgrounds | ||||
| * | Avoid redundant `buffer::Buffer` import | 2023-05-19 | 1 | -0/+2 | |
| | | |||||
| * | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -2/+0 | |
| | | |||||
* | | Enable `doc_auto_cfg` when generating documentation | 2023-05-11 | 1 | -1/+1 | |
|/ | |||||
* | Write missing documentation in `iced_wgpu` | 2023-05-11 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | Bump versions :tada: | 2023-04-13 | 1 | -1/+1 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -12/+3 | |
| | | |||||
* | | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -2/+2 | |
| | | | | | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | | Rename `canvas::frame` to `canvas` in `iced_wgpu` | 2023-03-03 | 1 | -2/+3 | |
| | | |||||
* | | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -3/+12 | |
| | | |||||
* | | Refactor `image::Pipeline` into `prepare` and `render` architecture | 2023-02-24 | 1 | -1/+2 | |
| | |