summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add QMenu::menuInAction as a static helperVolker Hilsheimer2021-11-011-1/+1
* Remove unused statements in QWindowDavid Skoland2021-10-261-2/+0
* Doc: Fix qdoc warnngsVenugopal Shivashankar2021-10-231-0/+2
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-204-22/+30
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-10-191-4/+5
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-10-181-0/+2
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-182-7/+13
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-164-37/+43
* Fix high DPI position of foreign child windows on WindowsJoerg Bornemann2021-10-151-1/+2
* Initialize m_dpiAdjustmentPolicy from correct envMorten Johan Sørvig2021-10-141-1/+1
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-1/+1
* Remove unneeded function QGuiApplicationPrivate::emitLastWindowClosedTor Arne Vestbø2021-10-132-10/+2
* gui: Fix typos in documentationJonas Kvinge2021-10-127-8/+8
* gui: Fix typos in source code commentsJonas Kvinge2021-10-122-3/+3
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-071-1/+1
* Fix scrolling of QRasterBackingStore when operating on QRasterGLSurfaceTor Arne Vestbø2021-10-012-0/+13
* Allocate synchronously delivered QWSI events on the stackVolker Hilsheimer2021-10-012-182/+134
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-3/+3
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-174-42/+44
* Fix QGuiApplication command line options documentation for X11Tor Arne Vestbø2021-09-171-3/+3
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-09-172-0/+13
* Make the closeAllPopup helper virtual in QGuiApplicationVolker Hilsheimer2021-09-151-0/+1
* doc: use \note in QKeyEvent documentationTor Arne Vestbø2021-09-151-8/+8
* Use QHighDpi::toNativeWindowGeometry()Morten Sørvig2021-09-151-7/+1
* QPlatformWindow: fix isAncestorOf not breaking recursionRichard Moe Gustavsen2021-09-131-1/+1
* Expose the config and display for EGL-based QOpenGLContextsLaszlo Agocs2021-09-131-0/+3
* Move QWINDOWSIZE_MAX to platform headersPaul Olav Tvete2021-09-102-2/+1
* Always give Qt::SubWindows a default window state of Qt::WindowNoStateTor Arne Vestbø2021-09-101-0/+3
* Use wayland platform plugin on GNOME wayland sessions by defaultJan Grulich2021-09-091-15/+1
* Clear up QWindow::isActive() documentationTor Arne Vestbø2021-09-081-1/+3
* Fix segfault when closing widget and destroying window in QDialog::doneVolker Hilsheimer2021-09-061-3/+7
* doc: Add the PixelScroll device capability (new in 6.2)Shawn Rutledge2021-09-041-0/+5
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-031-0/+3
* Doc: add note that hiding a window doesn't close a full screen spaceVolker Hilsheimer2021-09-031-0/+7
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-022-0/+2
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-3/+1
* Fix deprecation of QMouseEvent::source() and flags()Shawn Rutledge2021-08-272-1/+3
* QFileDialog: Use static const QRegularExpressionWaqar Ahmed2021-08-181-1/+1
* Properly scale gesture positions in hi-DPI casePovilas Kanapickas2021-08-121-3/+15
* QGuiApplication: move two static variables from DATA to BSSMarc Mutz2021-08-101-2/+2
* QInputDeviceManager: make QT_NO_KEYWORDS-cleanMarc Mutz2021-08-061-1/+1
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-063-0/+90
* QInputDeviceManager: ++explicit, ++out-of-line-dtorsMarc Mutz2021-08-062-1/+4
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-061-1/+6
* Register mouse devices on cocoaShawn Rutledge2021-08-011-0/+1
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-264-28/+57
* QOpenGlContext: remove duplicated includeIvan Solovev2021-07-201-1/+0
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-176-23/+16
* QClipboard: remove a useless default switch-case labelWenTao Song2021-07-161-2/+1
* Add note about precision of QNativeGestureEvent::delta; fix in Qt 7Shawn Rutledge2021-07-152-5/+19