summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø2024-04-191-2/+20
* Use Qt::WindowNoState for child windows/widgets shown via show()Tor Arne Vestbø2023-12-131-7/+13
* Introduce a configure feature for WaylandDavid Redondo2023-12-071-1/+1
* Avoid QWindow crashing in mapToGlobal when no platformWindowLaszlo Agocs2023-12-061-1/+6
* Avoid segfault in QWindow::mapFromGlobal when platformWindow is nullMitch Curtis2023-12-011-1/+6
* highdpi: fix map to/from global for "off-primary-screen" windowsMorten Sørvig2023-11-231-2/+2
* Add dedicated child and parent events for QWindow reparentingTor Arne Vestbø2023-11-171-4/+30
* Avoid creating child windows twice when already visibleTor Arne Vestbø2023-10-211-0/+7
* Add catch-all DPR update to expose event handlingMorten Sørvig2023-10-021-2/+4
* QWindow: bail out early on resize() if size has not changedVladimir Belyavsky2023-09-151-9/+10
* QWindow: avoid extra window resize on changing min/max sizesVladimir Belyavsky2023-09-121-1/+4
* QWindow: Fix error for unused captureMårten Nordheim2023-09-081-0/+2
* Always run screen change side effectsMorten Sørvig2023-09-071-0/+13
* Return 0 in QWindow::winId in case of failed platform window creationWladimir Leuschner2023-07-271-0/+4
* 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