summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Close ToolTips on parent window move.Morten Johan Sørvig2014-04-031-3/+5
* OSX: a window can be de-maximized by resizingShawn Rutledge2014-03-271-0/+8
* OSX: make reported window state consistent with realityShawn Rutledge2014-03-251-5/+21
* Cocoa: Fix geometry for embedded QWindows.Morten Johan Sørvig2014-03-201-0/+16
* Set unified toolbar height accurately.Morten Johan Sørvig2014-03-201-3/+34
* Cococa: Make QMacNativeWidget work again.Morten Johan Sørvig2014-03-201-1/+3
* Cocoa: call SetFrontProcess on raise()Morten Johan Sørvig2014-03-201-0/+3
* Cocoa: Set surface resolution for all GL surfacesMorten Johan Sørvig2014-03-201-1/+1
* Cocoa: Disable the zoom button when appropriateMorten Johan Sørvig2014-03-151-0/+16
* Cocoa: Fix crash when closing window from title barGabriel de Dietrich2014-03-141-0/+14
* Cocoa: Keep child NSWindow alive while it grabs the mouseGabriel de Dietrich2014-03-041-2/+20
* Cocoa: Use helper class for event handling in native windowsGabriel de Dietrich2014-03-041-95/+130
* Cocoa: Fix popup window positioning.Morten Johan Sørvig2014-02-261-3/+3
* Cocoa: Set geometry for foreign views.Morten Johan Sørvig2014-02-261-0/+3
* Cocoa: Prevent "Invalid Drawable" GL warnings.Morten Johan Sørvig2014-02-251-0/+4
* Cocoa: Bring back two-class native window systemGabriel de Dietrich2014-02-121-46/+122
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-10/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-10/+7
| |\
| | * Upgrade Window Level for stay on top widget on OS XSamuel Gaist2014-01-311-1/+1
| | * Cocoa: avoid a crash for cursor in QCocoaWindowLiang Qi2014-01-211-1/+5
| | * Cocoa: Popups should not become keyGabriel de Dietrich2014-01-161-8/+1
* | | Cocoa: Add setNSToolbar(QWindow *, NSToolBar *)Morten Johan Sørvig2014-02-101-0/+19
* | | Cocoa: Simplify native view access.Morten Johan Sørvig2014-02-081-0/+10
* | | Cocoa: Option handling.Morten Johan Sørvig2014-02-081-2/+8
* | | Cocoa: Handle gracefully closing a window without event dispatcherGabriel de Dietrich2014-02-061-4/+7
|/ /
* | Cocoa: Add improved cursor updating code path.Morten Johan Sørvig2014-02-061-5/+11
* | Cocoa: Allow frameless NSWindow child QWindowsGabriel de Dietrich2014-02-051-43/+297
* | Cocoa: Merge QNSWindow and QNSPanel, inherit NSPanelGabriel de Dietrich2014-01-311-107/+75
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+41
|\|
| * Cocoa: Add setContentBorderThickness().Morten Johan Sørvig2014-01-111-0/+41
* | OSX: support fake fullscreen and etcLiang Qi2014-01-031-4/+35
|/
* cocoa: avoid sending windowNotification to a non-QNSViewShawn Rutledge2013-12-231-4/+5
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-1/+41
|\
| * Improve expose event handling.Morten Johan Sørvig2013-12-041-1/+41
* | Clear QCocoaGLContext's m_currentWindow when window is hidden.Gunnar Sletta2013-12-051-0/+2
* | Allow resetting Qt::WindowFullscreenButtonHintZeno Albisser2013-11-271-10/+14
|/
* Handle the Qt::FramelessWindowHint correctly in CocoaAndy Shaw2013-11-211-2/+4
* Fix the window flags for Cocoa windowsAndy Shaw2013-11-161-7/+5
* Cocoa: Don't hide views when reparentingGabriel de Dietrich2013-11-051-0/+3
* Cocoa: Improve cursor setting.Morten Johan Sørvig2013-11-011-0/+19
* Cocoa: Allow popups to grab mouse and keyboardGabriel de Dietrich2013-10-181-1/+8
* Ensure that context menus show even if the window is not active on MacAndy Shaw2013-10-161-4/+13
* OS X: a dialog should always have an enabled titlebar close buttonShawn Rutledge2013-10-161-5/+11
* Cocoa: Properly unhide views after they're moved to their own windowGabriel de Dietrich2013-10-041-2/+5
* Clear m_activePopupWindow on popup close.Morten Johan Sørvig2013-09-271-7/+9
* Cocoa: Use internal style mask to disable resizing popup parentsGabriel de Dietrich2013-09-241-5/+9
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-2/+4
|\
| * Cocoa: Unregister view from window's notifications onlyGabriel de Dietrich2013-09-041-2/+3
| * Fix event delivery for apps with native widgets.Morten Johan Sørvig2013-09-041-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+6
|\|