summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* De-inline QScreenPrivate::updateHighDpi()Tor Arne Vestbø2022-09-072-5/+6
* Use QVarLengthFlatMap for QPointingDevicePrivate::activePointsShawn Rutledge2022-09-062-1/+2
* Add QWindowsApplication::setHasBorderInFullScreenDefault() native interfaceTor Arne Vestbø2022-09-051-0/+2
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-012-4/+4
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-313-3/+13
* Add nullptr check for theme when initializing paletteDoris Verria2022-08-301-2/+4
* add color picking support on wayland using the XDG desktop portalHarald Sitter2022-08-262-0/+44
* qt_fusionPalette: make links more legible on dark backgroundsMitch Curtis2022-08-251-2/+7
* Account for dark system themes in qt_fusionPaletteMitch Curtis2022-08-242-42/+43
* Fix build without highdpiscaling featureIlya Fedin2022-08-231-0/+3
* doc: QEventPoint::timeHeld is reported in seconds, not millisecondsRichard Moe Gustavsen2022-08-161-1/+1
* Be more graceful when objects die by the time the dnd loop exitsLaszlo Agocs2022-08-121-0/+3
* Derive PlaceholderText color from Text color in QPaletteAxel Spoerl2022-08-011-0/+34
* Remove qvariant_p.hThiago Macieira2022-07-271-1/+0
* Revert "Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactor"Thiago Macieira2022-07-224-23/+24
* Sync and assert StandardPixmap enums in QPlatformTheme and QStyleAxel Spoerl2022-07-221-0/+10
* Partly un-deprecate QMouseEvent::source()Ivan Solovev2022-07-222-3/+5