summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Revert "QImage::operator==: Also compare the image colorspace"v6.3.0-rc1Allan Sandfeld Jensen2022-03-231-1/+1
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-1923-26/+26
* QImage::operator==: Also compare the image colorspaceAlbert Astals Cid2022-03-181-1/+1
* Avoid populating font family aliases if family matchedTor Arne Vestbø2022-03-171-9/+15
* QBitmap::fromPixmap: document \sinceGiuseppe D'Angelo2022-03-171-0/+2
* QAction: Add NOTIFY changed declaration to priority propertyKai Uwe Broulik2022-03-161-1/+1
* QTextFormat: remove unnecessary namespace-scope stream op declarationsThiago Macieira2022-03-161-10/+0
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-03-161-1/+1
* Doc: Remove mentioning of Windows 7, Vista from QFont documentationKai Köhne2022-03-161-7/+1
* Painting: fix overriding and combining different clip typesEirik Aavitsland2022-03-163-26/+1
* Painting: Fix value check in isUnclipped()Robert Löhning2022-03-161-1/+1
* Doc: Revise Qt GUI module landing pageAndreas Eliasson2022-03-152-125/+176
* wasm: prevent WebGL vertex attribute errorsMorten Johan Sørvig2022-03-141-0/+8
* vulkan: Try loading libvulkan.so.1 firstLaszlo Agocs2022-03-142-9/+35
* De-inline dtors of QTextureFileHandler hierarchyMarc Mutz2022-03-148-1/+12
* Remove disappeared QIconEngine::IconNameHook from QIconChunLin Wang2022-03-141-3/+2
* gui: return first default device when seatName isNullLiang Qi2022-03-142-4/+6
* Add styleName to debug outputNiklas Wenzel2022-03-112-3/+5
* GDI: Fix style name detection if font has no typographic subfamily nameNiklas Wenzel2022-03-111-1/+7
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-1013-47/+66
* eglfs: QNX uses own QPA plugin and not eglfsPasi Petäjäjärvi2022-03-101-1/+1
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-082-2/+62
* Convert string tables in QShaderDescription to use string literals [2/2]Marc Mutz2022-03-071-71/+73
* Fix off-by-one for "typically" lowest value INT_MINClemens Werther2022-03-031-2/+2
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-034-10/+24
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-021-1/+1
* QGuiApplication: use translation-based layout direction unless explicitly setVolker Hilsheimer2022-02-281-12/+25
* Install 3rdparty headers for static buildsMichal Klocek2022-02-221-1/+1
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-222-3/+25
* QDesktopServices: make QOpenUrlHandlerRegistry a non-QObjectMarc Mutz2022-02-211-7/+5
* Add missing dependency to the qvkgen tool when generating vulkan codeAlexey Edelev2022-02-161-2/+6
* QColor: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-02-162-12/+0
* QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHand...Marc Mutz2022-02-151-0/+18
* Update docs for QSurface::MetalSurface to include iOSTor Arne Vestbø2022-02-151-3/+3
* QBitmap: de-inline dtorMarc Mutz2022-02-152-0/+7
* De-duplicate vtables, 2022 editionMarc Mutz2022-02-158-0/+24
* Fix integer overflow for broken QPainterPathsEskil Abrahamsen Blomfeldt2022-02-141-1/+1
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-121-1/+2
* QPkmHandler: make const what it never modifiedMarc Mutz2022-02-121-1/+1
* QDesktopServices: fix UB (data race on handlers)Marc Mutz2022-02-121-0/+3
* Make indicator-application hack work in flatpakIlya Fedin2022-02-121-1/+6
* Remove documentation of non-existing QAccessible stateAllan Sandfeld Jensen2022-02-121-1/+0
* Doc: Fix minor grammar issues in qtgui landing pageAndreas Eliasson2022-02-111-16/+15
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-101-6/+6
* QPageSize: pack StandardPageSize structMarc Mutz2022-02-101-5/+6
* QPageSize: remove 119 relocationsMarc Mutz2022-02-101-1/+1
* Don't replace IntersectClip with ReplaceClip on a QPictureChunLin Wang2022-02-101-2/+3
* Fix infinite loop in dash strokerEskil Abrahamsen Blomfeldt2022-02-091-1/+2
* Avoid file-static initialization of symbols that need @availability checkTor Arne Vestbø2022-02-091-26/+27
* Fix accuracy with screen compositionAllan Sandfeld Jensen2022-02-091-4/+4