| Commit message (Expand) | Author | Age | Files | Lines |
| * | (QRect) Diagram not readable in black mode fix | Eren Bursali | 2025-10-09 | 1 | -4/+4 |
| * | (QtCore) doc: Add alt text for \image tags | Eren Bursali | 2025-10-09 | 1 | -10/+42 |
| * | Geometry classes: introduce check for overflows | Giuseppe D'Angelo | 2025-02-28 | 1 | -34/+34 |
| * | QRectF: remove some unnecessary casts | Giuseppe D'Angelo | 2025-02-05 | 1 | -4/+4 |
| * | Doc: Remove usage of defunct QDoc command | Paul Wicking | 2024-08-28 | 1 | -4/+0 |
| * | QRectF: add qFuzzyCompare and qFuzzyIsNull overloads | Ivan Solovev | 2024-05-10 | 1 | -0/+16 |
| * | QRect(F): use comparison helper macros | Ivan Solovev | 2024-05-10 | 1 | -10/+18 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QRect: add toRectF() | Marc Mutz | 2022-03-19 | 1 | -3/+18 |
| * | Make explicit that we expect co-ordinates to be finite | Edward Welbourne | 2021-02-04 | 1 | -25/+26 |
| * | Make QRect(F) and QMargins comparison operators hidden friends | Volker Hilsheimer | 2020-10-26 | 1 | -8/+4 |
| * | QRectF/QPointF/QSizeF: document that operator== and != are fuzzy | Giuseppe D'Angelo | 2020-10-23 | 1 | -3/+11 |
| * | Make QPoint*, QSize*, and QRect* binary operators hidden friends | Allan Sandfeld Jensen | 2020-10-21 | 1 | -1/+1 |
| * | Fix various qdoc warnings | Volker Hilsheimer | 2020-09-22 | 1 | -2/+2 |
| * | Define inverted QRects consistently | Allan Sandfeld Jensen | 2020-09-21 | 1 | -84/+92 |
| * | Fix "rectange" typos in qtbase | Oliver Wolff | 2020-08-05 | 1 | -2/+2 |
| * | QRect(F): remove deprecated functions | Christian Ehrlicher | 2020-06-20 | 1 | -28/+0 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-07-05 | 1 | -2/+2 |
| |\ |
|
| | * | [docs] Fix issues in QRect/QMargin API docs | Marc Mutz | 2019-07-03 | 1 | -2/+2 |
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -13/+13 |
| |/ |
|
| * | Doc: Move literal code block to a separate file | Cristian Maureira-Fredes | 2018-10-15 | 1 | -8/+2 |
| * | Doc: Fix typos in QRectF documentation | Paul Wicking | 2018-08-27 | 1 | -4/+4 |
| * | Unify wording in documentation to use 'top-left' instead 'upper-left' | Christian Ehrlicher | 2017-10-14 | 1 | -2/+2 |
| * | Doc: Fix minor typos in QRectF | Aaron Linville | 2017-02-23 | 1 | -3/+3 |
| * | QRect(F): add transposed() | Marc Mutz | 2016-02-13 | 1 | -0/+28 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Doc: Remove invalid uses of \relates command | Topi Reinio | 2015-08-19 | 1 | -4/+0 |
| * | Split out some inline qdebug formatting helpers to qdebug_p.h. | Friedemann Kleint | 2015-04-01 | 1 | -5/+10 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Remove unnecessary math.h and limits.h includes | Allan Sandfeld Jensen | 2015-02-04 | 1 | -2/+0 |
| * | QRect: plaster API with Q_DECL_NOTHROW | Marc Mutz | 2015-01-08 | 1 | -13/+13 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Doc: QRect::isEmpty's documentation didn't match the code. | David Faure | 2014-09-05 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Iikka Eklund | 2014-04-01 | 1 | -0/+2 |
| |\ |
|
| | * | Mark QPoint, QPointF, QRect, QRectF as reentrant. | Mitch Curtis | 2014-03-27 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2014-03-24 | 1 | -2/+2 |
| |\| |
|
| | * | Fix qdoc warnings in QMargins, QRect. | Friedemann Kleint | 2014-03-21 | 1 | -2/+2 |
| * | | QDebugStateSaver: call maybeSpace() in destructor. | David Faure | 2014-03-13 | 1 | -4/+8 |
| |/ |
|
| * | QMarginsF - Add new QMarginsF class | John Layt | 2014-02-21 | 1 | -0/+65 |
| * | QRect - Add missing QMargins subtraction operator | John Layt | 2014-02-21 | 1 | -0/+9 |
| * | QRect - Move QMargins operators | John Layt | 2014-02-21 | 1 | -0/+59 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -42/+42 |
| * | Mention QRect's int min/max constraints in detailed description. | Mitch Curtis | 2013-06-04 | 1 | -0/+6 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+2 |
| * | Doc: Fix \sa usage | Marius Storm-Olsen | 2012-05-11 | 1 | -7/+7 |
| * | mingw: fix a lot of annoying warnings | Konstantin Ritt | 2012-04-20 | 1 | -10/+0 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -3/+3 |
| * | Remove the usage of deprecated qdoc macros. | Casper van Donderen | 2012-03-02 | 1 | -24/+24 |