summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Prevent QWindow transient parent loopTor Arne Vestbø2017-04-121-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-7/+10
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-7/+10
| |\
| | * Fix crash in QWindowPrivate::applyCursor when screen is nullOlivier Goffart2017-03-161-7/+10
* | | Basic Vulkan enablersLaszlo Agocs2017-03-171-0/+24
* | | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-42/+80
|/ /
* | Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+9
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-221-10/+14
* | QWindow: prevent window reparenting into Qt::Desktop windowsTor Arne Vestbø2017-02-151-14/+21
* | Don't create platform window for QWindows when calling setVisible(false)Tor Arne Vestbø2017-02-131-2/+5
* | QWindow: don't destroy foreign windowsTor Arne Vestbø2017-02-091-21/+34
* | Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-091-5/+7
* | Split QPlatformWindow::isEmbedded into isAncestorOf to separate concernsTor Arne Vestbø2017-01-051-2/+7
* | Add QWindow::AncestorMode overload of QWindow::parent()Tor Arne Vestbø2016-12-081-10/+24
* | Move QWindowPrivate::globalPosition() definition out of headerTor Arne Vestbø2016-11-231-0/+14
* | Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-221-0/+19
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+3
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+3
| | |\
| | | * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-0/+3
* | | | QWindow::setFlags: return early if the flags didn't changeDaniel Vrátil2016-11-111-0/+3
* | | | Document that QWindow position is relative to its screen's virtualGeometryTor Arne Vestbø2016-11-041-2/+17