summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: Add the long-pending probe() helper, with backing for MetalLaszlo Agocs2022-02-094-0/+62
* Add warning about native interface APIs to platform headersTor Arne Vestbø2022-02-093-0/+27
* qmetatype: Remove left-over module association codeFabian Kosmale2022-02-091-6/+0
* doc: clarify that passive-grab API is only for Qt Quick Pointer HandlersShawn Rutledge2022-02-091-4/+4
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-052-0/+15
* Convert string tables in QShaderDescription to use string literals [1/2]Christian Strømme2022-02-051-123/+123
* QGuiAppPrivate::processMouseEvent: don't assume eventpoint didn't moveShawn Rutledge2022-02-041-5/+9
* Fix infinite loop in dash strokerEskil Abrahamsen Blomfeldt2022-02-041-1/+2
* DirectWrite: Turn off grid-fitting for unhinted textEskil Abrahamsen Blomfeldt2022-02-031-25/+65
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-032-0/+28
* Fix clipped glyphs in text rendering of QGraphicsTextItemViktor Arvidsson2022-02-022-7/+7
* Fix flags in QFileSystemModelAndreas Buhr2022-02-021-2/+3
* QImageReader: Check for existing handler in initHandlerRobert Löhning2022-02-021-3/+6
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-022-4/+4
* rhi: d3d11: Switch the default swap effect and scaling modeLaszlo Agocs2022-02-012-26/+48
* rhi: d3d11: switch to uuidof everywhereLaszlo Agocs2022-02-011-9/+9
* rhi: Code quality - remove defaults from switch enumsBen Fletcher2022-02-012-28/+11
* 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: Add the basic infrastructure for geometry shader supportBen Fletcher2022-01-319-7/+68
* rhi: Add support for polygon fill modeBen Fletcher2022-01-318-1/+103
* rhi: Fix tessellation support for OpenGLBen Fletcher2022-01-282-7/+11
* evdev: Prevent race condition in touch events processingJungi Byun2022-01-261-0/+3
* Windows: Change default hinting preference for high-dpiEskil Abrahamsen Blomfeldt2022-01-251-8/+12
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-256-0/+27
* 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
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-202-69/+6
* QWindowPrivate: de-inline dtor and ctorMarc Mutz2022-01-202-0/+9
* QVulkanWindow: make it possible to override the enabled featuresLaszlo Agocs2022-01-203-2/+50
* Enable all supported 1.0 device features in QVulkanWindowLaszlo Agocs2022-01-201-0/+23
* Fix queue passed to vkQueuePresentLaszlo Agocs2022-01-201-1/+1
* QColorTransform: optimize member-swap()Marc Mutz2022-01-191-1/+1
* rhi: d3d: Fix up non-vsynced presentationLaszlo Agocs2022-01-192-24/+48