summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qcore_mac_p.h: compile-optimize inline swap functionsMarc Mutz2022-10-071-6/+6
* Short live q20::transform()!Marc Mutz2022-10-072-12/+21
* Short live q20::copy{,_n,_if}!Marc Mutz2022-10-072-3/+46
* QCocoaWindow::windowStyleMask: make popups non-resizableTimur Pocheptsov2022-10-071-1/+3
* rhi: Add the wgsl enum value for shadersLaszlo Agocs2022-10-062-1/+3
* syncqt: Mention full path and line number when emitting warningTor Arne Vestbø2022-10-061-6/+9
* syncqt: Don't mention module name when printing errors/warningsTor Arne Vestbø2022-10-061-8/+5
* Fix indentation in QSharedMemory docsTor Arne Vestbø2022-10-061-42/+41
* Document that QSharedMemory requires -feature-ipc_posix on Mac App StoreTor Arne Vestbø2022-10-061-0/+6
* Fix build with SPARC SolarisMårten Nordheim2022-10-062-3/+1
* fix fontconfig detectionEric Lemanissier2022-10-061-1/+1
* Do not include qglobal.h into the new headersIvan Solovev2022-10-063-3/+12
* Bootstrap: explicitly include stdlib.h to check for __GLIBC_PREREQIvan Solovev2022-10-061-0/+2
* QtGlobal: update the description sectionSona Kurazyan2022-10-061-106/+44
* Move qt_noop() into a separate headerIvan Solovev2022-10-063-1/+15
* Move the rest of macros from qglobal to QtPreprocessorSupportIvan Solovev2022-10-065-26/+48
* Move qAsConst() and qExchange() to QtTypeTraitsIvan Solovev2022-10-065-114/+116
* qtmochelpers.h: include what you needMarc Mutz2022-10-061-1/+2
* windeployqt: Add new multimedia pluginsFriedemann Kleint2022-10-061-0/+1
* Q_FOREACH: code tidiesGiuseppe D'Angelo2022-10-061-19/+1
* Move QFunctionPointer typedef to a separate headerIvan Solovev2022-10-065-12/+34
* Provide documentation for qprocessordetection.h headerIvan Solovev2022-10-063-380/+397
* Provide documentation for qcompilerdetection.h headerIvan Solovev2022-10-063-371/+395
* Provide documentation for qsystemdetection.h headerIvan Solovev2022-10-063-183/+203
* InputMethodQueryResult - use int as a key, not Qt::InputMethodQueryTimur Pocheptsov2022-10-061-1/+1
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-061-5/+1
* Fix a typo in Android docsThibaut Cuvelier2022-10-051-1/+1
* rhi: Add a way to query the parent QRhi from a resourceLaszlo Agocs2022-10-052-0/+11
* Skip qtconfigmacros.h processing by syncqtAlexey Edelev2022-10-051-4/+3
* Add Q_ENUM in QPlatformTheme enumsAxel Spoerl2022-10-051-0/+5
* uic/Python: Do not generate QByteArray for dynamic C-String propertiesFriedemann Kleint2022-10-051-2/+3
* macOS: Pass on native virtual key (key code) for modifier keysTor Arne Vestbø2022-10-051-1/+8
* Add "We mean it" headerKai Köhne2022-10-051-1/+12
* Remove dead code & cull public API in WASM compositorMikolaj Boc2022-10-055-44/+30
* Provide visual output in page in WASM test runnerMikolaj Boc2022-10-052-0/+8
* Use SPDX license identifiers lefovers for some Java filesAssam Boudjelthia2022-10-046-211/+18
* Port from container.count()/length() to size()Marc Mutz2022-10-04314-1954/+1954
* Make sure that palette cache keys are uniqueVolker Hilsheimer2022-10-031-5/+16
* Add <algorithm> include to qtmochelpers.hKai Köhne2022-10-031-0/+2
* syncqt: remove newline before endlThiago Macieira2022-10-021-1/+1
* QString/doc: correct the record on const char* optimizationsThiago Macieira2022-10-022-2/+11
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-0225-41/+45
* QCollator: minor API docs grammar fixAhmad Samir2022-10-011-1/+1
* qsimd_p.h: remove BMI1 feature from the ARCH_HASWELL listThiago Macieira2022-10-011-4/+5
* Add 'warnings are errors' functionality to syncqt.cppAlexey Edelev2022-10-011-2/+10
* qsimd_p.h: document that AMD Zen4 supports AVX512Thiago Macieira2022-10-011-2/+4
* Properly deprecate QStyleHints::keyboardAutoRepeatRate()Tor Arne Vestbø2022-10-012-1/+3
* Move qurltlds_p.h out of src/network, and make it a .cpp fileKai Köhne2022-10-017-34/+37
* QODBC: fix handling NULL values for stringsChristian Ehrlicher2022-10-011-16/+11
* Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-09-302-22/+31