summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* QXmlStreamReader: Don't resize readBuffer to a size it already hasRobert Loehning2020-09-221-1/+2
* QTextHtmlParserNode: Avoid extreme values for font's pixelsizeRobert Loehning2020-09-221-0/+2
* Gif decoder: fix read error caused by ub checkEirik Aavitsland2020-09-211-5/+7
* Doc: Improve WinTab license informationKai Koehne2020-09-201-2/+2
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-201-1/+5
* Fix a double deletion in QDomAttr::setNodeValue()Friedemann Kleint2020-09-191-1/+3
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* macOS: Don't assume we will get didBecomeKey for non-Qt NSWindowsTor Arne Vestbø2020-09-141-9/+11
* Doc: explain how to blacklist QML tests on certain platformsMitch Curtis2020-09-111-2/+20
* Make clang-format ignore formatting of third party codeEirik Aavitsland2020-09-101-0/+2
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-09-101-0/+2
* Update bundled libjpeg-turbo to version 2.0.5Eirik Aavitsland2020-09-108-15/+47
* Update bundled libjpeg-turbo to version 2.0.4Eirik Aavitsland2020-09-0810-50/+93
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-09-052-6/+7
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-09-032-3/+40
* QBezier: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-251-0/+2
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-251-2/+11
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-243-26/+2
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-203-53/+58
* Doc: Mention no_testcase_installs which can be used to prevent installAndy Shaw2020-08-202-0/+9
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* Resolve SDK and deployment target OS from load commandTor Arne Vestbø2020-08-191-7/+25
* Android: Don't pause when in multi window modeAndy Shaw2020-08-191-1/+2
* QtPrivate::isLatin1: fix SSE2 non-SSE4.1 codeThiago Macieira2020-08-171-20/+1
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-08-171-6/+25
* Allow smooth curve stroking for very wide linesEirik Aavitsland2020-08-121-1/+5