summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cocoa: create dialogs as NSPanelsTeemu Katajisto2012-12-011-6/+10
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-0/+15
* QWidget windows have fullscreen button by default; manual test for itShawn Rutledge2012-12-011-0/+3
* Cocoa: Make sure non windowed QCocoaWindows hide their content viewsGabriel de Dietrich2012-11-231-0/+4
* Cocoa: Make sure child windows' QNSView is properly releasedGabriel de Dietrich2012-11-231-0/+2
* Add WindowFullscreenButtonHint.Morten Johan Sørvig2012-11-231-5/+4
* Cocoa: Properly set QNSView's geometry when it's a subviewGabriel de Dietrich2012-11-221-0/+3
* Cocoa: fix window focus lost when opening comboboxRichard Moe Gustavsen2012-11-121-6/+4
* Prevent frame notifications going out when the content view is setAndy Shaw2012-11-081-0/+2
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-17/+17
* Cocoa: fix memory leaksTeemu Katajisto2012-11-061-2/+6
* Mac: Add support for WindowMasks platform capabilityGabriel de Dietrich2012-11-021-0/+10
* Cocoa: Disable touch events.Morten Johan Sorvig2012-10-301-5/+0
* Cocoa: remove current contentView when clearing windowTeemu Katajisto2012-10-171-0/+1
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-171-3/+1
* implement QCocoaWindow::setWindowIconJoerg Bornemann2012-10-161-0/+20
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-151-2/+1
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-3/+6