summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-292-0/+37
* QPalette: always increase serial number when modifyingVolker Hilsheimer2022-11-251-1/+3
* Add name() getter in QPlatformThemeAxel Spoerl2022-11-184-1/+17
* Add QPlatformTheme::MouseCursorTheme and MouseCursorSizeLiang Qi2022-11-182-1/+13
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-161-3/+4
* Plumb QMessageBox::iconPixmap() to QPlatformMessageDialogHelperTor Arne Vestbø2022-11-162-0/+15
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-112-4/+14
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-033-5/+5
* Emit windowStateChanged in QGuiApplicationPrivate instead of QWindowAxel Spoerl2022-10-292-9/+6
* Add QNativeInterface::Private::QWaylandScreenDavid Redondo2022-10-272-0/+16
* Fix build with -no-feature-highdpiscalingTor Arne Vestbø2022-10-251-13/+15
* Add QNativeInterface::QWaylandApplicationDavid Redondo2022-10-252-0/+27
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-232-1/+4
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2116-31/+31
* Fix duplicated words in documentationMårten Nordheim2022-10-191-2/+2
* Add flicking behavior hints to platform integration and themeShawn Rutledge2022-10-184-2/+26
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Allow programmatic closing of windows that are modally blockedVolker Hilsheimer2022-10-121-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-116-20/+20
* doc: Add docs for QPointingDevice::GrabTransition and grabChanged signalShawn Rutledge2022-10-111-0/+42
* Fix clazy warnings in QPointingDevice::grabChanged signalShawn Rutledge2022-10-111-1/+6
* QGuiApp: Set QStyleHints's appearance based on platform themeDoris Verria2022-10-101-0/+2
* Add Q_ENUM in QPlatformTheme enumsAxel Spoerl2022-10-051-0/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-0411-25/+25
* Make sure that palette cache keys are uniqueVolker Hilsheimer2022-10-031-5/+16
* Properly deprecate QStyleHints::keyboardAutoRepeatRate()Tor Arne Vestbø2022-10-012-1/+3
* Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-09-301-9/+15
* Make SetFocusOnTouchRelease style hint themeableAlexander Volkov2022-09-294-3/+12
* Add QStyleHints::keyboardAutoRepeatRateF()Tor Arne Vestbø2022-09-292-0/+18
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-282-2/+2
* Fix build without opengl featureAlexey Edelev2022-09-241-1/+3
* Propagate appearance property from QPlatformTheme to QStyleHintsAxel Spoerl2022-09-245-19/+106
* Rename QHoverEvent ctor pos argument to scenePosShawn Rutledge2022-09-232-5/+5
* Return the actual modal window in QGuiApplicationPrivate::isWindowBlockedMikolaj Boc2022-09-231-1/+1
* QtGui: Replace QStringLiteral("...").arg with "..."_L1.argMate Barany2022-09-221-1/+1
* QtGui: replace indexed for loop with range for loopMate Barany2022-09-211-3/+4
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-10/+10
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-202-10/+4
* Make commit() call in QTouchEventWidgetSequence explicitAxel Spoerl2022-09-201-1/+1
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-202-30/+34
* Share logic for QScreen property update emitting in helper classTor Arne Vestbø2022-09-164-59/+92
* QWSI: Remove dead code for macOS-specific shortcut-override handlingTor Arne Vestbø2022-09-152-20/+16
* Do not set Qt::ToolTip flag for QShapedPixmapWindowMagnus Groß2022-09-151-1/+1
* Simplify obtaining of parent in isWindowBlockedMikolaj Boc2022-09-121-8/+2
* Add more logging to QHighDpiScalingTor Arne Vestbø2022-09-092-0/+32
* Don't emit logicalDotsPerInchChanged when updating screen geometryTor Arne Vestbø2022-09-081-1/+0
* Rename QScreenPrivate::updateHighDpi()Morten Johan Sørvig2022-09-084-6/+6
* Move QPlatformScreen::deviceIndependentGeometry() logic to QScreenTor Arne Vestbø2022-09-083-12/+4