summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-141-2/+10
|\
| * Fix QWindow::mapToGlobal()/mapFromGlobal() for multi-screen windowsMorten Johan Sørvig2019-05-131-2/+10
* | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-4/+10
|\|
| * Don't quit when last QWindow is destroyed, wait for it to closeTor Arne Vestbø2019-03-191-4/+10
* | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-1/+2
* | Fix can not -> cannotRobert Loehning2019-02-251-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-2/+1
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-2/+1
| |\
| | * Make QWindow::type() reflect ForeignWindow statusMorten Johan Sørvig2018-12-221-2/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+3
|\| |
| * | Fix multiple emission of QGuiApplication::lastWindowClosed() when native chil...Friedemann Kleint2019-01-161-0/+2
| * | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-0/+3
|\|
| * Don't drop update requests when closing and reopening windowsUlf Hermann2018-10-161-0/+3
* | Make QWindow::transientParent a propertyShawn Rutledge2018-09-271-8/+19
|/
* Handle screen changes for non-top-level windowsTor Arne Vestbø2018-08-031-2/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\
| * Doc: Fix typoPaul Wicking2018-06-261-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+7
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+7
* | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-071-13/+0
* | Revert "Bring QWindowPrivate::deliverUpdateRequest() back temporarily"Liang Qi2018-04-061-6/+0
* | Bring QWindowPrivate::deliverUpdateRequest() back temporarilyLiang Qi2018-04-041-0/+6
* | Move delivery of update requests into QPlatformWindowTor Arne Vestbø2018-03-291-9/+2
* | Clarify that QExposeEvent/exposeEvent handles any invalidation of the windowTor Arne Vestbø2018-03-201-5/+7
* | Add QPlatformWindow::close()Morten Johan Sørvig2018-02-211-4/+1
|/
* doc: Fix remaining qdoc warmings for Vulkan stuffMartin Smith2018-01-181-1/+1
* QtGui/Windows: Fix wait cursors remaining activeFriedemann Kleint2017-12-121-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+4
|\
| * Fix dragging inside a modal window when a QShapedPixmapWindow is usedAndy Shaw2017-10-301-1/+4
* | QWindowPrivate::globalPosition(): Take embedded windows into accountFriedemann Kleint2017-11-031-1/+1
* | Fix build with -no-opengl and on watchOS in generalJake Petroules2017-10-061-0/+2
* | Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-051-0/+6
* | macOS: Tighten up window icon and represented filename handlingTor Arne Vestbø2017-10-031-1/+6
* | Reset QWindowPrivate::platformWindow during destruction before deleting itTor Arne Vestbø2017-09-261-2/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+3
|\|
| * QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-231-0/+1
| * Block input to a window shown while an application modal dialog is visibleAndy Shaw2017-08-161-0/+2
* | Revert "macOS: Create NSView as initially hidden, to match QWindow behavior"Shawn Rutledge2017-08-181-8/+1
* | macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2017-08-111-1/+8
* | Add QPlatformWindow::initialize() for two-step window creationTor Arne Vestbø2017-07-171-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-5/+5
|\|
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-2/+2
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-3/+3
* | Remove requirement to call QWindow::setMask after creating windowTor Arne Vestbø2017-06-281-5/+2
* | Make QWindow::setVisible() work for widgetsMorten Johan Sørvig2017-05-111-65/+78
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-7/+6
|\|
| * Fall back to QWindow's screen when resolving DPR instead of using qAppTor Arne Vestbø2017-04-211-7/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-0/+4
|\|