summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lazily create global share context when Qt::AA_ShareOpenGLContexts is setTor Arne Vestbø6 days1-13/+1
* Add constant property QStyleHints::accessibilityOliver Eftevaag2025-05-071-6/+2
* Remove QWindow argument from QWindowSystemInterface::handleThemeChangeTor Arne Vestbø2025-04-151-5/+2
* QGuiApplication: Prevent double-click recognition across different windowsXu Shitong2025-04-141-1/+4
* Refactor and fix platform theme selectionAxel Spoerl2025-03-281-18/+11
* qguiapplication.cpp / init_platform() - optimize ranged loop and styleAxel Spoerl2025-03-261-2/+2
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-011-1/+1
* Q*Application: move the compressEvent() virtual to the Private classThiago Macieira2024-12-131-0/+2
* Make multi-threaded image transforms and painter fills configurableAllan Sandfeld Jensen2024-12-051-0/+44
* Add public QWindow API for safe area marginsTor Arne Vestbø2024-11-251-4/+4
* Fix ubsan warning of illegal cast and illegal method callAllan Sandfeld Jensen2024-11-131-1/+1
* Send QEvent::ThemeChange to QGuiApplicationIlya Fedin2024-10-211-3/+8
* QGuiAppPriv::processMouseEvent: avoid spurious tablet double-clicksShawn Rutledge2024-10-151-2/+2
* qwsi: Teach handleContextMenuEvent about synchronous deliveryTor Arne Vestbø2024-10-151-0/+1
* Revert "QGuiApplication: don't send pointer events to windows other than the ...Richard Moe Gustavsen2024-09-091-17/+9
* QGuiApplication: don't send pointer events to windows other than the active p...Richard Moe Gustavsen2024-09-051-9/+17
* Close popups on window deactivation and orientation changes in qGuiAppOliver Eftevaag2024-08-291-0/+15
* QCompleter: Forward mouse press/release to virtual keyboardAxel Spoerl2024-08-161-0/+54
* Touch event dispatching: change qCWarning to qCDebug if no target windowVolker Hilsheimer2024-07-171-1/+1
* Straighten out various logging categoriesUlf Hermann2024-06-191-3/+3
* Determine Qt::AA_DontShowIconsInMenus default value based on platformTor Arne Vestbø2024-06-131-0/+5
* Fix MouseButtonDblClick synthesis from touch double-tapShawn Rutledge2024-06-101-3/+8
* Move popup management from QApplication to QGuiApplicationShawn Rutledge2024-05-311-9/+105
* Add Bt2020 and Bt2100 color spacesAllan Sandfeld Jensen2024-05-311-2/+2
* visionOS: Add support for immersive spacesTor Arne Vestbø2024-05-141-0/+3
* Add way to override when to show context menuVolodymyr Zibarov2024-05-131-0/+9
* Update QStyleHints::colorScheme before updating palettesVolker Hilsheimer2024-05-021-4/+4
* Remove QGuiApplicationPrivate::colorScheme()Volker Hilsheimer2024-05-021-13/+3
* Don't quit automatically via QEventLoopLocker if there are open windowsTor Arne Vestbø2024-04-291-4/+14
* ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer2024-04-231-2/+2
* Warn on setHighDpiScaleFactorRoundingPolicy misuseMorten Sørvig2024-04-171-0/+2
* QGuiApplication: copy a Prealloc value instead of hard-coding 16Marc Mutz2024-03-131-1/+2
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-3/+4
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QGuiApplication: replace a QSet with QMinimalVarLengthFlatSetMarc Mutz2024-02-281-5/+5
* Windows: Default to DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-061-7/+5
* Introduce a configure feature for WaylandDavid Redondo2023-12-071-1/+1
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-4/+4
* Don't update DPR on de-expose eventsMorten Sørvig2023-11-171-4/+6
* QGuiApplication: Fix condition for when doubleclick events are triggeredJan Arve Sæther2023-11-171-1/+3
* QGuiApplication: check return value of platformTheme::palette()Christian Ehrlicher2023-11-141-1/+2
* Beautify QGuiApplication::event()Axel Spoerl2023-11-101-5/+9
* Long live QPlatformKeyMapper!Tor Arne Vestbø2023-10-061-1/+2
* Add catch-all DPR update to expose event handlingMorten Sørvig2023-10-021-0/+8
* GUI: give more warning when can't load xcb since 6.5.0Liang Qi2023-09-141-0/+4
* gui: use const methods moreAnton Kudryavtsev2023-09-091-1/+1
* Always run screen change side effectsMorten Sørvig2023-09-071-11/+0
* QGuiApplication: Report default platform name before initializationPasi Petäjäjärvi2023-08-251-2/+14
* Reduce nesting in processWindowScreenChangedEvent()Morten Sørvig2023-08-241-18/+20
* Set color scheme after handling theme change in windowsSanthosh Kumar2023-06-211-1/+2