summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFontEngine: Do not call getSfntTable with uninitalized valueChristoph Schleifenbaum2020-09-251-2/+2
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-253-20/+0
* Fix some qdoc warnings: undocumented parametersVolker Hilsheimer2020-09-252-3/+4
* Give QPixmap a move constructorVolker Hilsheimer2020-09-232-0/+11
* rhi: gl: Enable seamless cubemap filteringLaszlo Agocs2020-09-231-0/+10
* Simplify QHighDpi::fromNativeLocalExposedRegion()Alexander Volkov2020-09-231-7/+3
* Fix Qt6 todo in qcssparserAllan Sandfeld Jensen2020-09-231-3/+6
* rhi: Reuse the data in buffer ops in res.update batchesLaszlo Agocs2020-09-236-25/+60
* rhi: Reuse buffer/texture op entries in res.update batchesLaszlo Agocs2020-09-237-36/+125
* rhi: Report an "optimal capacity" from res.update batchesLaszlo Agocs2020-09-233-2/+30
* rhi: Do not just pick the first free res.upd. batch all the timeLaszlo Agocs2020-09-232-1/+13
* rhi: d3d: Fix dynamic offsets with multiple buffersLaszlo Agocs2020-09-233-15/+37
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-234-237/+155
* Fix documentation of QPointerEvent::pointsVolker Hilsheimer2020-09-231-15/+6
* Fix some qdoc warnings: printer API cleanupVolker Hilsheimer2020-09-221-107/+0
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-222-9/+12
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-1/+1
* Inline trivial function used only by deprecated functionsEdward Welbourne2020-09-211-17/+4
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-35/+3
* Cleanup API of QMimeDataLars Knoll2020-09-213-10/+10
* xcb: add xcb-util dependency for xcb-imageLiang Qi2020-09-213-4/+26
* Support signed integer attributes on QRHIInho Lee2020-09-217-19/+71
* Doc: Correct link errors qtbaseNico Vertriest2020-09-211-1/+1
* Emit CancelGrabExclusive when one grabber is replaced by anotherShawn Rutledge2020-09-181-1/+2
* Doc: Add links to Qt 6 changes files from module indexPaul Wicking2020-09-181-0/+4
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-188-1/+123
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* Fix running with placeholder screen and high-dpi enabledEskil Abrahamsen Blomfeldt2020-09-181-0/+1
* Fix deprecation warning in QIcon::actualSize()Edward Welbourne2020-09-181-2/+10
* Rename is[Begin|Update|End]Event, reimplement in QWheelEventShawn Rutledge2020-09-172-10/+38
* rhi: Enhance compute dispatch docsLaszlo Agocs2020-09-171-0/+12
* rhi: Improve srb hash perf somewhatLaszlo Agocs2020-09-171-4/+27
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-174-45/+73
* Fix deprecation documentation about margin and orientation in QPrinterÖmer Fadıl USTA2020-09-172-4/+4
* QPointingDevPriv::setExclusiveGrabber: emit grabChanged with point foundShawn Rutledge2020-09-171-1/+1
* Add more QPointerEvent functions needed in Qt QuickShawn Rutledge2020-09-176-0/+195
* Include harfbuzz header files without harfbuzz/ parent directoryDimitrios Apostolou2020-09-163-3/+3
* Doc: Add porting guide documentsPaul Wicking2020-09-161-0/+46
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-161-1/+0
* Mouse->touch synthesis: send touch event with mouse deviceShawn Rutledge2020-09-161-6/+1