summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Make QCocoaMenu::showPopup() more robustGabriel de Dietrich2013-01-211-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-164-8/+16
|\
| * More explicit QCocoaAccessibleElement memory mngmtMorten Johan Sorvig2013-01-094-8/+16
* | QPA, Cocoa: Add platform popup menusGabriel de Dietrich2013-01-112-1/+42
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-2/+0
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-072-9/+14
|\|
| * Cocoa: Fix zombie NSScreen crashGabriel de Dietrich2013-01-042-9/+14
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0416-61/+718
|\|
| * Cocoa: Re-enable per class palette on QPA pluginGabriel de Dietrich2012-12-241-16/+16
| * add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
| * Prevent a crash if the pixmap passed in is nullAndy Shaw2012-12-201-0/+2
| * Initalize the printinfo on Mac if it requests and it needs initalizingAndy Shaw2012-12-171-2/+4
| * Cocoa: make accessibility hit test not crashMorten Johan Sørvig2012-12-161-0/+4
| * Ensure the native filedialog starts up with the right directoryAndy Shaw2012-12-141-3/+3
| * Fix memory leak in cocoa accessibility.Morten Johan Sorvig2012-12-141-1/+1
| * Don't use NSAccessibilityUnignoredChildren.Morten Johan Sorvig2012-12-142-2/+2
| * Mac: fix bugs for font selection in QFontDialogLiang Qi2012-12-141-10/+6
| * Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-121-0/+5
| * Improve Cocoa platform plugin loading.Morten Johan Sorvig2012-12-121-7/+0
| * Partially revert e84e86dc.Morten Johan Sorvig2012-12-111-1/+1
| * Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
| * Implement Cocoa KeyMapper.Morten Johan Sorvig2012-12-076-2/+604
| * Set CGImage format when converting from QImage.Morten Johan Sorvig2012-12-071-1/+22
| * Use the "copy" blend mode for backingstore drawingMorten Johan Sorvig2012-12-071-0/+1
| * Avoid backing store color space conversions.Morten Johan Sorvig2012-12-071-1/+15
| * Update QNSView geometry on window resize.Morten Johan Sorvig2012-12-072-3/+4
| * Cocoa: fix unresponsive dialogs causes application to hangRichard Moe Gustavsen2012-12-051-8/+10
| * Ensure ctrl + click sends a right mouse button press in CocoaAndy Shaw2012-12-042-2/+15
| * Mac: fix regression to make dialog resizableLiang Qi2012-12-031-2/+2
* | Remove usage of qt_mac_get_scaleFactor() as it is no longer neededAndy Shaw2012-12-193-14/+2
|/
* Cocoa: create dialogs as NSPanelsTeemu Katajisto2012-12-011-6/+10
* Properly release pixel format and context in QCocoaGLContext.Zeno Albisser2012-12-012-0/+8
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-018-14/+86
* QWidget windows have fullscreen button by default; manual test for itShawn Rutledge2012-12-011-0/+3
* Cocoa: Disable accessibility.Morten Johan Sørvig2012-12-018-3/+28
* Cocoa: fix modal native dialogs with ongoing modal sessionsTeemu Katajisto2012-12-013-0/+13
* Cocoa: update OpenGL viewport when nsview movesRichard Moe Gustavsen2012-11-283-3/+35
* Mac: Fix wheel event handling on 10.6Liang Qi2012-11-271-5/+5
* 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
* Cocoa: QGLWidget draws wrong within QMainWindow on Mac OSRichard Moe Gustavsen2012-11-236-101/+125
* Add nsOpenGLContextForContext to QCocoaNativeInterface.Zeno Albisser2012-11-232-4/+12
* Cocoa: Fix disabled colors in paletteGabriel de Dietrich2012-11-231-1/+0
* Add WindowFullscreenButtonHint.Morten Johan Sørvig2012-11-231-5/+4
* Accessibility Mac: Return textArea as role for multi line text.Frederik Gladhorn2012-11-234-5/+8
* Cocoa: Properly set QNSView's geometry when it's a subviewGabriel de Dietrich2012-11-221-0/+3
* SIC QPrintSupport: Remove unused PPK_SuppressSystemPrintStatusJohn Layt2012-11-211-2/+0
* Use setImage workaround on all OS X versions.Morten Johan Sørvig2012-11-201-6/+3
* Compile with -no-widgets.Morten Johan Sorvig2012-11-194-49/+59
* Accessibility Mac: Implement value interfaceFrederik Gladhorn2012-11-151-1/+8