summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add QCocoaWindowFunctions and add a function to find the clip offsetJorgen Lind2015-06-111-0/+19
* | | Fix crash in tst_qfiledialog on OS XSimon Hausmann2015-06-041-4/+12
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-9/+34
|\| |
| * | Cocoa: add QT_MAC_USE_NSWINDOW env. variableMorten Johan Sørvig2015-06-021-1/+3
| |/
| * Add support to disable close button from the tool window in Cocoa.Marko Kangas2015-05-271-3/+16
| * Remove QNSView from superview in ~QCocoaWindow()Morten Johan Sørvig2015-05-131-1/+1
| * Cocoa: Upgrade default surface format to include an alpha channelUlf Hermann2015-05-131-1/+7
| * cocoa: Do not access the integration instance when shutting downLaszlo Agocs2015-05-121-1/+3
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-2/+4
| |\
| | * Cocoa: Handle the event passed into the global monitor correctlyAndy Shaw2015-04-171-2/+4
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-10/+9
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+2
|\| |
| * | Cocoa integration - invalid window stateTimur Pocheptsov2015-04-211-1/+2
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-30/+12
|\| |
| * | Cocoa: Fix minimizing/zooming frameless windows.Christoph Schleifenbaum2015-04-011-1/+14
| * | Revert "Cocoa plugin - showMaximized/showMinimized and Qt::FramelessWindowHint"Timur Pocheptsov2015-04-011-5/+2
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-28/+0
| |\|
| | * Revert "OS X: main window doesn't become key."Timur Pocheptsov2015-03-091-28/+0
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-241-3/+10
|\| |
| * | Cocoa: Don't let key events triggering input method events close dialog.Christoph Schleifenbaum2015-03-211-0/+4
| * | QCocoaWindow.mm: Avoid crash whe using native windowsFilipe Azevedo2015-03-161-3/+6
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-10/+16
|\| |
| * | Cocoa: Correct mouse event forwarding for popupsMorten Johan Sørvig2015-03-121-10/+16
* | | QCocoaWindow - fix a flag testTimur Pocheptsov2015-03-071-1/+1
* | | Cocoa integration - do not report invalid coordinatesTimur Pocheptsov2015-03-061-0/+5
|/ /
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Fix crash-on-exit when embedding QNViewMorten Johan Sørvig2015-02-121-0/+8