summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaeventdispatcher.mm
Commit message (Expand)AuthorAgeFilesLines
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-10/+0
* macOS: Clean up modal sessions after each pass of processEvents()Richard Moe Gustavsen2020-06-271-0/+5
* macOS: Clean up headersTor Arne Vestbø2020-06-051-2/+2
* macOS: Clean up header includes to use quotes or brackets as appropriateTor Arne Vestbø2020-04-151-9/+12
* QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-101-2/+20
* Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-2/+2
* Cocoa: rename IsMouseOrKeyEvent -> isUserInputEventMorten Johan Sørvig2019-10-291-36/+32
* Replace use of deprecated API in macOS event dispatchersTor Arne Vestbø2019-09-281-1/+1
* Cocoa: always send queued user input eventsMorten Johan Sørvig2019-03-211-10/+21
* macOS: Remove redundant tracking of modal sessions in QCocoaWindowTor Arne Vestbø2019-02-181-0/+5
* macOS: Modernize worksWhenModal handlingTor Arne Vestbø2019-02-181-41/+0
* macOS: Use single call site for timer processing in event dispatcherTor Arne Vestbø2018-09-061-5/+10
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-23/+23
* 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