summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication_p.h
Commit message (Expand)AuthorAgeFilesLines
* Lazily create global share context when Qt::AA_ShareOpenGLContexts is setTor Arne Vestbø2025-05-231-2/+4
* Initialize QLastCursorPosition with a large number rather than infinityShawn Rutledge2025-03-171-1/+3
* Make multi-threaded image transforms and painter fills configurableAllan Sandfeld Jensen2024-12-051-0/+3
* QCompleter: Forward mouse press/release to virtual keyboardAxel Spoerl2024-08-161-0/+4
* Straighten out various logging categoriesUlf Hermann2024-06-191-0/+2
* Move popup management from QApplication to QGuiApplicationShawn Rutledge2024-05-311-2/+9
* Add way to override when to show context menuVolodymyr Zibarov2024-05-131-0/+2
* Remove QGuiApplicationPrivate::colorScheme()Volker Hilsheimer2024-05-021-2/+0
* ColorScheme: remove unused QWindowsApplication::isDarkModeVolker Hilsheimer2024-04-251-2/+0
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-1/+2
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* Fix disabled and inactive group palettes for windows native styleSanthosh Kumar2023-06-261-1/+1
* Set color scheme after handling theme change in windowsSanthosh Kumar2023-06-211-2/+2
* QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-271-0/+22
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-1/+0
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-131-0/+1
* Prepare for replacing Qt::Appearance with Qt::ColorSchemeTor Arne Vestbø2023-02-091-0/+1
* Overwrite dark system palette in Vista styleVolker Hilsheimer2022-12-081-0/+2
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-161-3/+4
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* Propagate appearance property from QPlatformTheme to QStyleHintsAxel Spoerl2022-09-241-0/+2
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-201-1/+4
* Add QWindowsApplication::setHasBorderInFullScreenDefault() native interfaceTor Arne Vestbø2022-09-051-0/+2
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-141-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChangedTor Arne Vestbø2022-04-211-1/+1
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-221-1/+14
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-161-0/+1
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-201-1/+1
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-181-1/+2
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-161-2/+2
* Remove unneeded function QGuiApplicationPrivate::emitLastWindowClosedTor Arne Vestbø2021-10-131-2/+0
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-171-0/+1
* Make the closeAllPopup helper virtual in QGuiApplicationVolker Hilsheimer2021-09-151-0/+1
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-121-3/+4
* QGuiApplication: remove Windows-only variable from non-Windows buildsMarc Mutz2021-07-121-0/+2
* QtGui: Fix include conventionFriedemann Kleint2021-06-021-2/+1
* Rejig native interface plumbingTor Arne Vestbø2021-05-121-1/+1
* Move QNativeInterface helpers to their own header fileTor Arne Vestbø2021-05-101-0/+1
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-4/+0
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-1/+0
* Remove QGuiApplicationPrivate::m_fakeTouchDeviceShawn Rutledge2020-12-031-1/+0
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-121-1/+0
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-6/+6
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-19/+0
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-141-0/+1
* Document native interfacesFriedemann Kleint2020-09-021-1/+1
* Remove "fallback session management"Andreas Hartmetz2020-09-011-3/+0
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+1