summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-101-2/+6
* macOS: Respect window type when determining main window statusTor Arne Vestbø2020-06-101-4/+2
* Merge 5.12 into 5.12.9Paul Wicking2020-06-058-2137/+3075
|\
| * sqlite: Upgrade to 3.32.1Andy Shaw2020-06-045-2134/+3057
| * QVncScreen: fix crash on disconnect client did not request cursorRolf Eike Beer2020-06-041-0/+3
| * Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-032-3/+15
* | Update the qt_attribution.json for SQLiteAndy Shaw2020-06-051-2/+2
|/
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-06-022-2/+10
* gif image handler: check for out of range image sizeEirik Aavitsland2020-06-021-0/+13
* Gif decoder: avoid undefined values in enumEirik Aavitsland2020-05-301-1/+2
* Protect global variable g_pointIdMap with mutexesRainer Keller2020-05-262-0/+7
* Direct Write Font Engine: Fix leaking IDWriteFontFace instancesFriedemann Kleint2020-05-201-2/+3
* QLinkedListData: Move Q_CORE_EXPORT from class to shared_nullThiago Macieira2020-05-201-2/+2
* Windows: Update the hasFrame setting when changing window flagsAndy Shaw2020-05-191-0/+1
* QNetworkReply: Fix SSL configuration handlingFriedemann Kleint2020-05-182-4/+7
* Fix llvm-strip/readobj parametersBogDan Vatra2020-05-181-2/+2
* Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-151-43/+49
* Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2020-04-301-1/+5
* Always open a submenu on the same screen where the parent menu isShawn Rutledge2020-04-271-2/+11
* sqlite: Fix CVE-2020-11656Andy Shaw2020-04-212-1/+80
* sqlite: Fix CVE-2020-11655Andy Shaw2020-04-212-0/+31
* OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-176-7/+36
* Merge "Merge remote-tracking branch 'origin/5.12.8' into 5.12"Qt Forward Merge Bot2020-04-146-82/+174
|\
| * Merge remote-tracking branch 'origin/5.12.8' into 5.12Qt Forward Merge Bot2020-04-146-82/+174
| |\
| | * Handle exceptions when accessing android clipboardv5.12.8Mike Achtelik2020-03-311-50/+78
| | * Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-03-311-1/+2
| | * iOS: Remove assert when doing GL rendering in the backgroundTor Arne Vestbø2020-03-311-5/+2
| | * Add an expansion limit for entitiesLars Knoll2020-03-252-2/+26
| | * macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
* | | Refactor OpenWFD QPA plugin for INTEGRITY Snapdragon 820 ADPKimmo Ollila2020-04-142-53/+65
|/ /
* | CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-04-104-35/+71
* | QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-04-102-28/+29
* | QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-04-102-13/+30
* | QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-04-102-6/+12
* | Windows QPA: Prospective fix for crash occurring when changing screen during ...Friedemann Kleint2020-04-021-2/+3
* | Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-03-261-1/+2
* | xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-264-7/+118
|/
* q_getTimeFromASN1: fix invalid accessTimur Pocheptsov2020-03-191-1/+17
* Fix CVE-2020-9327 in SQLiteAndy Shaw2020-03-092-9/+225
* xcb: Fix logic for minimized stateJiDe Zhang2020-03-094-3/+19
* Fix QShaderGenerator ES 3+ version declarationPaul Lemire2020-03-091-1/+1
* QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-281-6/+3
* Replace usage of std::result_of with decltypeMårten Nordheim2020-02-221-1/+1
* QShaderGraph: don't generate statements with undefined inputsNicolas Guichard2020-02-211-0/+47
* QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-211-28/+39
* Fix QShaderGenerator crashing when a node port name prefixed another oneNicolas Guichard2020-02-201-3/+39
* QShaderGraph: Fix statement creation for graphs with dangling branchesNicolas Guichard2020-02-181-5/+12
* macOS: Skip NSOpenGLContext flush if window exposed size is out of syncTor Arne Vestbø2020-02-171-0/+15
* macOS: Tag sub-layer images with color space on flushTor Arne Vestbø2020-02-121-1/+2
* Android: release semaphore when the pending runnable causes an exceptionKonstantin Ritt2020-02-121-2/+5