summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.h
Commit message (Expand)AuthorAgeFilesLines
* macOS: Decouple NSWindow notifications and delegate callbacks from QNSViewTor Arne Vestbø2016-10-271-5/+23
* macOS: Remove unneeded argument to QCocoaWindow::recreateWindow()Tor Arne Vestbø2016-10-211-1/+1
* macOS: Get rid of m_qtView member in QCocoaWindow that aliased m_viewTor Arne Vestbø2016-10-101-2/+0
* Implement QMacCocoaViewContainer in terms of foreign windowTor Arne Vestbø2016-10-051-1/+0
* macOS: Rename m_contentView to m_view, to distinguish from [NSWindow contentV...Tor Arne Vestbø2016-10-051-5/+5
* Remove QCocoaWindowPointer in favor of QCocoaWindow inheriting QObjectTor Arne Vestbø2016-10-011-34/+5
* Cococa integration - close popups in a windowWillClose callbackTimur Pocheptsov2016-07-271-0/+1
* Cocoa integration - inconsistent window types/stylesTimur Pocheptsov2016-06-161-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-7/+32
|\
| * Cocoa: Add QCocoaWindowPointerGabriel de Dietrich2016-05-061-7/+32
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+6
|\|
| * Cocoa integration - add a protection against dangling pointersTimur Pocheptsov2016-04-221-0/+6
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+0
|\|
| * Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-1/+0
* | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
|/
* OS X adaptations to the high-DPI APIMorten Johan Sørvig2015-08-061-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-26/+26
|\
| * Add missing Q_DECL_OVERRIDE in Cocoa specific header filesGabriel de Dietrich2015-06-241-26/+26
* | Add QCocoaWindowFunctions and add a function to find the clip offsetJorgen Lind2015-06-111-0/+3
* | Fix crash in tst_qfiledialog on OS XSimon Hausmann2015-06-041-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-241-0/+1
|\|
| * Cocoa: Don't let key events triggering input method events close dialog.Christoph Schleifenbaum2015-03-211-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-1/+0
|\|
| * Cocoa: Correct mouse event forwarding for popupsMorten Johan Sørvig2015-03-121-1/+0
* | Cocoa integration - do not report invalid coordinatesTimur Pocheptsov2015-03-061-0/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Cocoa: Guard against recursive event deliveryMorten Johan Sørvig2014-11-051-0/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-6/+15
|\
| * Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-021-0/+1
| * Cocoa: Handle Qt::WindowDoesNotAcceptFocusMorten Johan Sørvig2014-07-021-0/+1
| * Cocoa: Fix Qt-in-namespace build.Tim Blechmann2014-07-021-6/+13
* | OS X: Fix build with QT_NO_OPENGLSergio Martins2014-06-301-0/+6
|/
* Cocoa: Send expose event on screen change.Morten Johan Sørvig2014-04-101-0/+1
* Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-091-0/+1
* Cocoa: Update unified toolbar area on toolbar hideMorten Johan Sørvig2014-04-091-2/+5
* OSX: a window can be de-maximized by resizingShawn Rutledge2014-03-271-0/+1
* OSX: make reported window state consistent with realityShawn Rutledge2014-03-251-0/+1
* Cocoa: Fix geometry for embedded QWindows.Morten Johan Sørvig2014-03-201-0/+1
* Set unified toolbar height accurately.Morten Johan Sørvig2014-03-201-0/+12
* Cocoa: Disable the zoom button when appropriateMorten Johan Sørvig2014-03-151-0/+1
* Cocoa: Fix crash when closing window from title barGabriel de Dietrich2014-03-141-0/+1
* Cocoa: Keep child NSWindow alive while it grabs the mouseGabriel de Dietrich2014-03-041-0/+4
* Cocoa: Use helper class for event handling in native windowsGabriel de Dietrich2014-03-041-11/+39
* Cocoa: Bring back two-class native window systemGabriel de Dietrich2014-02-121-21/+32
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-1/+0
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+0
| |\
| | * Cocoa: Popups should not become keyGabriel de Dietrich2014-01-161-1/+0
* | | Cocoa: Add setNSToolbar(QWindow *, NSToolBar *)Morten Johan Sørvig2014-02-101-0/+1