summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Core: Remove 'properties' featureKai Köhne2022-02-142-3/+0
* QPkmHandler: make const what it never modifiedMarc Mutz2022-02-121-1/+1
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-121-1/+2
* 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-111-1/+0
* wasm: improve qstdweb::EventCallbackMorten Johan Sørvig2022-02-111-1/+1
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-101-6/+6
* QPageSize: pack StandardPageSize structMarc Mutz2022-02-101-5/+6
* Don't replace IntersectClip with ReplaceClip on a QPictureChunLin Wang2022-02-101-2/+3
* Convert string tables in QShaderDescription to use string literals [2/2]Marc Mutz2022-02-091-79/+81
* QPageSize: remove 119 relocationsMarc Mutz2022-02-091-1/+1
* Avoid file-static initialization of symbols that need @availability checkTor Arne Vestbø2022-02-091-26/+27
* qaccessible: Split QAccessible into own headerFabian Kosmale2022-02-094-384/+457
* Fix accuracy with screen compositionAllan Sandfeld Jensen2022-02-091-4/+4
* Fix regression when displaying emojis on WindowsEskil Abrahamsen Blomfeldt2022-02-091-1/+1
* Doc: Fix minor grammar issues in qtgui landing pageAndreas Eliasson2022-02-091-16/+15