summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cocoa: don't animate window transitions for 0 width/height windowsTeemu Katajisto2012-10-081-0/+9
* Update the window style when the modality changes on CocoaAndy Shaw2012-10-041-1/+7
* Mac: QComboBox wouldn't receive mouse events when shown within a modal dialogGabriel de Dietrich2012-10-031-0/+4
* Cocoa: bugfix staysOnTopFlag in combination with transient parentRichard Moe Gustavsen2012-10-021-15/+8
* fix QWidget::setWindowFilePath on Mac OSJoerg Bornemann2012-10-021-0/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Introducing NoDropShadowWindowHint window flagGabriel de Dietrich2012-09-181-0/+8
* CocoaPlugin: remove autoreleasepool warnings on 10.6Richard Moe Gustavsen2012-09-101-0/+2
* Cleaner support for window flags in QCocoaWindowGabriel de Dietrich2012-09-031-36/+71
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* QTBUG-26296, dock widget movingJames Turner2012-07-231-1/+111
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Sync QWindow properties on NSWindow creation.Morten Johan Sorvig2012-07-051-0/+6
* Cocoa: Fix size hint and resize increment setting.Morten Johan Sorvig2012-07-041-4/+16
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Make popup windows show on the correct desktop.Morten Johan Sorvig2012-05-301-0/+7
* Cocoa implementation of QPA menu interface.James Turner2012-05-191-0/+14
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Cocoa: Fix beep-on-show for Creator menus.Morten Johan Sorvig2012-04-301-30/+20
* Cocoa: support modal windowsBradley T. Hughes2012-04-251-5/+38
* Implement QCocoaWindow::setWindowState.Morten Johan Sorvig2012-04-201-21/+65
* Add QPlatformWindow::setWindowModified(bool)Bradley T. Hughes2012-04-171-0/+7
* Fix tst_QDialog::deleteInExec() crash on Mac OS XBradley T. Hughes2012-04-171-1/+0
* Cocoa: set window levels when creating NSWindow/NSPanelBradley T. Hughes2012-03-301-0/+27
* Cocoa: don't call non-existent NSWindow setFrameSizeBradley T. Hughes2012-03-301-1/+2
* Cocoa: silence warning about QCocoaWindow member initialization orderBradley T. Hughes2012-03-271-1/+1
* Cocoa: QCocoaWindow::clearNSWindow() needs to cleanup properlyBradley T. Hughes2012-03-261-1/+3
* Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-261-2/+6