summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QAction: Add NOTIFY changed declaration to priority propertyKai Uwe Broulik2022-03-161-1/+1
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-1/+1
* gui: return first default device when seatName isNullLiang Qi2022-03-132-4/+6
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-112-11/+0
* Fix QWindow::mapTo|FromGlobal() for the embedded caseSergio Martins2022-03-041-2/+2
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-021-4/+3
* QGuiApplication: use translation-based layout direction unless explicitly setVolker Hilsheimer2022-02-241-12/+25
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-222-3/+25
* QPA: add ButtonPressKeys ThemeHintNoah Davis2022-02-162-0/+5
* Convert Vulkan instance setup from Qt Quick into a Gui helperLaszlo Agocs2022-02-151-0/+8
* Update docs for QSurface::MetalSurface to include iOSTor Arne Vestbø2022-02-151-3/+3
* De-duplicate vtables, 2022 editionMarc Mutz2022-02-158-0/+24
* Core: Remove 'properties' featureKai Köhne2022-02-141-2/+0
* Add warning about native interface APIs to platform headersTor Arne Vestbø2022-02-093-0/+27
* qmetatype: Remove left-over module association codeFabian Kosmale2022-02-091-6/+0
* doc: clarify that passive-grab API is only for Qt Quick Pointer HandlersShawn Rutledge2022-02-091-4/+4
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-052-0/+15
* QGuiAppPrivate::processMouseEvent: don't assume eventpoint didn't moveShawn Rutledge2022-02-041-5/+9
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-032-0/+28
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-021-1/+1