summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.mm
Commit message (Expand)AuthorAgeFilesLines
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-3/+3
* macOS: Send text input and key events to focus object of window, not appTor Arne Vestbø2017-06-261-11/+8
* macOS: Work around buildup of NSDisplayCycle objects during rapid paintingTor Arne Vestbø2017-06-261-0/+8
* QNSView: Remove tracking area on deallocationGabriel de Dietrich2017-06-131-1/+4
* macOS: Add a few more platform window checks in QNSViewTor Arne Vestbø2017-05-081-27/+33
* Cocoa: Send correct mouse buttons for tabletsMorten Johan Sørvig2017-04-241-17/+19
* macOS: Remove workaround for default-sized NSViewsTor Arne Vestbø2017-03-281-7/+1
* QCocoaWindow: fix geometry issue when only minimumSize is setOleg Yadrov2017-03-181-1/+6
* QNSView: Harden logic around platform window accessGabriel de Dietrich2017-03-161-0/+78
* macOS: Rewrite window state handlingTor Arne Vestbø2017-02-161-8/+0
* macOS: Handle window state changes directly in QCocoaWindowTor Arne Vestbø2017-02-111-16/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-4/+2
|\
| * Cocoa: fix bug when left mouse button release event delivered as rightOleg Yadrov2017-01-201-3/+0
| * macOS: convey correct mouse coordinates on drag releaseOleg Yadrov2017-01-111-1/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-18/+5
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-18/+5
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-18/+5
| | |\
| | | * Cocoa: Make dictation via speech recognition workMorten Johan Sørvig2016-11-141-3/+1
| | | * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-15/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-5/+0
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-5/+0
| |\| |
| | * | Cocoa integration - remove erroneous warningTimur Pocheptsov2016-10-241-5/+0
* | | | macOS: Remove m_isNSWindowChild in favor of m_view.window.parentWindowTor Arne Vestbø2016-10-281-1/+1
* | | | macOS: Handle NSViewGlobalFrameDidChangeNotification via QCocoaWindowTor Arne Vestbø2016-10-271-20/+0
* | | | macOS: Handle NSViewFrameDidChangeNotification via QCocaWindowTor Arne Vestbø2016-10-271-5/+0
* | | | macOS: Decouple NSWindow notifications and delegate callbacks from QNSViewTor Arne Vestbø2016-10-271-74/+14
* | | | Merge branch 5.8 into devTor Arne Vestbø2016-10-181-76/+78
|\| | |
| * | | macOS: Remove QNSView member m_window in favor of going via m_platformWindowTor Arne Vestbø2016-10-131-70/+78
| * | | macOS: Use QPointer to track QNSView -> QCocoaWindowTor Arne Vestbø2016-10-131-6/+0
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-17/+20
|\| | |
| * | | macOS: Get rid of m_qtView member in QCocoaWindow that aliased m_viewTor Arne Vestbø2016-10-101-2/+2
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-3/+6
| |\| |
| | * | Cocoa: Don’t send tablet events as mouse eventsMorten Johan Sørvig2016-10-031-3/+6
| * | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-7/+7
| * | | macOS: Rename m_contentView to m_view, to distinguish from [NSWindow contentV...Tor Arne Vestbø2016-10-051-5/+5
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-291-9/+9
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-9/+9
| |\| |
| | * | Cocoa: Get mouse position from the eventMorten Johan Sørvig2016-09-271-9/+9
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-261-2/+12
|\| | |
| * | | Cocoa: Add drawBackingStoreUsingCoreGraphicsMorten Johan Sørvig2016-09-221-2/+12
* | | | macOS: fix 32-bit buildsJake Petroules2016-09-211-3/+3
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-2/+3
|\| | |
| * | | macOS: Implement QCocoaBackingStore in terms of QRasterBackingStoreTor Arne Vestbø2016-09-181-2/+2
| * | | macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-0/+1
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-11/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-11/+22
| |\|
| | * Cocoa: Update deprecated dragging session APIsGabriel de Dietrich2016-08-111-10/+13
| | * Drag and Drop: Don't let Cocoa override proposed actionsGabriel de Dietrich2016-08-111-1/+9
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-4/+10
|\| |