summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-0/+2
| |\
| | * macOS: Only show menu and allow dragging on proxy when a file path is setAndy Shaw2016-10-191-0/+2
* | | macOS: Remove QNSView member m_window in favor of going via m_platformWindowTor Arne Vestbø2016-10-131-1/+1
* | | macOS: Use QPointer to track QNSView -> QCocoaWindowTor Arne Vestbø2016-10-131-7/+0
* | | macOS: Get rid of m_qtView member in QCocoaWindow that aliased m_viewTor Arne Vestbø2016-10-101-37/+24
* | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-3/+3
* | | Implement QMacCocoaViewContainer in terms of foreign windowTor Arne Vestbø2016-10-051-21/+2
* | | macOS: Rename m_contentView to m_view, to distinguish from [NSWindow contentV...Tor Arne Vestbø2016-10-051-61/+62
* | | Remove QCocoaWindowPointer in favor of QCocoaWindow inheriting QObjectTor Arne Vestbø2016-10-011-20/+14
* | | macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-0/+1
* | | Cococa integration - close popups in a windowWillClose callbackTimur Pocheptsov2016-07-271-4/+16
* | | QCocoaWindow: Fix usage on deprecated APIGabriel de Dietrich2016-07-201-3/+1
* | | Cocoa integration - inconsistent window types/stylesTimur Pocheptsov2016-06-161-1/+12
* | | darwin: Add Foundation conversion functions for QSize/QSizeFTor Arne Vestbø2016-06-141-5/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-2/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-2/+6
| |\|
| | * Cocoa integration - fix QCocoaWindow::setContentViewTimur Pocheptsov2016-05-251-2/+6
* | | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-15/+22
|\|
| * QCocoaWindow - do not call resignKeyWindowTimur Pocheptsov2016-05-101-4/+2
| * Cocoa: Add QCocoaWindowPointerGabriel de Dietrich2016-05-061-11/+20
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-2/+4
|\|
| * Cocoa integration - add a protection against dangling pointersTimur Pocheptsov2016-04-221-2/+4
* | Cocoa: Move window logging to qt.qpa.cocoa.windowMorten Johan Sørvig2016-03-211-29/+37
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-1/+10
|\|
| * Cocoa: Improve native view lifetime accuracy.Morten Johan Sørvig2016-03-111-1/+10
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-0/+12
|\|
| * Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-1/+5
|\|
| * QCocoaWindow - resize embedded viewsTim Blechmann2015-12-151-1/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+1
|\|
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* | Remove dead code.Jake Petroules2015-11-271-1/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-2/+5
|\|
| * Cocoa integration - fix Qt::WindowFullscreenButtonHintTimur Pocheptsov2015-10-161-2/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-9/+9
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-5/+5
| |\
| | * Cocoa: Support Qt::WindowTransparentForInputMorten Johan Sørvig2015-09-241-0/+3
| | * Cocoa integration - make tool window resizable againTimur Pocheptsov2015-09-211-5/+2
| * | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-4/+4
* | | Cocoa integration - re-parent NSView correctlyTimur Pocheptsov2015-09-261-0/+3
* | | Cocoa integration - do not make a window key during modal sessionTimur Pocheptsov2015-09-261-1/+10
* | | 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-18/+19
* | platforms: cocoa - fix QCocoaWindow::bottomLeftClippedByNSWindowOffsetTim Blechmann2015-08-061-5/+4
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-1/+1
| |\
| | * Cocoa: Remove ToolTip windows from popup stackMorten Johan Sørvig2015-06-051-1/+1