summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL: force the "1.0.0" soname when loading OpenSSL 1.05.6Giuseppe D'Angelo2018-10-221-0/+21
* bmp image handler: check for out of range image sizeEirik Aavitsland2018-09-261-0/+2
* Fix integer overflow in very long sections in ELF objectsThiago Macieira2018-09-251-1/+1
* QCoreTextFontEngine: Fix build with Xcode 9.3Gabriel de Dietrich2018-09-051-1/+1
* Fix possible heap corruption in QXmlStreamAllan Sandfeld Jensen2018-09-041-1/+1
* Fix storing of QDateTime timespec for SqliteJoni Poikelin2018-08-171-1/+28
* Check for QImage allocation failure in qgifhandlerEirik Aavitsland2018-08-091-1/+6
* Fix crash in qppmhandler for certain malformed image filesEirik Aavitsland2018-08-091-1/+1
* QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-171-23/+20
* QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-171-2/+0
* QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-171-3/+3
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-172-1/+4
* QWidget: Fix a crash when platform window creation failsFriedemann Kleint2018-01-171-2/+4
* macOS: Make alpha-based click-trough work againMorten Johan Sørvig2017-12-151-2/+12
* Qt D-Bus: Fix compilation on Windows Embedded 2013Friedemann Kleint2017-12-141-3/+3
* No debugging and extra env & params processing on sealed packagesBogDan Vatra2017-11-161-148/+153
* Fix build error with macOS 10.13 SDKJake Petroules2017-10-092-13/+2
* Revert "QCryptographicHash: make SHA3 calculate SHA3, not Keccak"Thiago Macieira2017-08-311-40/+12
* Fix huge painting artefact of certain dashed linesEirik Aavitsland2017-08-221-1/+1
* Fix write and read-write ioctls on certain 64-bit OSThiago Macieira2017-08-141-1/+1
* Bump minimum glibc requirement for sys/eventfd.h to glibc 2.8Thiago Macieira2017-08-051-2/+4
* Use correct DRM event context versionJonathan Liu2017-07-281-1/+1
* Use pkg-config for libdrm in eglfs_kms_egldevice backend if possibleJonathan Liu2017-07-191-1/+6
* macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-06-302-5/+84
* Teach QTestLib to read QTEST_ENVIRONMENT to expand blacklist keywordsTor Arne Vestbø2017-06-211-1/+8
* Restore binary compatibility with pre-5.6 qt_handleMouseEventJan Kundrát2017-06-191-0/+6
* Fix namespaced build using harfbuzz-ngThiago Macieira2017-06-161-0/+3
* Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-081-2/+4
* Translate the adjusted deviceWindowRect with an adjusted offsetAllan Sandfeld Jensen2017-06-081-1/+7
* define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-052-1/+16
* HiDPI: Scale mouse position on enter eventBłażej Szczygieł2017-05-221-1/+2
* Remove some more register keywordsMarc Mutz2017-05-091-2/+2
* QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-092-10/+49
* ANGLE: Improve error handlingOliver Wolff2017-05-057-55/+477
* QOpenGLWidget: Fix UB (invalid cast) in ~QOpenGLWidgetPrivateDyami Caliri2017-05-051-6/+2
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-05-041-9/+36
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-05-041-2/+2
* [doc] QSet: fix return type of insert()Marc Mutz2017-05-041-1/+1
* Use gdbserver command from a safe placeBogDan Vatra2017-05-021-42/+11
* Improve QStringBuilder docsMarc Mutz2017-04-181-8/+20
* Fix build with libdrm >= 2.4.78Thiago Macieira2017-04-181-5/+5
* QVariant: fix docs regarding QUuidMarc Mutz2017-04-141-3/+5
* QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-1/+2
* Cocoa: Unbreak app activation on macOS SierraMorten Johan Sørvig2017-04-122-10/+18
* Android: Fix crash at exitBogDan Vatra2017-04-112-14/+16
* QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-111-2/+4
* QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-04-111-3/+2
* doc: fix variable name in QDBusArgument::beginMap() exampleRolf Eike Beer2017-04-101-1/+1
* Add gradle wrapper to Qt & update default Andriod gradle pluginBogDan Vatra2017-04-109-2/+1268
* Fix menu position when highdpi scalingMorten Johan Sørvig2017-04-071-2/+3