| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement `pop` widget :tada: | 2025-01-26 | 1 | -0/+14 | |
| | | |||||
| * | Merge pull request #2536 from meithecatte/editor-clipping | 2024-08-12 | 1 | -6/+20 | |
| |\ | | | | | text_editor: Avoid rendering text outside the border | ||||
| | * | Make `Padding` affect `text_editor` clipping | 2024-08-12 | 1 | -6/+20 | |
| | | | |||||
| * | | Implement image support for `canvas` widget | 2024-08-04 | 1 | -0/+56 | |
| |/ | |||||
| * | Fix `Image::bounds` when rotation present in `iced_graphics` | 2024-05-03 | 1 | -2/+14 | |
| | | |||||
| * | Simplify image rotation API and its internals | 2024-05-02 | 1 | -0/+16 | |
| | | |||||
| * | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 1 | -5/+12 | |
| | | |||||
| * | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -1/+4 | |
| | | |||||
| * | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -11/+16 | |
| | | |||||
| * | Bounds Contains update. (#2017) | 2023-08-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | * changed the way contains works to exclude <= for point.y and point.x on width and height check to avoid multiple selects * update changelog * Update `CHANGELOG` --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | ||||
| * | Introduce `visible_bounds` operation for `Container` | 2023-07-27 | 1 | -0/+15 | |
| | | |||||
| * | Group damage regions by area increase | 2023-04-05 | 1 | -0/+14 | |
| | | |||||
| * | Draft (very) basic incremental rendering for `iced_tiny_skia` | 2023-04-04 | 1 | -0/+34 | |
| | | |||||
| * | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -2/+2 | |
| | | |||||
| * | Floor `width` and `height` in `Rectangle::floor` | 2021-06-09 | 1 | -2/+2 | |
| | | |||||
| * | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -28/+0 | |
| | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
| * | Rename `Rectangle::round` to `snap` | 2020-06-02 | 1 | -4/+4 | |
| | | | | | | Also use `ceil` instead of `round`. Closes #380. | ||||
| * | Refactor `Viewport` and `Compositor` | 2020-05-20 | 1 | -16/+17 | |
| | | |||||
| * | Implement `Rectangle::position` | 2020-04-29 | 1 | -0/+7 | |
| | | |||||
| * | Implement `Rectangle::with_size` | 2020-04-29 | 1 | -0/+14 | |
| | | |||||
| * | Remove `Drawable` and rename `State` to `Program` | 2020-04-28 | 1 | -2/+2 | |
| | | |||||
| * | Implement `std::ops::Add<Vector>` for `Rectangle` | 2020-04-28 | 1 | -1/+16 | |
| | | |||||
| * | Implement `Rectangle::new` | 2020-04-28 | 1 | -0/+15 | |
| | | |||||
| * | Draft `Program` interactivity for `Canvas` | 2020-04-19 | 1 | -1/+9 | |
| | | |||||
| * | Align text in `iced_wgpu` on a case-by-case basis | 2020-04-10 | 1 | -0/+26 | |
| | | |||||
| * | Fix `Clip` primitive intersection in `iced_wgpu` | 2020-02-22 | 1 | -0/+50 | |
| | | |||||
| * | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -1/+1 | |
| | | |||||
| * | Apply HiDPI to text, images, and clip primitives | 2019-11-05 | 1 | -0/+13 | |
| | | | | | | Quads are a bit trickier to handle. We may need to change the shaders a bit. | ||||
| * | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+30 | |
| | | |||||
| * | Rethink workspace structure | 2019-09-14 | 1 | -30/+0 | |
| | | |||||
| * | Switch to workspace layout | 2019-09-10 | 1 | -0/+30 | |
