summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Add "we mean it" warning to private headerVolker Hilsheimer2021-02-031-0/+11
* Optimize RGBA64PM->RGBA64 for SSE4Allan Sandfeld Jensen2021-02-033-56/+102
* rhi: gl: Attempt reading back floating point formatsLaszlo Agocs2021-02-032-9/+27
* QGuiApplication: use global position to create local position for synthetic m...Richard Moe Gustavsen2021-02-031-1/+4
* Improve and expand QShortcutMap debug outputMitch Curtis2021-02-031-4/+8
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-031-2/+11
* 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
* Prevent compiler and linker flags from growing every cmake runCraig Scott2021-01-151-1/+1
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-141-1/+1
* Add API for creating QColorSpace with multiple color-transfer tablesAllan Sandfeld Jensen2021-01-143-15/+157
* Disable copying of QUrlResourceProvider to avoid slicingAlexander Volkov2021-01-141-0/+2