summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* high-dpi: Re-implement mapToGlobal and mapFromGlobalMorten Johan Sørvig2020-10-201-6/+22
* high-dpi: Set screen on QWindow::setGeometry()Morten Johan Sørvig2020-10-201-1/+11
* QHighDpi: window geometry scaling functionsMorten Johan Sørvig2020-10-201-6/+4
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-13/+34
* Add fixme note to QWindowPrivate::setVisible about visibility during createTor Arne Vestbø2020-07-201-1/+7
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-9/+26
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Merge QWindow::parent overloadsVolker Hilsheimer2020-06-081-11/+0
* Add virtual QWindow::closeEvent handlerVolker Hilsheimer2020-05-051-1/+15
* Prevent asserts in certain QWindow re-creation casesLaszlo Agocs2020-04-211-2/+7
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-3/+7
|\
| * Fix geometry handling for native child windowsFriedemann Kleint2020-02-281-3/+7
* | Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-1/+71
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-1/+0
|\|
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-1/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-1/+1
|\|