summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* qsimd.h: move the rest of the __xxx__ definitions that MSVC lacksThiago Macieira2022-01-202-32/+15
* Fix version in which SH_Table_AlwaysDrawLeftTopGridLines was addedVolker Hilsheimer2022-01-211-1/+1
* QWindowPrivate: de-inline dtor and ctorMarc Mutz2022-01-202-0/+9
* Windows XP style: Fix coding style violationsVolker Hilsheimer2022-01-201-375/+329
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-2043-60/+74
* QVulkanWindow: make it possible to override the enabled featuresLaszlo Agocs2022-01-203-2/+50
* Enable all supported 1.0 device features in QVulkanWindowLaszlo Agocs2022-01-201-0/+23
* QtConcurrent: use variable templates for compile-time checksSona Kurazyan2022-01-203-17/+10
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-202-2/+17
* QTlsBackend/QSslSocket - check the arguments we pass to QObject::connectTimur Pocheptsov2022-01-202-7/+11
* Add documentation for the Android Multi-ABI related variablesAlexey Edelev2022-01-202-0/+95
* Fix queue passed to vkQueuePresentLaszlo Agocs2022-01-201-1/+1
* wasm: fix installation when staging prefix is usedSamuli Piippo2022-01-201-1/+2
* convertDoubleTo: add an x86-64 intrinsics versionThiago Macieira2022-01-191-5/+79
* Use QStylePainter when painting widgetsMorten Johan Sørvig2022-01-205-11/+15
* Doc: Cross-link QString's methodsIvan Tkachenko2022-01-191-3/+5
* QVersionNumber: don't detach() in rvalue QList/QVector ctorMarc Mutz2022-01-191-2/+2
* QColorTransform: optimize member-swap()Marc Mutz2022-01-191-1/+1
* rhi: d3d: Fix up non-vsynced presentationLaszlo Agocs2022-01-192-24/+48
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-0/+2
* Doc: Remove "Docs about UI Design" book overviewKai Köhne2022-01-192-81/+4
* QPolygon: de-inline setPoint()Marc Mutz2022-01-192-8/+8
* QPropertyBindingPrivate: move static_assert()s to .cpp fileMarc Mutz2022-01-192-2/+6
* QDBusMessage: de-inline createReply(QVariant)Marc Mutz2022-01-192-4/+5
* QString: use char16_t in ucstr{n,i,}cmp & ucstreq instead of QCharThiago Macieira2022-01-181-26/+24
* QString: optimize equalStrings() with a template in ucstrncmp()Thiago Macieira2022-01-181-6/+27
* QString: merge the two ucstrcmp overloads into a templateThiago Macieira2022-01-181-11/+8
* QString: introduce ucstreq() to optimize equalStrings()Thiago Macieira2022-01-181-2/+15
* QString: make ucstricmp() parameters match the compareStrings'Thiago Macieira2022-01-181-27/+20
* QString: add Q_NEVER_INLINE for ucstricmp()Thiago Macieira2022-01-181-3/+3
* QString: remove the old unaligned 4-byte compares in ucstrncmp()Thiago Macieira2022-01-181-60/+9
* CMake: add support for GNU/HurdPino Toscano2022-01-193-6/+6
* Restore std::as_const() where a qAsConst was lost between 5.15 and 6Edward Welbourne2022-01-181-2/+2
* QNetworkRequest: Document how Qt handles 301 and 302 status codesMårten Nordheim2022-01-181-0/+5
* Remove (set but) unused member from QTimerPrivateEdward Welbourne2022-01-181-3/+1
* QProcess/Unix: fallback on _POSIX_PIPE_BUF w/ missing PIPE_BUFPino Toscano2022-01-181-0/+5
* QString::toLatin1_helper_inplace: simplify the codeThiago Macieira2022-01-173-21/+43
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-181-1/+1
* QRhiGles2: replace two QSet<int> with QDuplicateTrackerMarc Mutz2022-01-182-8/+9
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-181-10/+44
* QVersionNumber: don't allocate in fromString() in the common caseMarc Mutz2022-01-182-6/+27
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-185-68/+60
* QVersionNumber: change int to qsizetype in fromString()Thiago Macieira2022-01-173-8/+48
* Offscreen: Implement QPlatformBackingStore::toImageVolker Hilsheimer2022-01-181-0/+1
* CMake: re-enable SIMD on AndroidThiago Macieira2022-01-171-34/+34
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-171-4/+4
* Remove unused .qrc filesJoerg Bornemann2022-01-179-278/+0
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-171-4/+4
* Simplify some #if-ery and use positive testsEdward Welbourne2022-01-171-8/+6
* Move input event logic into QWasmCompositorDavid Skoland2022-01-179-598/+658