summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QRhiBackendCommandList: avoid new[]/delete mismatchFabian Kosmale2020-10-191-1/+1
* QFontDatabase: fix a uint->int implicit conversionGiuseppe D'Angelo2020-10-191-2/+2
* QPdf: consolidate usage of uintGiuseppe D'Angelo2020-10-194-11/+12
* QTextTable: fix an implicit uint->int conversionGiuseppe D'Angelo2020-10-191-2/+2
* Remove redundant QPointingDevicePrivate::extraShawn Rutledge2020-10-191-1/+0
* Use valid glyph index for box font engineEskil Abrahamsen Blomfeldt2020-10-191-2/+2
* QColorSpace: port to QESDPGiuseppe D'Angelo2020-10-185-61/+42
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-1/+1
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-189-448/+437
* QMutableEventPoint::detach: deref old privateFabian Kosmale2020-10-181-0/+2
* doc: Make QtGui docs depend on platform integration docsTor Arne Vestbø2020-10-171-1/+2
* QWindowSystemInterface: Add tablet event overloads without timestampsFriedemann Kleint2020-10-172-0/+34
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-173-8/+8
* Implement move and comparison operators for QEventPointVolker Hilsheimer2020-10-173-4/+76
* QColorConstants: code tidiesGiuseppe D'Angelo2020-10-171-172/+167
* Fix compilation with optimization with g++-10.2Andreas Buhr2020-10-161-0/+3
* Guard vulkan.h inclusion with __has_includeLaszlo Agocs2020-10-161-5/+21
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-7/+7
* rhi: Further reduce copying in the command bufferLaszlo Agocs2020-10-167-228/+170
* rhi: Unroll the res.binding factory functionsLaszlo Agocs2020-10-161-11/+59
* Port QColorTransform to QESDPGiuseppe D'Angelo2020-10-163-17/+8
* Port some more /*implicit*/-like comments to Q_IMPLICITGiuseppe D'Angelo2020-10-163-9/+9
* Unwrap private QPalette data memberVolker Hilsheimer2020-10-142-15/+12
* rhi: Fix up vertex inputs with matricesLaszlo Agocs2020-10-143-6/+31
* Return false from canFetchMore for uninitialized QFileSystem modelsDoris Verria2020-10-141-0/+2
* Add a few missing Q_CLANG_QDOC for native interfacesTor Arne Vestbø2020-10-133-4/+4
* doc: Add brief and group for native type conversionsTor Arne Vestbø2020-10-132-8/+22
* rhi: Add missing \internal doc commandsTor Arne Vestbø2020-10-121-0/+3
* Exclude all modifiers as candidates for shortcutsTor Arne Vestbø2020-10-121-1/+1
* Remove dead codeLars Knoll2020-10-125-25/+0
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-6/+23
* macOS: Always include non-GL native interfacesTor Arne Vestbø2020-10-121-3/+4
* Rename QtGui native interface implementation filesTor Arne Vestbø2020-10-1210-17/+12
* Add an example to the documentation of QImage::scanLine()Mitch Curtis2020-10-122-0/+15
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-10-121-2/+2
* Improve QRgb documentationMitch Curtis2020-10-122-1/+13
* Protect QImage work on shutdownAllan Sandfeld Jensen2020-10-124-7/+7
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-1212-41/+69
* rhi: d3d: Save a few cycles in bindShaderResourcesLaszlo Agocs2020-10-113-121/+144
* rhi: d3d: Calculate dynamic offset usage upfrontLaszlo Agocs2020-10-112-9/+17
* rhi: vk: Avoid shadowing local variableLaszlo Agocs2020-10-111-5/+6
* rhi: vk: Skip buffer/texture registration on read-after-readLaszlo Agocs2020-10-111-6/+19
* rhi: gl: vk: Pre-calculate the flags for dyn.offsetLaszlo Agocs2020-10-114-48/+54
* rhi: gl: d3d: Reduce the size of the Command structLaszlo Agocs2020-10-115-23/+36
* rhi: gl: Move some code out of the inner loopsLaszlo Agocs2020-10-111-4/+4
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-1113-6/+160
* Make the named QColorSpace constructor thread-safeAllan Sandfeld Jensen2020-10-101-5/+24
* Fix a compile error on Android in debug buildsLars Knoll2020-10-091-2/+2
* Avoid double pixel-ratio scaling of dbus tray iconsAllan Sandfeld Jensen2020-10-082-10/+11