summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersv5.12.11Allan Sandfeld Jensen2021-05-183-4/+15
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-05-111-0/+6
* Avoid overflowing QFixed in text layoutEirik Aavitsland2021-05-111-0/+3
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-05-111-2/+3
* Update bundled libjpeg-turbo to version 2.1.0Eirik Aavitsland2021-05-1139-667/+1079
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-114-2/+1
* Explicitly set input files for qtpreprocessChristoph Keller2021-04-121-0/+9
* Only embed launch screen when building an appChristoph Keller2021-04-081-1/+1
* Explicitly set output files for qtpreprocessNikolay Avtomonov2021-04-071-1/+7
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-04-060-0/+0
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-03-2326-150/+235
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
* xcb: unset old states and set new ones for windowLiang Qi2021-03-081-16/+33
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2021-03-053-5/+15
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-041-2/+3
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-02-241-11/+16
* Blacklist failing tests on macOS 10.14Morten Johan Sørvig2021-02-182-0/+3
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-01-111-1/+3
* QSslCertificate(OpenSSL) - harden protection against nullpointersTimur Pocheptsov2021-01-071-2/+25
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-12-312-40/+37
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-12-073-88/+330
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-071-56/+8
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-042-4/+9
* widgets: Avoid crash in QScrollerFabian Vogt2020-12-041-1/+2
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* Containers: call constructors even for primitive typesGiuseppe D'Angelo2020-12-013-25/+16
* QMacStyle - remove vertical adjustment for inactive tabTimur Pocheptsov2020-12-011-2/+0
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-12-011-1/+12
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-241-1/+1
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* macOS: Upgrade supported SDK to 11.0Tor Arne Vestbø2020-11-231-1/+2
* Doc: explain how to create a test touch device for use with touchEventMitch Curtis2020-11-201-1/+7
* macOS: Propagate device-pixel-ratio of system tray iconTor Arne Vestbø2020-11-201-0/+1
* widgets: Don't report new focus object during clearFocus() unless neededTor Arne Vestbø2020-11-201-6/+7
* macOS: Account for Big Sur always enabling layer backed viewsTor Arne Vestbø2020-11-191-2/+9
* xcb: Avoid use-after-free in QXcbConnection::initializeScreens()Alexander Volkov2020-11-181-2/+4
* QRectF/QPointF/QSizeF: document that operator== and != are fuzzyGiuseppe D'Angelo2020-11-183-8/+37
* QMutex: order reads from QMutexPrivate::waiters and QBasicMutex::d_ptr in QBasicMutex::lockInternal()Alexander Kartashov2020-11-181-1/+1
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-11-180-0/+0
* Fix x-height name in stylesheet docsFlorian Bruhin2020-11-181-1/+1
* QMacStyle: fix tab widget renderingTimur Pocheptsov2020-11-111-2/+83
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-101-2/+3
* Bump versionJani Heikkinen2020-11-061-1/+1
* macOS + FreeType: fix crash with non printable unicodeAnton Kudryavtsev2020-11-051-1/+4
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-11-054-25/+36
* Fix gui build without feature.highdpiscalingTasuku Suzuki2020-11-021-0/+2
* Add changes file for Qt 5.12.10Antti Kokko2020-10-281-0/+109