summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-167-6/+62
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-057-6/+62
| |\
| | * Revert "Cocoa (OpenGL): If no view is attached, makeCurrent() should return f...Morten Johan Sørvig2013-12-041-2/+0
| | * Improve expose event handling.Morten Johan Sørvig2013-12-043-4/+48
| | * Cocoa: Mouse enter events on window activation.Christoph Schleifenbaum2013-12-033-0/+14
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-056-27/+68
|\| |
| * | Clear QCocoaGLContext's m_currentWindow when window is hidden.Gunnar Sletta2013-12-053-0/+14
| * | Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-2/+1
| * | Respect the custom paper size settings on MacAndy Shaw2013-12-032-25/+53
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-295-13/+27
|\| |
| * | Cocoa: avoid a crash in QCocoaDragLiang Qi2013-11-292-1/+8
| * | Allow resetting Qt::WindowFullscreenButtonHintZeno Albisser2013-11-271-10/+14
| * | QCocoaFileDialogHelper: Cache directory until delegate has been createdGabriel de Dietrich2013-11-272-2/+5
* | | cocoa: Use swapInterval from QSurfaceFormatLaszlo Agocs2013-11-291-1/+1
|/ /
* | Fix compiler warnings.Erik Verbruggen2013-11-261-3/+4
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-262-2/+5
|\|
| * Handle the Qt::FramelessWindowHint correctly in CocoaAndy Shaw2013-11-211-2/+4
| * Fix crash regression for ApplicationWindow on MacJens Bache-Wiig2013-11-211-0/+1
* | Remove empty QAccessible2 headerFrederik Gladhorn2013-11-203-5/+3
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-204-9/+146
|\|
| * Fix the window flags for Cocoa windowsAndy Shaw2013-11-161-7/+5
| * Fix compiler warning for cast from int to id.Erik Verbruggen2013-11-151-2/+2
| * Remove stray debug outputLars Knoll2013-11-151-1/+0
| * Update QSurfaceFormat when creating a GL context in the cocoa qpaSean Harmer2013-11-142-0/+140
* | Keep the dockwidget with the mouse when moving to another screenAndy Shaw2013-11-201-1/+11
|/
* Cocoa File Dialog: Remove sandbox-ufriendly file system watcherGabriel de Dietrich2013-11-081-44/+49
* Cocoa: fix a crash in QCocoaFileDialogHelperLiang Qi2013-11-081-1/+1
* Cocoa (OpenGL): If no view is attached, makeCurrent() should return falseGabriel de Dietrich2013-11-051-0/+2
* Cocoa: Don't hide views when reparentingGabriel de Dietrich2013-11-051-0/+3
* Remove Q_INIT_RESOURCE_EXTERNTor Arne Vestbø2013-11-051-1/+0
* Cocoa: Improve cursor setting.Morten Johan Sørvig2013-11-015-44/+88
* Mac: Modify Qt::SizeAllCursor to look like arrowsKari P2013-10-313-3/+3
* Different native Cocoa menu fixes.Christoph Schleifenbaum2013-10-292-11/+19
* Cocoa: Fix mouse event coordinates transform to window spaceGabriel de Dietrich2013-10-291-22/+21
* Fix compile warnings on 10.6Morten Johan Sorvig2013-10-253-0/+3
* Accessibility: Make it possible to send events with no QObjectFrederik Gladhorn2013-10-251-7/+3
* Cocoa: Allow popups to grab mouse and keyboardGabriel de Dietrich2013-10-182-1/+9
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+96
* Ensure that context menus show even if the window is not active on MacAndy Shaw2013-10-162-4/+14
* OS X: a dialog should always have an enabled titlebar close buttonShawn Rutledge2013-10-161-5/+11
* Cocoa: Deliver key event to top-level QWidgetWindowGabriel de Dietrich2013-10-161-12/+21
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Fix QScreen::grabWindow for multiple screens on MacAndy Shaw2013-10-071-1/+2
* Cocoa: Properly unhide views after they're moved to their own windowGabriel de Dietrich2013-10-041-2/+5
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-5/+3
* Fix regression in trackpad scroll event handling.Morten Johan Sørvig2013-09-271-10/+11
* Clear m_activePopupWindow on popup close.Morten Johan Sørvig2013-09-271-7/+9
* Cocoa: Allow widgets to receive events event when no app is runningGabriel de Dietrich2013-09-262-2/+11
* QCocoaBackingStore: Initialize non-opaque images with transparent colorGabriel de Dietrich2013-09-261-0/+2
* [QNSView viewWillMoveToWindow:] remove observer from previous windowShawn Rutledge2013-09-261-2/+2