summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+4
|\
| * Cocoa: Fix compile when using QT_NO_TABLETEVENTAndy Shaw2017-08-251-0/+4
* | macOS: Restore support for layered modeTor Arne Vestbø2017-08-211-0/+16
* | macOS: Remove dead code from Leopard timesTor Arne Vestbø2017-08-101-6/+0
* | macOS: Modernize QCocoaBackingStore::flush()Tor Arne Vestbø2017-07-291-130/+6
* | macOS: Send expose event with individual rects instead of bounding rectTor Arne Vestbø2017-07-261-3/+11
* | macOS: Send expose event at drawRect and trigger updates via setNeedsDisplayTor Arne Vestbø2017-07-251-23/+51
* | macOS: Improve QDebug output for QNSView and QCocoaWindowTor Arne Vestbø2017-07-131-0/+16
* | macOS: Move geometry reporting from QNSView to QCocoaWindowTor Arne Vestbø2017-07-081-50/+5
* | Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-071-8/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-14/+19
|\|
| * 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
* | macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-211-20/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+4
|\|
| * QNSView: Remove tracking area on deallocationGabriel de Dietrich2017-06-131-1/+4
* | macOS: Ctrl LMB override can be set on a per window basisMartin Porcelli2017-05-191-8/+3
* | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-27/+33
|\|
| * macOS: Add a few more platform window checks in QNSViewTor Arne Vestbø2017-05-081-27/+33
* | macOS: Reduce usage of m_nsWindow to manipulate the view's NSWindowTor Arne Vestbø2017-05-091-1/+1
* | macOS: Reduce usage of m_nsWindow in favor of isContentView()Tor Arne Vestbø2017-05-081-8/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-17/+19
|\|
| * Cocoa: Send correct mouse buttons for tabletsMorten Johan Sørvig2017-04-241-17/+19
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-7/+1
|\|
| * macOS: Remove workaround for default-sized NSViewsTor Arne Vestbø2017-03-281-7/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-1/+84
|\|
| * 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
* | Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-131-2/+2
|/
* 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