summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactorFushan Wen2022-06-294-24/+23
* Doc: Document missing methods in QDropEventKai Köhne2022-06-281-1/+22
* QAction: Fix the obsolete menu() docLaszlo Papp2022-06-281-1/+1
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* Document QMouseEvent::pos() as deprecated in 6.0Mikolaj Boc2022-06-221-0/+1
* QWindow: fix C++20 buildGiuseppe D'Angelo2022-06-201-4/+4
* Fix improper moc includes inside the Qt namespaceThiago Macieira2022-06-192-4/+4
* xcb: Get some style hints from xsettingsJiDe Zhang2022-06-183-2/+5
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-154-7/+7
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-142-5/+5
* Print QScreen geometry debug state using the underlying typesTor Arne Vestbø2022-06-131-11/+2
* Update window geometry when QWindow::m{in|ax}imumSize is updatedJan Arve Sæther2022-06-132-22/+40
* QKeySequence: constinit ALL the thingsMarc Mutz2022-06-021-3/+3
* QKeySequence: statically assert the sortedness of the MacSpecialKey arrayMarc Mutz2022-06-011-0/+7
* Fix documentation that claims that QStyleHints is read onlyVolker Hilsheimer2022-05-271-5/+4
* QKeySequence: Add missing modifier namesLaszlo Papp2022-05-251-0/+4
* QKeySequence: fix dynamic initialization of shared_emptyMarc Mutz2022-05-201-4/+1
* QKeySequence: constexpr ALL the thingsMarc Mutz2022-05-201-14/+14
* xcb: Delete touch points without target windowsTang Haixiang2022-05-201-1/+1
* QKeySequence: Add support for Eject and Clear glyphs on macOSLaszlo Papp2022-05-181-0/+2
* QKeySequence/Mac: remove NumEntries variableMarc Mutz2022-05-171-6/+3
* Use SPDX license identifiersLucie Gérard2022-05-16159-6052/+328
* QKeySequence: Fix the one-off error in the mac glyph array sizeLaszlo Papp2022-05-151-2/+2
* Fix versioning of PixelScrollKai Köhne2022-05-131-1/+1
* QtGui: includemocsMarc Mutz2022-04-2934-0/+68
* Optimize the QPalette::resolve from the other paletteJiDe Zhang2022-04-281-0/+14
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-283-6/+6
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2814-53/+80
* Fix unused variables in qtbaseAndrei Golubev2022-04-251-5/+1
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-222-5/+6
* Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChangedTor Arne Vestbø2022-04-212-16/+16
* QEvent: start to de-inline copy ctor and clone() of all subclassesMarc Mutz2022-04-142-345/+86
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1310-35/+35
* Guard against QWindow being deleted during close eventTor Arne Vestbø2022-04-081-2/+9
* doc: Warn against using the screen's refresh rate for driving animationsTor Arne Vestbø2022-04-071-0/+5
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-052-1/+4
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public APIMarc Mutz2022-04-052-2/+9
* QFontDatabase: Update docs for QGuiApplication::fontDatabaseChanged()Tor Arne Vestbø2022-04-051-1/+4
* QPA: improve plugin and theme documentation and logging outputMitch Curtis2022-04-042-5/+29
* CoreText: Populate all variants of theme/system fontsTor Arne Vestbø2022-03-301-0/+1
* Fix high-dpi and QScreen state initializationMorten Johan Sørvig2022-03-291-0/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-262-40/+40
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-1/+8
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-194-5/+5
* Fix deprecated use of QColor::setNamedColorMårten Nordheim2022-03-171-2/+2
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-3/+4
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-174-2/+7
* GUI: add ScreenWindowGrabbing capabilityLiang Qi2022-03-172-2/+8