summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaeventdispatcher.mm
Commit message (Expand)AuthorAgeFilesLines
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-30/+30
* Cocoa: Fix crash in currentModalSession()Morten Johan Sørvig2018-03-191-0/+11
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+11
|\
| * Cocoa integration: do not use released sessionTimur Pocheptsov2017-08-291-1/+11
* | macOS: Remove workaround for queued input events to stale windowsTor Arne Vestbø2017-06-291-15/+0
* | QCocoaEventDispatcher: Remove Carbon dependencyGabriel de Dietrich2017-04-041-2/+1
|/
* Fix deprecated API usageJake Petroules2017-01-241-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+13
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+13
| |\
| | * macOS: Clear event dispatcher interrupt stateGabriel de Dietrich2016-11-081-0/+13
* | | macOS: Remove workaround for including AppKit.h with slots definedTor Arne Vestbø2016-10-131-1/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-1/+1
|\|
| * QCocoaEventDispatcher: Save interrupt state between embedded callsGabriel de Dietrich2016-10-041-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
|/
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-6/+5
* Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Cocoa: cleanup modal sessions for dialogs not run with .exec()Dyami Caliri2014-06-231-0/+3
* Cocoa: clear queued user input events when window is destroyedDyami Caliri2014-06-031-0/+15
* Cocoa: Make QMacNativeWidget event processing workMorten Johan Sørvig2014-06-031-1/+1
* Cocoa: Fix modal session cleanup.Morten Johan Sørvig2014-05-281-3/+10
* Partially revert "Cocoa: support modal windows"Morten Johan Sørvig2014-05-281-24/+12
* Revert "Cocoa: Don't stop NSApp when showing a modal dialog"Morten Johan Sørvig2014-05-281-15/+1
* Revert "Cocoa: Post event to "show()" a modal window"Morten Johan Sørvig2014-05-281-14/+11
* Cocoa: Make sure modal windows get correct geometry on showAndy Shaw2014-05-261-1/+5
* Cocoa: Post event to "show()" a modal windowGabriel de Dietrich2014-04-101-11/+14
* Cocoa: Don't stop NSApp when showing a modal dialogGabriel de Dietrich2014-03-271-1/+15
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Cocoa: Simplify native view access.Morten Johan Sørvig2014-02-081-1/+2
* Cocoa: Remove duplicate enum.Morten Johan Sørvig2014-02-081-5/+1
* Cocoa: Allow widgets to receive events event when no app is runningGabriel de Dietrich2013-09-261-2/+10
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-161-0/+1
* Cocoa: Fix memory leak in event dispatcherGabriel de Dietrich2013-08-221-0/+1
* Cocoa: Fix unresponsive main window after running more than one modal sessionGabriel de Dietrich2013-04-151-1/+4
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-18/+18
* iOS: Implement socket notifiers.Morten Johan Sørvig2013-02-271-181/+12
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-2/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
|\
| * Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-4/+4
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Cocoa: fix unresponsive dialogs causes application to hangRichard Moe Gustavsen2012-12-051-8/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Cocoa: use filterNativeEvent instead of the deprecated filterEventThiago Macieira2012-08-201-3/+3
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-1/+1
* Cocoa: re-enable getUrl: and appleEventQuit: AppleEvent handlersBradley T. Hughes2012-06-121-20/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Cocoa: support modal windowsBradley T. Hughes2012-04-251-26/+56