summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Ensure QHighDpiScaling::set(Screen/Global)Factor() results in QScreen signalsTor Arne Vestbø2023-03-281-4/+8
* Align QWindowSystemInterface::handleScreenAdded() and handleScreenRemoved()Tor Arne Vestbø2023-03-283-45/+47
* Remove indirection via QScreenPrivate::setPlatformScreen()Tor Arne Vestbø2023-03-284-21/+12
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2023-03-281-1/+2
* Don't accept QWSI::CloseEvent when the window is blocked by a modal windowTor Arne Vestbø2023-03-231-0/+1
* Move nullptr check to beginning of QInputDevice::operator<<Axel Spoerl2023-03-211-8/+13
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-3/+5
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-171-0/+8
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-1/+1
* QPlatformTheme::removeMnemonics(): use QStringView internallyEdward Welbourne2023-03-101-13/+9
* QPlatformTheme::removeMnemonics(): simplify space removalEdward Welbourne2023-03-101-5/+4
* Fix warnings from deprecating QFileOpenEvent::openFile, update snippetVolker Hilsheimer2023-03-091-2/+7
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-092-8/+16
* macOS: Send a filename QFileOpenEvent if invalid URL, deprecate openFileVolker Hilsheimer2023-03-022-2/+10
* Doc: we no longer provide a list of common mnemonicsVolker Hilsheimer2023-03-011-5/+0
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-281-1/+3
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-282-4/+2
* QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-271-0/+22
* Revert to existing QPointingDevice::grabChanged signature until Qt 7Shawn Rutledge2023-02-201-4/+5
* Accept full-width parentheses in removeMnemonics()Edward Welbourne2023-02-131-5/+15
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-137-44/+22
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-136-1/+49
* Prepare for replacing Qt::Appearance with Qt::ColorSchemeTor Arne Vestbø2023-02-096-0/+21
* Doc: Mark new QShortcutEvent constructor with \sinceKai Köhne2023-02-091-0/+1
* QtGui: Remove double default definitionAmir Masoud Abdol2023-02-071-4/+4
* Add a platform theme option to affect SH_UnderlineShortcutMikolaj Boc2023-02-074-2/+11
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-034-16/+16
* Doc: Fix smaller issues in new Qt 6.5 QStyleHints APIKai Köhne2023-02-011-1/+2
* QOpenGLContext: Handle versionFunctions like other dataLaszlo Agocs2023-01-241-4/+3
* Sanitize the order of things in QOpenGLContext destroy()Laszlo Agocs2023-01-241-9/+23
* Respect custom QWSI event handler when delivering synchronous eventsTor Arne Vestbø2023-01-181-1/+6
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+1
* QStyleHints: Fix Q_PROPERTY declaration for keyboardAutoRepeatRateFTor Arne Vestbø2023-01-141-1/+1
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-131-2/+3
* Add QEGLContext::invalidateContextThomas Senyk2023-01-121-0/+2
* Clarify that QKeyEvent::text() may return non-printable charactersTor Arne Vestbø2023-01-101-5/+6
* Scale the default 5 ms requestUpdate interval based on the refreshRateLaszlo Agocs2023-01-092-13/+24
* Avoid qt keywords in installed headersDavid Edmundson2023-01-091-1/+1
* Reflect QStyleHints in AA_DontShowShortcutsInContextMenusTor Arne Vestbø2023-01-042-1/+3
* Update the documentation of QScreen::name()Yuhang Zhao2023-01-041-0/+4
* Doc: note QWindow::winId() will cause platform window creationEirik Aavitsland2023-01-041-1/+3
* QStyleHints: code tidiesYuhang Zhao2022-12-202-6/+9
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-132-7/+7
* Windows: Enable dark mode system palette by defaultVolker Hilsheimer2022-12-101-0/+3
* Detach event points when cloning pointer eventsVolker Hilsheimer2022-12-101-9/+25
* Add possibility to retrieve displayId for AndroidPiotr Mikolajczyk2022-12-092-0/+12
* Cleanup short-cut id deprecationAllan Sandfeld Jensen2022-12-093-0/+37
* Overwrite dark system palette in Vista styleVolker Hilsheimer2022-12-081-0/+2
* Fix documentation of QAction's text propertyVolker Hilsheimer2022-12-051-21/+27
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-042-0/+15