Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove leftover `renderer` module in `iced_graphics` | 2024-04-09 | 1 | -269/+0 | |
| | |||||
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -1/+1 | |
| | |||||
* | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -2/+2 | |
| | |||||
* | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | 2024-04-01 | 1 | -2/+2 | |
| | |||||
* | Rename `compositor::Renderer` to `Default` | 2024-03-22 | 1 | -1/+1 | |
| | |||||
* | Allow custom renderers in `Program` and `Application` | 2024-03-22 | 1 | -0/+8 | |
| | |||||
* | Fix broken links in documentation | 2024-03-22 | 1 | -12/+0 | |
| | |||||
* | Restore `canvas::Frame` API | 2024-03-22 | 1 | -1/+2 | |
| | |||||
* | Implement composable, type-safe renderer fallback | 2024-03-21 | 1 | -43/+63 | |
| | |||||
* | Draft support for dynamic custom renderer injection | 2024-03-21 | 1 | -4/+4 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -9/+9 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -11/+6 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -3/+1 | |
| | |||||
* | Make `shadow` optional in `renderer::Quad` | 2024-01-20 | 1 | -3/+1 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+3 | |
| | |||||
* | Rename `viewport` to `clip_bounds` | 2023-12-02 | 1 | -6/+6 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -0/+6 | |
| | |||||
* | Refactor texture image filtering | 2023-11-11 | 1 | -2/+11 | |
| | | | | | | - 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 | -2/+2 | |
|\ | |||||
| * | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -2/+2 | |
| | | |||||
* | | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -0/+14 | |
| | | |||||
* | | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -35/+0 | |
|/ | |||||
* | Invalidate existing paragraphs when new fonts are loaded | 2023-09-09 | 1 | -0/+23 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -69/+56 | |
| | |||||
* | Trim text measurements only before `layout` | 2023-06-29 | 1 | -0/+2 | |
| | |||||
* | Revert "Remove `layout` method from `core::Renderer` trait" | 2023-06-29 | 1 | -1/+12 | |
| | | | | This reverts commit 2128472c2a8afcb59927712497c4f613612e9dcc. | ||||
* | Write missing docs in `iced_graphics` and `iced_wgpu` | 2023-06-29 | 1 | -0/+4 | |
| | |||||
* | Remove `layout` method from `core::Renderer` trait | 2023-06-29 | 1 | -12/+1 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -27/+43 | |
| | |||||
* | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 1 | -1/+1 | |
| | |||||
* | Use subpixel glyph positioning and layout linearity | 2023-06-20 | 1 | -19/+9 | |
| | | | | ... for offsetting and scaling text | ||||
* | Write missing documentation in `iced_graphics` | 2023-05-11 | 1 | -3/+1 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -1/+12 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -6/+5 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -1/+6 | |
| | |||||
* | Draft (very) basic incremental rendering for `iced_tiny_skia` | 2023-04-04 | 1 | -1/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -10/+10 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -4/+4 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -20/+23 | |
| | |||||
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 1 | -2/+5 | |
| | |||||
* | Implement `font::load` command in `iced_native` | 2023-02-24 | 1 | -0/+5 | |
| | |||||
* | Overhaul `Font` type to allow font family selection | 2023-02-24 | 1 | -0/+4 | |
| | |||||
* | Use `f32` for `Padding` | 2023-02-17 | 1 | -2/+1 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-17 | 1 | -2/+2 | |
| | |||||
* | Fix: Clippy lint 'needless_lifetimes' | 2023-01-27 | 1 | -2/+2 | |
| | |||||
* | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -3/+12 | |
| | | | | ... and pass it directly to `Renderer::draw` instead. | ||||
* | Merge branch 'master' into non-uniform-border-radius-for-quads | 2022-12-02 | 1 | -2/+2 | |
|\ | |||||
| * | Refactor some `image` traits a bit | 2022-11-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | - Use `Size<u32>` were applicable. - Rename `TextureStore` to `image::Storage`. - Rename `TextureStoreEntry` to `image::storage::Entry`. - Wire up `viewport_dimensions` to `iced_glow` for `Svg`. | ||||
* | | Rename `QuadBorderRadius` to `BorderRadius` | 2022-11-08 | 1 | -1/+1 | |
| | | |||||
* | | non uniform border radius for quads | 2022-11-03 | 1 | -1/+1 | |
|/ |