summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 QBa...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
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-281-5/+15
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-274-23/+53
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-273-31/+73
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-10-261-6/+8
* Fix included license text for PCRE2 - Stack-less Just-In-Time CompilerKai Koehne2020-10-261-1/+1
* Pass -arch when running toolchain configure test on Apple platformsTor Arne Vestbø2020-10-211-0/+4
* sqlite: Upgrade to 3.33.0Andy Shaw2020-10-173-9937/+10673
* Bump versionJani Heikkinen2020-10-141-1/+1
* Fix copyright year of tinycborKai Koehne2020-10-121-1/+1
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-121-10/+30
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-10-121-2/+2
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1
* Avoid overflows in variantHash()Robert Loehning2020-10-081-2/+2
* Blacklist tst_QWidget::windowState on WinRTShawn Rutledge2020-10-071-0/+3
* Revert "Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040"Liang Qi2020-10-041-1/+0
* Avoid heap-buffer-overflowRobert Loehning2020-09-251-0/+2
* QFontEngine: Do not call getSfntTable with uninitalized valueChristoph Schleifenbaum2020-09-241-2/+2
* macOS: Don't assume NSSlider is never flippedTor Arne Vestbø2020-09-231-7/+7