summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QColorSpace: remove a redundant declarationGiuseppe D'Angelo2020-10-061-1/+0
* rhi: vk: Reduce memcopies with full dynamic buffer updatesLaszlo Agocs2020-10-051-1/+4
* Remove QPlatformScreen::pixelDensity()Morten Johan Sørvig2020-10-052-20/+0
* Make the logicalDpi() default implementation return 96Morten Johan Sørvig2020-10-051-10/+5
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-052-4/+3
* Use QStringTokenizer instead of QStringView::splitLars Knoll2020-10-051-2/+9
* Don't store QTextHtmlParserNode by value in a QListLars Knoll2020-10-052-29/+34
* CMake: enable egl_viv pluginsSamuli Piippo2020-10-051-0/+2
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-032-168/+168
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-0322-61/+34
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-021-27/+33
* rhi: Add a note to generateMips docsLaszlo Agocs2020-10-021-0/+7
* rhi: vk: Alter command buffer strategyLaszlo Agocs2020-10-023-131/+158
* rhi: gl: Best uniform is no uniformLaszlo Agocs2020-10-022-4/+84
* rhi: gl: Stop flooding with glVertexAttribPointersLaszlo Agocs2020-10-021-6/+26
* rhi: gl: Skip rebinding the same index buffer in the same passLaszlo Agocs2020-10-021-1/+5
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-0213-124/+196
* rhi: gl: Attempt to reduce superfluous texture unit bindingsLaszlo Agocs2020-10-022-16/+58
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-012-17/+35
* Revert "Reimplement non-antialiased cosmetic pen"Allan Sandfeld Jensen2020-10-011-98/+193
* Treat a double-click event as an update event with stationary pointShawn Rutledge2020-09-301-4/+12
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-307-38/+2
* CMake Build: Add direct2d CMake buildCristian Adam2020-09-301-1/+2
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-09-302-6/+11
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-309-63/+119
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-305-17/+40
* Fix assumed version typoAllan Sandfeld Jensen2020-09-301-2/+2
* rhi: vk: Do not copy the entire BufferOp struct for host writesLaszlo Agocs2020-09-292-7/+11
* rhi: gl: Skip nice but not essential uniform checks in releaseLaszlo Agocs2020-09-291-0/+2
* rhi: Drop QBitArray usageLaszlo Agocs2020-09-292-8/+13
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-298-9/+36
* rhi: gl: Pre-sort uniform metadata based on offsetLaszlo Agocs2020-09-291-7/+11
* Do not parse low-level PNG colorspaces if they are not usedAllan Sandfeld Jensen2020-09-291-5/+5
* Reimplement non-antialiased cosmetic penAllan Sandfeld Jensen2020-09-291-193/+98
* Doc: Qt GUI: Depend on qtprintsupport documentation moduleTopi Reinio2020-09-291-0/+1
* Fix qdoc warnings: remove docs for inherited/implicit membersVolker Hilsheimer2020-09-281-23/+0
* Fix qdoc warning: button(s) are members of QSinglePointEventVolker Hilsheimer2020-09-271-25/+0
* Use WAYLAND_DISPLAY and DISPLAY instead of XDG_SESSION_TYPEJohan Klokkhammer Helsing2020-09-271-18/+35
* Preserve formats in QImage::scaled()Allan Sandfeld Jensen2020-09-261-12/+48
* Avoid heap-buffer-overflowRobert Loehning2020-09-251-0/+2
* rhi: Switch command lists to QVLALaszlo Agocs2020-09-253-3/+3
* rhi: gl: get rid of a wrapper QByteArray where a raw ptr sufficesLaszlo Agocs2020-09-251-3/+2
* rhi: Skip comparing to this in isCompatible testsLaszlo Agocs2020-09-252-0/+9
* rhi: gl: d3d: Do not use QByteArray where there is no pointLaszlo Agocs2020-09-254-14/+17
* rhi: Drop the zeroing out of resource binding structsv6.0.0-alpha1Laszlo Agocs2020-09-252-10/+2
* rhi: vulkan: Fix mipmap generation for cubemapsLaszlo Agocs2020-09-254-80/+81
* CMake: Expose XKB::XKB as public dependency of Qt::GuiPrivateJoerg Bornemann2020-09-251-0/+4
* Doc: Update CMake snippets to Qt 6Kai Koehne2020-09-251-2/+2
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-2511-47/+47