summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rhi: gl: Silence incorrect compiler warnings about uninitialized useLaszlo Agocs2020-10-081-3/+3
* rhi: gl: Drop the unused WRAP_R memberLaszlo Agocs2020-10-082-5/+0
* rhi: gl: Fix missing texture bindingsLaszlo Agocs2020-10-081-5/+7
* Do not trigger actions disabled directly or on group levelAllan Sandfeld Jensen2020-10-081-2/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-079-11/+11
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-0721-146/+143
* Rename Android offscreen surface interfaceTor Arne Vestbø2020-10-072-4/+4
* CMake: Remove leftover debug outputAlexandru Croitor2020-10-061-2/+0
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-063-7/+3
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-061-0/+5
* Simplify QAction privatesAllan Sandfeld Jensen2020-10-062-76/+44
* Give QPlatformPlaceholderScreen a DPR of 1Morten Johan Sørvig2020-10-061-1/+0
* QColorSpace: tidiesGiuseppe D'Angelo2020-10-061-1/+1
* 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