| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark rectangle with any radius set as not opaque for software renderer | Miika Pernu | 2025-05-27 | 1 | -1/+5 |
| * | Convert m_vertical and m_cornerPixmapIsDirty to bitfields | Magdalena Stojek | 2025-03-05 | 1 | -1/+1 |
| * | Refactor corner radius handling with explicit unset state | Magdalena Stojek | 2025-02-21 | 1 | -47/+93 |
| * | Add a radius property for each corner of a Rectangle | Matthias Rauter | 2023-08-19 | 1 | -3/+142 |
| * | Make Rectangle software renderer conform with RHI renderer | Matthias Rauter | 2023-06-20 | 1 | -2/+1 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-10-13 | 1 | -4/+4 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Avoid unnecessary color format conversion | JiDe Zhang | 2021-10-29 | 1 | -8/+10 |
| * | Port from devicePixelRatioF() to devicePixelRatio() | Morten Johan Sørvig | 2020-09-28 | 1 | -2/+2 |
| * | QSGSoftwareInternalRectangleNode: Remove unnecessary loop iterations | Mikhail Svetkin | 2018-11-27 | 1 | -1/+1 |
| * | QSGSoftwareInternalRectangleNode: Reduce memory allocations | Mikhail Svetkin | 2018-11-27 | 1 | -1/+4 |
| * | Add support for horizontal gradients in Rectangle | Michael Brasser | 2018-05-03 | 1 | -1/+11 |
| * | Fix QML Rectangle blurry | JiDe Zhang | 2018-02-02 | 1 | -5/+5 |
| * | scenegraph: Port foreach to range-for | Robin Burchell | 2016-07-09 | 1 | -2/+2 |
| * | Add cross-backend simple rect, texture, and ninepatch nodes | Laszlo Agocs | 2016-06-22 | 1 | -0/+451 |