summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* CMake: Remove qmake conversion markers from gui/CMakeLists.txtKai Köhne2022-12-121-117/+11
* Try to match variant-selector font to preceding characterEskil Abrahamsen Blomfeldt2022-12-121-0/+26
* RHI: QShaderDescription storage buffer qualifiers / run time strideBen Fletcher2022-12-114-2/+39
* Isolate freetype featureAlexey Edelev2022-12-102-3/+6
* Windows: Enable dark mode system palette by defaultVolker Hilsheimer2022-12-101-0/+3
* Detach event points when cloning pointer eventsVolker Hilsheimer2022-12-101-9/+25
* Add possibility to retrieve displayId for AndroidPiotr Mikolajczyk2022-12-093-0/+16
* Cleanup short-cut id deprecationAllan Sandfeld Jensen2022-12-093-0/+37
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-091-1/+1
* Fix wrong to linear conversionAllan Sandfeld Jensen2022-12-092-1/+2
* QTextEngine: also round x-offset for non-subpixel text renderZiming Song2022-12-091-1/+3
* Overwrite dark system palette in Vista styleVolker Hilsheimer2022-12-081-0/+2
* QFont: replace a QVLA with a C arrayMarc Mutz2022-12-071-3/+5
* QCssParser: remove unused QPair includeMarc Mutz2022-12-071-1/+0
* Fix documentation of QAction's text propertyVolker Hilsheimer2022-12-051-21/+27
* Fix missing text when Harfbuzz fails to shape a substringEskil Abrahamsen Blomfeldt2022-12-051-30/+43
* Don't return empty glyph runs from QTextLineEskil Abrahamsen Blomfeldt2022-12-051-13/+17
* Don't return a visual glyph for ignorable charactersEskil Abrahamsen Blomfeldt2022-12-051-0/+1
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-042-0/+15
* rhi: vulkan: Flush before unmapLaszlo Agocs2022-12-021-4/+4
* Add QGuiApplication API to set a number-badge in the Dock/task barTor Arne Vestbø2022-12-024-0/+40
* [QGuiApplication] Tweak description of X11 and Wayland platform pluginsNicolas Fella2022-12-011-3/+3
* Add QNativeInterface::Private::QWaylandWindowDavid Redondo2022-11-293-0/+48
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-285-44/+128
* Introduce QT_NO_AS_CONST and mark QtBase free of itMarc Mutz2022-11-271-2/+2
* Check if fontEngine is valid in QStaticTextInho Lee2022-11-261-0/+2
* QWindowsMimeConverter: Fix forward-declaration of foreign structsMårten Nordheim2022-11-261-5/+6
* 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