summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-156-6/+6
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-146-24/+49
* Change QNativeGestureEvent::deltas() to QPointFShawn Rutledge2021-07-145-6/+6
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-122-11/+8
* QGuiApplication: remove Windows-only variable from non-Windows buildsMarc Mutz2021-07-121-0/+2
* Show positions in QDebug operator<<(dbg, QHoverEvent*)Shawn Rutledge2021-07-051-19/+30
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-248-27/+55
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-242-14/+2
* Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-181-1/+2
* Doc: Remove mentioning of Qt::MidButtonKai Köhne2021-06-171-1/+1
* Stop using mixed enum arithmeticGiuseppe D'Angelo2021-06-131-1/+1
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-1/+9
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-072-7/+7
* Expose the native interfaces of QScreen/QWindowFriedemann Kleint2021-06-076-6/+63
* Revert "Use Pressed/Released eventpoint state with native gesture begin/end"Fabian Kosmale2021-06-031-13/+0
* Use Pressed/Released eventpoint state with native gesture begin/endShawn Rutledge2021-06-031-0/+13
* QtGui: Fix include conventionFriedemann Kleint2021-06-021-2/+1