summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMÃ¥rten Nordheim2021-03-251-1/+5
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* QWinEventNotifier: unlink from event dispatcherAlex Trotsenko2020-11-101-101/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-7/+7
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* QWinEventNotifier: reinterpret 'int signaledCount' as a 'bool signaled'Alex Trotsenko2020-09-181-2/+2
* QEventDispatcherWin32: remove unused memberAlex Trotsenko2020-09-171-1/+1
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-161-36/+12
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-9/+0
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-1/+3
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-291-76/+62
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-4/+0
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-1/+5
* QEventDispatcherWin32: relax memory ordering on setting wakeUps flagAlex Trotsenko2020-04-171-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-061-33/+49
|\
| * QEventDispatcherWin32: fix posted events deliveringAlex Trotsenko2020-04-031-33/+49
* | QEventDispatcherWin32: unregister event notifiers on closeAlex Trotsenko2020-03-031-0/+8
* | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-1/+1
* | QEventDispatcherWin32: unify input checks in {un}register...()Alex Trotsenko2019-11-131-18/+18
|/
* QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-291-32/+35
* Remove hook handling code from QEventDispatcherWin32Joerg Bornemann2019-07-021-42/+1
* Remove unused qmutexpool_p.h includesMarc Mutz2019-06-291-1/+0
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-7/+7
* QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-251-68/+56
* QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-291-3/+3
* Update outdated comment in QEventDispatcherWin32::processEventsJoerg Bornemann2019-05-231-1/+1
* Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+4
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-5/+5
|\
| * Make the QEventDispatcherWin32Private::interrupt flag atomicThiago Macieira2019-02-271-5/+5
* | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-2/+8
|/
* Windows code: Fix to prefer ranged-for, as clang-tidy advisesFriedemann Kleint2018-09-021-5/+2
* Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-021-28/+34
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-6/+6
* Windows: Fix QEventLoop::ExcludeUserInputEvents for pointer eventsFriedemann Kleint2018-08-031-13/+18
* Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-261-9/+14
* Fix QWinEventNotifier for auto-reset eventsJoerg Bornemann2017-10-151-1/+2
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+2
|\
| * QEventDispatcherWin32: Check for WM_QT_SOCKETNOTIFIER on internal window onlyFriedemann Kleint2017-07-291-1/+2
* | Support more than 62 instances of QWinEventNotifier, take 2Joerg Bornemann2017-07-301-26/+41
* | Revert "Support more than 62 instances of QWinEventNotifier"Liang Qi2017-06-281-41/+26
* | Support more than 62 instances of QWinEventNotifierJoerg Bornemann2017-06-261-26/+41
|/
* Remove some more register keywordsMarc Mutz2017-05-061-2/+2
* Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-031-16/+36
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-5/+10
|\
| * Protect better against timer ID replacementThiago Macieira2017-03-171-5/+10
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-22/+0
|\|
| * QEventDispatcherWin32: remove tailings of Windows CE codeAlex Trotsenko2017-01-261-22/+0
* | QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGEFriedemann Kleint2016-10-181-0/+7
* | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-1/+2
|/
* Clean up qwindowdefs_win.hLars Knoll2016-07-141-4/+3