summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QMatrix4x4: deprecate operator*(QVector3D, QMatrix4x4)v6.1.0-alpha1Giuseppe D'Angelo2021-02-122-6/+9
* QMatrix4x4: deprecate operator*(QMatrix4x4, QVector3D/QPoint(F))Giuseppe D'Angelo2021-02-112-3/+37
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* QTextureFileData: support key value metadataJonas Karlsson2021-02-094-3/+56
* egl: Add debug option to print all EGLConfigsLaszlo Agocs2021-02-091-0/+15
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-2/+8
* Fix crash when requesting A32 glyph on WaylandEskil Abrahamsen Blomfeldt2021-02-051-1/+5
* QStandardItem(Model): refactor multiData supportGiuseppe D'Angelo2021-02-051-24/+23
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-041-2/+11
* rhi: gl: Attempt reading back floating point formatsLaszlo Agocs2021-02-032-9/+27
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-034-50/+45
* Fix inefficient use of qToBigEndianAllan Sandfeld Jensen2021-02-021-4/+1
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-021-5/+9
* Fix nullptr dereference on out-of-memory conditionsAllan Sandfeld Jensen2021-02-021-0/+2
* Segment qimage conversion block irrelevant of depthAllan Sandfeld Jensen2021-02-022-5/+5
* Support cubemap ktx filesJonas Karlsson2021-02-011-16/+36
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-012-0/+81
* Avoid int overflow in gradient drawingEirik Aavitsland2021-02-011-3/+6
* QMatrix4x4: implement operator*(QVector3D/QPoint(F)) in terms of mapGiuseppe D'Angelo2021-02-011-97/+97
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-1/+1
* Avoid overflow in text layoutEirik Aavitsland2021-01-281-0/+4
* Doc: Fix CI warnings qtbaseNico Vertriest2021-01-271-2/+2
* Port QMovie to the new property systemSona Kurazyan2021-01-272-4/+23
* QMovie: initialize the private members while declaring themSona Kurazyan2021-01-271-16/+12
* Optimize subpixel positioningAllan Sandfeld Jensen2021-01-271-1/+1
* Fix division by zeroAllan Sandfeld Jensen2021-01-271-0/+4
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-13/+5
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-271-1/+1
* Port QStandardItemModel to the new property systemSona Kurazyan2021-01-263-5/+10
* QIcon: Use the @nx pixmaps in the paint methodBastien Bouclet2021-01-261-1/+1
* Don't forward-declare non-Qt things with QT_FORWARD_DECLARE_*Mårten Nordheim2021-01-261-1/+1
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-253-1/+96
* Implement vertical subpixel positioning where availableEskil Abrahamsen Blomfeldt2021-01-2520-144/+293
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-2213-54/+574
* Add face support to texture fileJonas Karlsson2021-01-215-39/+85
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-01-211-0/+6
* Rasterizer: compute intersection factors only when neededEirik Aavitsland2021-01-201-7/+12
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-205-1/+801
* Remove debug outputEskil Abrahamsen Blomfeldt2021-01-202-3/+0
* Update QVulkan(Device)Functions to Vulkan 1.2Laszlo Agocs2021-01-196-1861/+11774
* QVectorND: make some constructors explicitGiuseppe D'Angelo2021-01-181-3/+3
* macOS: Fix assert with Freetype engineEskil Abrahamsen Blomfeldt2021-01-181-1/+1
* rhi: Stop hardcoding the Vulkan backend's desired instance extensionsLaszlo Agocs2021-01-182-10/+41
* Add qvkgen header template to its own fileLaszlo Agocs2021-01-182-1/+39
* vulkan: Add instance-level version getterLaszlo Agocs2021-01-185-3/+59
* QMatrix4x4: mark it as Q_PRIMITIVE_TYPEGiuseppe D'Angelo2021-01-171-1/+1
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-151-18/+17
* Get rid of blend_color_rgb16Allan Sandfeld Jensen2021-01-151-82/+1
* Fix convertToRGBA64PM for Grayscale16Allan Sandfeld Jensen2021-01-151-2/+1
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-1529-318/+405