summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QStandardItemPrivate: remove const from return type in itemDataAnton Kudryavtsev2022-11-262-6/+5
* QPalette: always increase serial number when modifyingVolker Hilsheimer2022-11-251-1/+3
* Finish the undeprecation of the QColor(string) constructorsEirik Aavitsland2022-11-251-2/+0
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-11-193-5/+15
* Add name() getter in QPlatformThemeAxel Spoerl2022-11-184-1/+17
* Add QPlatformTheme::MouseCursorTheme and MouseCursorSizeLiang Qi2022-11-183-1/+39
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-1611-132/+108
* Plumb QMessageBox::iconPixmap() to QPlatformMessageDialogHelperTor Arne Vestbø2022-11-162-0/+15
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-161-58/+93
* Scale BMP color samples with periodic bit expansionMartin Walch2022-11-161-26/+50
* RHI: Add support for 1D texturesBen Fletcher2022-11-159-41/+333
* Fix crash when resetting a QShaderEskil Abrahamsen Blomfeldt2022-11-141-1/+7
* PDF writer: implement support for document internal linksEirik Aavitsland2022-11-132-41/+109
* a11y atspi: Bridge newly introduced QAccessibleSelectionInterfaceMichael Weghorn2022-11-132-0/+98
* Remove QSpan typedefMarc Mutz2022-11-111-7/+0
* Expand QSpan typedef to underlying type QT_FT_SpanMarc Mutz2022-11-114-66/+66
* [doc] QRasterPaintEngine: remove docs for QSpanMarc Mutz2022-11-111-9/+0
* a11y: Add new QAccessibleSelectionInterfaceMichael Weghorn2022-11-113-2/+134
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-112-4/+14
* QTextLayout: Reconsider cursor drawing on TextObjectTang Haixiang2022-11-111-10/+10
* Remove unused internal rhi backingstore parametersLaszlo Agocs2022-11-102-17/+1
* rhi: metal: Move macOS 13 pipeline cache workaround to the backendLaszlo Agocs2022-11-091-3/+29
* Make QMacMime::canConvert a non-virtual helper for other virtualsVolker Hilsheimer2022-11-092-85/+24
* QTextDocument::loadResource(): invoke parent via direct connectionShawn Rutledge2022-11-091-1/+2
* QWindowsMime: Fix namespace issueMårten Nordheim2022-11-081-0/+4
* QPdf: code tidiesGiuseppe D'Angelo2022-11-081-9/+7
* QMacMime API cleanup: use uti instead of flavorVolker Hilsheimer2022-11-073-250/+272
* Standardize QMacMime and QWindowsMimeVolker Hilsheimer2022-11-073-52/+55
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-074-33/+36
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-075-128/+127
* Windows: simplify registration of QWindowsMime implementationsVolker Hilsheimer2022-11-073-2/+158
* Add support for stereoscopic content in QRhi::OpenGLES2Kristoffer Skau2022-11-074-12/+101
* Use strlen instead of magic numbersAhmad Samir2022-11-061-2/+2
* Adapt qdoc macros and documentation for DocBookThibaut Cuvelier2022-11-043-0/+170
* Handle allocation failure in QImage rotate 90/180/270 functionsEirik Aavitsland2022-11-041-0/+6
* Fix spelling of converterVolker Hilsheimer2022-11-042-4/+4
* Clean-up: const'ify QMacInternalPasteboardMime APIVolker Hilsheimer2022-11-032-110/+135
* Clean up QMacMimeRegistry: remove convertorVolker Hilsheimer2022-11-032-19/+0
* Clean up QMacInternalPasteboardMime: remove convertorNameVolker Hilsheimer2022-11-033-78/+4
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-035-176/+244
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0327-78/+78
* D3D11Rhi: change default swap effect to FLIP_DISCARDYuhang Zhao2022-11-032-20/+5
* rhi: metal: Do not rely on registry id for cache keysLaszlo Agocs2022-11-012-17/+20
* Port default font resolve to SystemParametersInfoForDpiMorten Sørvig2022-11-012-12/+4
* Remove the Unnecessary Warning Regarding AAT and System HarfBuzzAmir Masoud Abdol2022-10-311-5/+0
* rhi: gl: Skip the prim.restart enable on WebGL2Laszlo Agocs2022-10-311-1/+8
* OpenGL: add support for Win11 detectionYuhang Zhao2022-10-301-12/+5
* Emit windowStateChanged in QGuiApplicationPrivate instead of QWindowAxel Spoerl2022-10-292-9/+6
* Add QNativeInterface::Private::QWaylandScreenDavid Redondo2022-10-273-0/+27
* a11y atspi: Clean up logging a bitMichael Weghorn2022-10-261-26/+26