summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add warning about native interface APIs to platform headersTor Arne Vestbø2022-02-093-0/+27
* Convert string tables in QShaderDescription to use string literals [1/2]Christian Strømme2022-02-091-122/+122
* doc: clarify that passive-grab API is only for Qt Quick Pointer HandlersShawn Rutledge2022-02-091-4/+4
* evdev: Prevent race condition in touch events processingJungi Byun2022-02-051-0/+3
* QGuiAppPrivate::processMouseEvent: don't assume eventpoint didn't moveShawn Rutledge2022-02-051-5/+9
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-032-4/+4
* Fix clipped glyphs in text rendering of QGraphicsTextItemViktor Arvidsson2022-02-032-7/+7
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-032-0/+28
* rhi: d3d11: Switch the default swap effect and scaling modeLaszlo Agocs2022-02-012-26/+48
* rhi: d3d11: switch to uuidof everywhereLaszlo Agocs2022-02-011-8/+8
* QTextTable: fix signed/unsigned warningMarc Mutz2022-02-011-1/+1
* rhi: d3d11: Try uuidof instead of IID_* to help old MinGWLaszlo Agocs2022-02-011-1/+1
* QGuiApplication: constant-initialize lastCursorPositionMarc Mutz2022-02-011-2/+2
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-256-0/+27
* rhi: d3d: Fix up non-vsynced presentationLaszlo Agocs2022-01-252-26/+50
* QWindowPrivate: de-inline dtor and ctorMarc Mutz2022-01-222-5/+11
* qopengl.h: Move C header #include(s) out of the QT_NAMESPACEPatrick Stewart2022-01-221-2/+1
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-214-2/+5
* Remove obsolete virtual method after submodules adjustedVolker Hilsheimer2022-01-211-4/+1