summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaeventdispatcher.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-0/+13
|\
| * Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+13
* | Cocoa: allow timer activation to recurseBradley T. Hughes2012-04-171-19/+53
|/
* Cocoa: initialize QCocoaEventDispacherPrivate::lastSerialBradley T. Hughes2012-03-261-0/+1
* Ensure that posted events are sent by Q*Application::processEvents()Bradley T. Hughes2012-02-071-0/+9
* processEvents(WaitForMoreEvents) should return after delivering eventsBradley T. Hughes2012-02-031-11/+25
* Remove duplicated function from QCocoaEventDispatcherBradley T. Hughes2012-02-021-23/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Change QCocoaEventDispatcher timer handling to use QTimerInfoListBradley T. Hughes2012-01-091-89/+93
* QCocoaEventDispatcherPrivate members should not be staticBradley T. Hughes2012-01-051-48/+40