summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-212-69/+6
* Enable all supported 1.0 device features in QVulkanWindowLaszlo Agocs2022-01-211-0/+23
* Fix queue passed to vkQueuePresentLaszlo Agocs2022-01-201-1/+1
* QColorTransform: optimize member-swap()Marc Mutz2022-01-201-1/+1
* QPolygon: de-inline setPoint()Marc Mutz2022-01-192-8/+8
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-186-1/+6
* QRhiGles2: replace two QSet<int> with QDuplicateTrackerMarc Mutz2022-01-182-8/+9
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-175-0/+8
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-172-2/+2
* QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2022-01-171-16/+18
* QMutableEventPoint: turn into memberless structMarc Mutz2022-01-171-33/+4
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-171-0/+9
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-173-15/+17
* QEventPoint: forward-declare QMutableEventPoint before befriending itMarc Mutz2022-01-151-0/+1
* QWindow: Remove unnecessary castVolker Hilsheimer2022-01-141-2/+1
* Fix crash when text shaping failsEskil Abrahamsen Blomfeldt2022-01-141-0/+6
* QWindow: fix UB (invalid static_cast)Marc Mutz2022-01-141-1/+6
* QGuiApplication: port the last user of QMutableEventPoint::from()Marc Mutz2022-01-143-44/+40
* QPathEdge: Fix array initializationIvan Tkachenko2022-01-141-5/+1
* Port the last user of QMutableSinglePointEvent::mutableEvent()Marc Mutz2022-01-141-2/+0
* QSinglePointEvent: port away from QMutableEventPoint::from()Marc Mutz2022-01-131-16/+16
* QWindowSystemInterface: port to QMutableEventPoint static setter APIMarc Mutz2022-01-131-6/+6
* Doc: Replace "C:\Documents and Settings" pathsKai Köhne2022-01-131-1/+1
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-121-0/+3