summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-1714-3/+21
* QColor: Explicitly return std::nulloptUlf Hermann2022-03-171-7/+7
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-171-0/+1
* QVulkanWindow: fix QByteArray::count deprecation warningMårten Nordheim2022-03-171-1/+1
* GUI: add ScreenWindowGrabbing capabilityLiang Qi2022-03-172-2/+8
* QAction: Add NOTIFY changed declaration to priority propertyKai Uwe Broulik2022-03-161-1/+1
* Painting: Fix value check in isUnclipped()Robert Löhning2022-03-161-1/+1
* Doc: Remove mentioning of Windows 7, Vista from QFont documentationKai Köhne2022-03-151-7/+1
* QShader: fix memory leak in detach()David Faure2022-03-152-18/+18
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-155-9/+9
* Doc: Revise Qt GUI module landing pageAndreas Eliasson2022-03-152-125/+176
* Painting: fix overriding and combining different clip typesEirik Aavitsland2022-03-153-26/+1
* QColor: deprecate isValidColor, setNamedColor, string-ish ctorsMarc Mutz2022-03-152-9/+31
* wasm: prevent WebGL vertex attribute errorsMorten Johan Sørvig2022-03-141-0/+8
* Remove disappeared QIconEngine::IconNameHook from QIconChunLin Wang2022-03-141-3/+2
* gui: return first default device when seatName isNullLiang Qi2022-03-132-4/+6
* GDI: Fix style name detection if font has no typographic subfamily nameNiklas Wenzel2022-03-111-1/+7
* Add styleName to debug outputNiklas Wenzel2022-03-112-3/+5
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-1116-136/+1604
* De-inline dtors of QTextureFileHandler hierarchyMarc Mutz2022-03-118-1/+12
* vulkan: Try loading libvulkan.so.1 firstLaszlo Agocs2022-03-112-9/+35
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-0813-47/+66
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-082-2/+62
* QColor: port string-parsing from out parameters to optional<>Marc Mutz2022-03-083-44/+37
* QColor: remove setColorFromString()Marc Mutz2022-03-082-31/+9
* Long live QColor::fromString()!Marc Mutz2022-03-082-10/+78
* eglfs: QNX uses own QPA plugin and not eglfsPasi Petäjäjärvi2022-03-071-1/+1
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-076-29/+29
* Fix QWindow::mapTo|FromGlobal() for the embedded caseSergio Martins2022-03-041-2/+2
* QBitmap::fromPixmap: document \sinceGiuseppe D'Angelo2022-03-041-0/+2
* Fix off-by-one for "typically" lowest value INT_MINClemens Werther2022-03-031-2/+2
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-021-1/+1
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-024-10/+24
* QTextFormat: remove unnecessary namespace-scope stream op declarationsThiago Macieira2022-02-241-10/+0
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-2432-22/+52
* QGuiApplication: use translation-based layout direction unless explicitly setVolker Hilsheimer2022-02-241-12/+25
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-222-3/+25
* Install 3rdparty headers for static buildsMichal Klocek2022-02-191-1/+1
* QDesktopServices: make QOpenUrlHandlerRegistry a non-QObjectMarc Mutz2022-02-181-7/+5
* QColor: avoid Unicode table lookups in fromString()Marc Mutz2022-02-181-4/+15
* QColor: port parsing to QAnyStringViewMarc Mutz2022-02-182-26/+24
* QGnomeTheme: remove unneeded Q_DNoah Davis2022-02-171-1/+0
* Respect AT_SPI_BUS_ADDRESS env var on LinuxPatrick Griffis2022-02-171-0/+8
* QGnomeTheme: Allow Space, Return, Enter and Select to press buttonsNoah Davis2022-02-161-0/+4
* Add missing dependency to the qvkgen tool when generating vulkan codeAlexey Edelev2022-02-161-2/+6
* QPA: add ButtonPressKeys ThemeHintNoah Davis2022-02-162-0/+5
* QColor: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-02-162-12/+0
* Convert Vulkan instance setup from Qt Quick into a Gui helperLaszlo Agocs2022-02-155-1/+211
* 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