summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: fix UBs in insert(it, n, v) ([basic.life], invariants)Marc Mutz2023-03-101-22/+6
* qstrncpy(): document that we don't implement strncpy() fill-all-[dst,len)Marc Mutz2023-03-101-0/+4
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-103-2/+35
* Simplify and relax UTF-8 locale override machinery for DarwinEdward Welbourne2023-03-101-6/+16
* QCoreApplication::initLocale(): Improve warning on failureEdward Welbourne2023-03-101-8/+18
* Android: fix and document QStandardPaths behavior on different versionsAssam Boudjelthia2023-03-072-15/+81
* qsimd_p.h: remove LZCNT feature from the ARCH_HASWELL listThiago Macieira2023-03-041-2/+2
* Tidy up QCoreApplicationPrivate::initLocale()'s #if-eryEdward Welbourne2023-03-021-12/+20
* Android: avoid duplicate paths from QStandardPaths::standardLocations()Assam Boudjelthia2023-03-021-49/+37
* QVarLengthArray: Extract Method QtPrivate::q_rotate()Marc Mutz2023-03-022-6/+21
* Update to Freetype 2.13.0Eskil Abrahamsen Blomfeldt2023-03-02514-7721/+6158
* Rely on Windows to generate CF_TEXT when active code page is UTF-8Ilya Fedin2023-03-021-2/+3
* Android: document limitation for QFile::copy() operation for content uriAssam Boudjelthia2023-03-011-0/+6
* Update Harfbuzz to 7.0.1Eskil Abrahamsen Blomfeldt2023-03-01337-28963/+44657
* Avoid resetting CMAKE_AUTOMOC_MACRO_NAMESAmir Masoud Abdol2023-03-011-1/+2
* SQLite: Update SQLite to v3.41.0Andy Shaw2023-02-283-1354/+2979
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-1/+1
* QAbstractItemView: execute posted layouts before paintingVolker Hilsheimer2023-02-281-0/+6
* SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-281-2/+11
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-284-20/+42
* QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-281-0/+22
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-02-271-1/+2
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-259-20/+50
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+6
* QMessageAuthenticationCode: fix result() non-re-entrancyMarc Mutz2023-02-231-0/+8
* Fix crash with removed menusJoni Poikelin2023-02-231-6/+12
* SQL/OCI: Fix QSQLDriver::record() when tablename is a synonymChristian Ehrlicher2023-02-221-3/+2
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-7/+9
* QMessagePattern: don't use strncpy()Marc Mutz2023-02-221-5/+2
* qt_inIsoNametoLCID: protect against a nullptr nameMarc Mutz2023-02-221-0/+2
* QMessageAuthenticationCode: Extract Methods finalize{,Unchecked}() from result()Marc Mutz2023-02-221-9/+20
* QThreadPool: Protect the access to internal data with mutexJarek Kobus2023-02-221-0/+7
* Text: fix Soft hyphen rendering in QTextLayout::glyphRuns()Vladimir Belyavsky2023-02-221-8/+14
* corelib: silence `-Wcomma` with clang-12Tim Blechmann2023-02-221-1/+5
* QVarLengthArray: fix UBs in emplace()/insert() ([basic.life], broken class in...Marc Mutz2023-02-211-21/+9
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-201-1/+9
* Fix QString from ASCII warning in qoperatingsystemversion_darwin.mmTor Arne Vestbø2023-02-201-1/+1
* Resolve actual macOS version despite process running in compatibility modeTor Arne Vestbø2023-02-184-34/+54
* QScroller: use categorized loggingVolker Hilsheimer2023-02-181-71/+96
* QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-181-42/+3
* Darwin: Ensure encrypted library is loaded before parsing plugin metadataTor Arne Vestbø2023-02-173-8/+51
* TLS[openssl]: Use optional<> for CA cert we are fetchingMårten Nordheim2023-02-172-4/+4
* Delete references to deleted examplesMårten Nordheim2023-02-161-2/+0
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+3
* QVarLengthArray: protect against aliasing in resize(n, t)Marc Mutz2023-02-161-0/+4
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-161-12/+3
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-151-12/+4
* QVarLengthArray: clear() is not resize(0)Marc Mutz2023-02-151-0/+10
* Doc: Fix member name in code snippetAndreas Eliasson2023-02-151-1/+1
* QFuture: fix continuation cleanupIvan Solovev2023-02-151-0/+1