summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mac: QWizard default background pixmap works againLiang Qi2013-09-262-0/+32
* Fix QT_NO_PRINTER build on MacVitalii Shastun2013-09-264-2/+10
* QCocoaApplicationDelegate: Play nice with the user's application delegateGabriel de Dietrich2013-09-251-7/+6
* Cocoa: Use internal style mask to disable resizing popup parentsGabriel de Dietrich2013-09-242-5/+10
* Remove some qBinaryFind usages from the Cocoa helpersGiuseppe D'Angelo2013-09-241-4/+4
* Merge branch 'stable' into devSergio Ahumada2013-09-212-1/+9
|\
| * Keep Cocoa screen list in sync on screen connect.Morten Johan Sørvig2013-09-172-1/+9
| * Revert recent attempt to fix Invalid Drawable error on Mac.Chris Meyer2013-09-132-7/+3
* | Revert "Fix Invalid Drawable error when using createWindowContainer on Mac."Gunnar Sletta2013-09-202-7/+3
* | Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-161-0/+1
* | Merge branch 'stable' into devSergio Ahumada2013-09-132-3/+7
|\|
| * Fix Invalid Drawable error when using createWindowContainer on Mac.Chris Meyer2013-09-102-3/+7
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-073-8/+10
|\|
| * Cocoa: Fix NSMenu popup coordinatesGabriel de Dietrich2013-09-041-0/+2
| * Cocoa: Unregister view from window's notifications onlyGabriel de Dietrich2013-09-042-8/+6
| * Fix event delivery for apps with native widgets.Morten Johan Sørvig2013-09-041-0/+1
| * OSX: clicking outside a popup: don't propagate the event elsewhereShawn Rutledge2013-09-041-0/+1
* | Remove qSort usages from the Cocoa helpersGiuseppe D'Angelo2013-09-061-1/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-273-1/+11
|\|
| * Return 1.0 for devicePixelRatio in QCocoaWindow if no valid windowDaiwei Li2013-08-231-1/+6
| * Cocoa: Fix memory leak in event dispatcherGabriel de Dietrich2013-08-221-0/+1
| * Cocoa: Bring back old exposure behavior on Mac OS X 10.6Gabriel de Dietrich2013-08-221-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-213-5/+7
|\|
| * Merge branch 'release' into stableSergio Ahumada2013-08-151-2/+1
| |\
| | * Avoid a potential crash in unignoredChildrenJan Arve Saether2013-08-091-2/+1
| * | Cocoa: bugfix mouse wheel + modifier keys not workingRichard Moe Gustavsen2013-08-151-2/+2
| * | Cocoa: Set window title after setting window flags if window has borderDaiwei Li2013-08-151-0/+3
| * | Fix QKeyEvent::isAutoRepeat on MacGatis Paeglis2013-08-141-1/+1
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-166-20/+29
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-146-20/+29
| |\| |
| | * | Cocoa: Allow to hide menu items in menubarGabriel de Dietrich2013-08-133-8/+15
| | * | Merge branch 'release' into stableSergio Ahumada2013-08-091-4/+1
| | |\|
| | | * Don't release the printer after using it to change a propertyAndy Shaw2013-08-081-4/+1
| | * | [Mac] Fix modifier reporting issue in the key eventsGatis Paeglis2013-08-081-1/+1
| | * | OSX: do not force a plain window to be on the same level as its parentShawn Rutledge2013-08-021-5/+7
| | * | Cocoa: Make sure that resizeEvent is invoked after calling resizeNils Jeisecke2013-07-301-2/+5
| | |/
* | | Add Wacom tablet support for CocoaRyohei Ikegami2013-08-162-0/+162
* | | Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-151-4/+4
* | | Change QNSView convertFromEvent: arguemnts to QPointFRyohei Ikegami2013-08-151-10/+14
|/ /
* | Cocoa: support QWheelEvent::PhaseJ-P Nurmi2013-08-091-1/+17
* | Cocoa: emit currentFontChanged signal in font dialog helperLiang Qi2013-07-311-1/+4
* | Cocoa: align font dialog helper with the color oneLiang Qi2013-07-312-121/+142
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-241-0/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-0/+5
| |\|
| | * OSX: Disable window restoration for the Mac font panelLiang Qi2013-07-171-0/+5
* | | Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
|/ /
* | Have QFileDialog use QUrl internallyKevin Ottens2013-07-182-26/+30