summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Return 1.0 for devicePixelRatio in QCocoaWindow if no valid windowDaiwei Li2013-08-231-1/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-0/+3
|\|
| * Cocoa: Set window title after setting window flags if window has borderDaiwei Li2013-08-151-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-7/+12
|\|
| * OSX: do not force a plain window to be on the same level as its parentShawn Rutledge2013-08-021-5/+7
| * Cocoa: Make sure that resizeEvent is invoked after calling resizeNils Jeisecke2013-07-301-2/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-0/+2
|\|
| * Mac/XCB/Windows: Fix initial setting of window icons.Friedemann Kleint2013-06-261-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-1/+7
|\|
| * Cocoa: Make QWidget::showNormal() work on minimized windowsGabriel de Dietrich2013-06-121-1/+1
| * Cocoa: Make sure we update internal window fullscreen stateGabriel de Dietrich2013-06-121-0/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-9/+13
|\|
| * QMenu: Remove last references to QMacWindowFaderGabriel de Dietrich2013-05-301-0/+3
| * Fix transparent toplevels on Mac OS X again..Gunnar Sletta2013-05-281-0/+5
| * Fix crash in QCococaWindow::childWindowAt().Friedemann Kleint2013-05-231-9/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-11/+42
|\|
| * Cocoa: Amend 5d07a4d9448f60 to avoid an assert in QWidget::mapTo()Gabriel de Dietrich2013-05-231-1/+2
| * Process initial expose events immediately.Morten Johan Sørvig2013-05-231-0/+1
| * Cocoa: Make sure main window gets focus after closing modal dialogGabriel de Dietrich2013-05-231-3/+15
| * A Dialog should not hide when the application is deactivatedShawn Rutledge2013-05-231-1/+3
| * Ignore mouse enter/leave on non-exposed windowsShawn Rutledge2013-05-221-1/+2
| * Prevent windows from jumping when changing geometry on OS XTor Arne Vestbø2013-05-151-2/+1
| * Cocoa: Fix Open GL resolution in high-dpiGabriel de Dietrich2013-05-151-0/+10
| * Revert "OSX: obey the Qt::WindowTransparentForInput flag"Gabriel de Dietrich2013-05-081-2/+0
| * Cocoa: Add support for ForeignWindow window typeGabriel de Dietrich2013-05-081-2/+9