summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix ignoring close events on OSXJosh Faust2013-04-261-2/+4
* Don't use the SubWindow flag for windows embedded in foreign windowsShawn Rutledge2013-04-261-2/+9
* Cocoa: Fix disabled minimize button on main windowsGabriel de Dietrich2013-04-231-1/+1
* Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-231-0/+18
* Revert "Don't warn on 0x0 sized windows."Morten Johan Sørvig2013-04-221-1/+1
* Cocoa: Disable QTBUG-30266 hack in full screenGabriel de Dietrich2013-04-191-1/+10
* Cocoa: Make sure no invisible proxy icon button is createdGabriel de Dietrich2013-04-161-0/+2
* Don't warn on 0x0 sized windows.Morten Johan Sørvig2013-04-151-1/+1
* Cocoa: Enable touch on 0->1 counter transition.Morten Johan Sørvig2013-04-151-1/+1
* OSX window: set QWindow geometry after native window is createdShawn Rutledge2013-04-091-2/+1
* Mac: a dialog should have a titlebar by defaultShawn Rutledge2013-04-081-2/+5
* Cocoa: Make touch events work again.Morten Johan Sørvig2013-03-261-0/+10
* Cocoa: Correct enter/leave event handling.Morten Johan Sørvig2013-03-261-0/+15
* Call [m_qtView hasMask]Morten Johan Sørvig2013-03-241-1/+1
* Implement [QNSView isOpaque]Morten Johan Sørvig2013-03-221-11/+10
* window should not be resizable while its transient popup is openShawn Rutledge2013-03-211-4/+11
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-4/+29
|\
| * OSX: obey the Qt::WindowTransparentForInput flagShawn Rutledge2013-03-191-0/+2
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-1/+0
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-6/+33
| |\ \
| * | | Make toplevel transparent windows work on Mac OS XGunnar Sletta2013-02-231-4/+20
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-5/+10
| |\ \ \
| * \ \ \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
| |\ \ \ \
| * | | | | Implement focus handling of child windows for cocoa.Gunnar Sletta2013-01-231-0/+7
* | | | | | Set StyleMask to NSBorderless if FramelessWindowHint is set.Irfan Omair2013-03-141-1/+1
* | | | | | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-03-081-5/+28
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Cocoa: Improve expose event handling.Morten Johan Sørvig2013-03-061-5/+28
| | |_|/ / | |/| | |
* | | | | Cocoa: Don't send duplicate mouse move events.Morten Johan Sørvig2013-03-011-1/+0
| |_|_|/ |/| | |
* | | | Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-1/+7
* | | | QCococaWindow: Add NSView hosting support.Morten Johan Sørvig2013-02-231-4/+18
* | | | Cocoa: Add basic support for Qt::SubWindow.Morten Johan Sørvig2013-02-221-1/+8
|/ / /
* | | Fix devicePixelRatio getter for embedded QWindows.Morten Johan Sørvig2013-02-111-3/+1
* | | Cocoa: Make tool window receive mouse events also when its parent is modalGabriel de Dietrich2013-02-081-2/+4
* | | Mac: make windows not restorable on 10.7 and laterLiang Qi2013-01-291-0/+5
| |/ |/|
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
|/
* Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-121-0/+5
* Update QNSView geometry on window resize.Morten Johan Sorvig2012-12-071-3/+1
* Mac: fix regression to make dialog resizableLiang Qi2012-12-031-2/+2