summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-256-0/+41
* Fix RHI-GL mapping of DXT3/5 compressed texture format identifiersEirik Aavitsland2020-05-251-2/+2
* Models: remove version check for clearItemData()Christian Ehrlicher2020-05-232-16/+1
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-225-3/+529
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* RHI: facilitate compressed atlas textures in gles2 backendEirik Aavitsland2020-05-224-5/+29
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-226-26/+22
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-214-2/+211
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-215-0/+1157
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-195-6/+6
* a11y: Fix bug in the accessibility cacheJan Arve Sæther2020-05-193-9/+67
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-191-38/+61
* Add error message on unaligned profile inputsAllan Sandfeld Jensen2020-05-192-0/+8
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-192-3/+7
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-182-3/+7
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-141-1/+2
| | |\
| | | * Fix 32bit integer overflow in ICC parsingv5.15.0-rc1Allan Sandfeld Jensen2020-05-041-1/+2
| | * | Fix invalid text layout data when a full layout run is interruptedStefan Löffler2020-05-141-2/+5
| | * | Compile fixes for clang10Lars Knoll2020-05-054-15/+15
* | | | Enable Universal Links on iOSLars Schmertmann2020-05-192-0/+39
|/ / /
* | | Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-155-420/+0
* | | Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-152-4/+7
* | | Remove deprecated QAccessible::updateAccessibility overloadVolker Hilsheimer2020-05-152-26/+2
* | | Initialize TextureOp and BufferOp structsVolker Hilsheimer2020-05-151-7/+7
* | | Fix artifacts when rendering multisubpath dashed QPainterPath with openGLDmitry Kazakov2020-05-151-8/+27
* | | QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-142-2/+6
* | | Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-3/+1
* | | Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-131-44/+50
* | | Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-132-114/+1
* | | ARM neon draw helper only available for little endianPeter Seiderer2020-05-131-4/+4
* | | Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-125-481/+14
* | | rhi: d3d11: Handle DXGI_ERROR_SDK_COMPONENT_MISSING gracefullyLaszlo Agocs2020-05-121-0/+9
* | | MSVC: Fix build with -developer-buildEskil Abrahamsen Blomfeldt2020-05-121-2/+2
* | | Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-122-2/+2
* | | Doc: Specify QTextOption behavior in drawTextPaul Wicking2020-05-121-1/+2
* | | Use QChar::fromUcs4() moreMarc Mutz2020-05-121-1/+4
* | | Fix coverity warnings about uninitialized data membersVolker Hilsheimer2020-05-122-2/+2
* | | Rhi: improve qHash implementationsGiuseppe D'Angelo2020-05-122-5/+26
* | | Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-122-20/+14
* | | QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-1115-35/+30
* | | Split PixelLayout to separate source fileAllan Sandfeld Jensen2020-05-1114-1869/+1958
* | | Fix out-of-bounds access when searching arraysVolker Hilsheimer2020-05-081-1/+1
* | | QTextOdfWriter: store all bulletChar()s as char16_t'sMarc Mutz2020-05-081-21/+24
* | | QFontDatabase: store all writingSystemSample()s as char16_t string literalsMarc Mutz2020-05-081-211/+77
* | | QFontDatabase: store Vietnamese writingSystemSample() in UTF-16Marc Mutz2020-05-081-9/+1
* | | rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-071-3/+6
* | | Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-077-99/+9
* | | rhi: Correct another scissor/viewport clamping problemLaszlo Agocs2020-05-071-2/+2
* | | RHI: fix off-by-one clippingEirik Aavitsland2020-05-071-2/+2
* | | Template fetching of pixels for perspective transformed bilinearAllan Sandfeld Jensen2020-05-061-121/+79