Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -2/+2 | |
| | |||||
* | 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 | |
|/ | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -1/+1 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -6/+12 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -0/+30 | |
| | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | Write missing documentation in `iced_graphics` | 2021-11-05 | 1 | -0/+3 | |
| | |||||
* | Rename `Renderer::present` to `with_primitives` | 2021-11-05 | 1 | -1/+3 | |
| | |||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -3/+7 | |
| | |||||
* | Use `mem::take` instead of `mem::replace` in `iced_graphics::Renderer` | 2021-11-04 | 1 | -4/+2 | |
| | | | | Thanks to @tarkah for pointing this out! | ||||
* | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 1 | -3/+4 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `PaneGrid` | 2021-10-25 | 1 | -6/+21 | |
| | | | | | | ... 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. | ||||
* | Implement `Widget::draw` for `Image` | 2021-10-25 | 1 | -0/+4 | |
| | |||||
* | Implement `Widget::draw` for `Checkbox` | 2021-10-21 | 1 | -0/+4 | |
| | |||||
* | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -1/+35 | |
| | |||||
* | Remove `dbg!` leftover in `Renderer::fill_text` | 2021-10-18 | 1 | -2/+0 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -6/+6 | |
| | |||||
* | Introduce `fill_rectangle` to `Renderer` trait | 2021-10-18 | 1 | -0/+10 | |
| | |||||
* | Implement `Widget::draw` for `Scrollable` | 2021-10-14 | 1 | -2/+9 | |
| | | | | Rendering the scroller is still WIP | ||||
* | Implement `Widget::draw` for `Text` | 2021-10-14 | 1 | -7/+48 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -82/+10 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -9/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 1 | -2/+2 | |
| | |||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -1/+2 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. |