summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: Add DOM accessors functions through NativeInterfacePiotr Wierciński2023-05-051-0/+4
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-3/+3
* QWindow: Cache the devicePixelRatio valueMorten Sørvig2023-04-111-10/+23
* Doc: link to QWindow::requestActivate() in more placesMitch Curtis2023-03-311-0/+2
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-171-0/+8
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-131-0/+7
* Scale the default 5 ms requestUpdate interval based on the refreshRateLaszlo Agocs2023-01-091-5/+7
* Doc: note QWindow::winId() will cause platform window creationEirik Aavitsland2023-01-041-1/+3
* Add QNativeInterface::Private::QWaylandWindowDavid Redondo2022-11-291-0/+4
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-111-1/+6
* Emit windowStateChanged in QGuiApplicationPrivate instead of QWindowAxel Spoerl2022-10-291-7/+0
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* QWindowPrivate::setMinOrMaxSize: port to function_refGiuseppe D'Angelo2022-06-301-3/+2
* QWindow: fix C++20 buildGiuseppe D'Angelo2022-06-201-4/+4
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-3/+3
* Update window geometry when QWindow::m{in|ax}imumSize is updatedJan Arve Sæther2022-06-131-22/+36
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Guard against QWindow being deleted during close eventTor Arne Vestbø2022-04-081-2/+9
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-7/+0
* Fix QWindow::mapTo|FromGlobal() for the embedded caseSergio Martins2022-03-041-2/+2
* QWindowPrivate: de-inline dtor and ctorMarc Mutz2022-01-201-0/+6
* QWindow: Remove unnecessary castVolker Hilsheimer2022-01-141-2/+1
* QWindow: fix UB (invalid static_cast)Marc Mutz2022-01-141-1/+6
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-0/+3
* QWindow: use std::exchange when ... exchanging valuesMarc Mutz2021-12-301-3/+1
* QWindowPrivate: fix inconsistent inline on some methodsMarc Mutz2021-12-301-2/+2
* Remove unused statements in QWindowDavid Skoland2021-10-261-2/+0
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-201-3/+23
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-10-181-0/+2
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-161-7/+16
* Fix high DPI position of foreign child windows on WindowsJoerg Bornemann2021-10-151-1/+2
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-1/+1
* gui: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-171-38/+13
* Use QHighDpi::toNativeWindowGeometry()Morten Sørvig2021-09-151-7/+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 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-021-0/+1
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* Expose the native interfaces of QScreen/QWindowFriedemann Kleint2021-06-071-0/+26
* QWindow: synthesize a QContextMenuEvent from relevant mouse eventsVolker Hilsheimer2021-05-061-0/+30
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-4/+0
* Set QGuiApplicationPrivate variables after platform window is destroyedAndy Shaw2021-04-081-11/+11
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosedTor Arne Vestbø2020-12-171-3/+3
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-191-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Change terminology to "look and feel"Jerome Pasion2020-10-291-1/+1