summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* 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
* 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
* 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
* 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-272-18/+28
* 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
* sqlite: Upgrade to 3.33.0Andy Shaw2020-10-173-9937/+10673
* 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
* 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-031-2/+11
* 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