summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-2/+2
* Cocoa: fix memory leakTeemu Katajisto2012-10-191-1/+4
* Cocoa: fix frameStrutMouseEventsRichard Moe Gustavsen2012-10-181-3/+7
* Cocoa: remove current contentView when clearing windowTeemu Katajisto2012-10-172-0/+9
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-172-4/+2
* implement QCocoaWindow::setWindowIconJoerg Bornemann2012-10-162-0/+21
* Check if there is an old item before removing itAndy Shaw2012-10-161-3/+2
* Cocoa: Set platform window geometry correctly.Morten Johan Sorvig2012-10-163-6/+26
* Cocoa: use defaultPixmap() if pixmap is not set for dragTeemu Katajisto2012-10-161-1/+5
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-162-0/+146
* Add cglContextForContext to QCocoaNativeInterface.Zeno Albisser2012-10-152-0/+27
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-152-3/+2
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-102-7/+13
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-0/+4
* Cocoa: Send keyboard modifiers with mouse events.Morten Johan Sorvig2012-10-101-1/+2
* Cocoa: add qWarnining when trying to create 0 width/height CGImagesTeemu Katajisto2012-10-083-3/+18
* Cocoa: don't animate window transitions for 0 width/height windowsTeemu Katajisto2012-10-081-0/+9
* osx: support for QScreen changes at runtime, and physical dimensionsShawn Rutledge2012-10-083-21/+101
* Expose enabled state in mac accessibility.Frederik Gladhorn2012-10-051-0/+3
* Cocoa: fix regressions in cocoa filedialog helperTeemu Katajisto2012-10-041-6/+6
* Update the window style when the modality changes on CocoaAndy Shaw2012-10-042-1/+8
* Mac: QComboBox wouldn't receive mouse events when shown within a modal dialogGabriel de Dietrich2012-10-031-0/+4
* Change Q_ASSERT to warnings and returns for the menu classesAndy Shaw2012-10-033-10/+42
* Cocoa: add missing auto release poolsRichard Moe Gustavsen2012-10-021-0/+4
* Cocoa: bugfix staysOnTopFlag in combination with transient parentRichard Moe Gustavsen2012-10-021-15/+8
* fix QWidget::setWindowFilePath on Mac OSJoerg Bornemann2012-10-022-0/+12
* Some improvements to the system Mac paletteGabriel de Dietrich2012-09-281-8/+5
* Sand box support, fix for the file dialogs.Pasi Matilainen2012-09-271-42/+45
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2274-1782/+1782
* Cocoa GL context: do not crash when closing windowsLaszlo Agocs2012-09-201-2/+2
* Load Mac specific resources when used in a static buildAndy Shaw2012-09-201-0/+7
* Introducing NoDropShadowWindowHint window flagGabriel de Dietrich2012-09-182-0/+9
* CocoaPlugin: add missing auto release poolsRichard Moe Gustavsen2012-09-122-0/+5
* CocoaPlugin: remove autoreleasepool warnings on 10.6Richard Moe Gustavsen2012-09-102-0/+3
* QWeakPointer use for tracking QObjects is deprecated.Thiago Macieira2012-09-071-2/+2
* Cleaner support for window flags in QCocoaWindowGabriel de Dietrich2012-09-032-37/+75
* Fix missing cleanup of native Cocoa menus.James Turner2012-08-282-0/+11
* OSX: Drag and Drop QMimeData.Christoph Schleifenbaum2012-08-251-4/+17
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-221-0/+3
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-215-4/+6
* Cocoa: use filterNativeEvent instead of the deprecated filterEventThiago Macieira2012-08-201-3/+3
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-035-5/+5
* Add QCocoaAutoReleasePool to QCocoaMenu::setTextMorten Johan Sorvig2012-07-271-0/+1
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-1/+1
* QTBUG-26296, dock widget movingJames Turner2012-07-234-1/+153
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-195-5/+5
* QPlatformScreen::grabWindow() support on MacTasuku Suzuki2012-07-063-1/+64
* Sync QWindow properties on NSWindow creation.Morten Johan Sorvig2012-07-051-0/+6
* Native drag implementation on MacJames Turner2012-07-044-1/+169