summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_win_p.h
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-251-2/+1
* QEventDispatcherWin32Private: Get rid of TimerInfo struct listMaks Naumov2020-11-261-2/+0
* QWinEventNotifier: unlink from event dispatcherAlex Trotsenko2020-11-101-13/+0
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-2/+2
* QEventDispatcherWin32: remove unused memberAlex Trotsenko2020-09-171-2/+0
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-161-3/+0
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-2/+0
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-291-1/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-061-0/+1
|\
| * QEventDispatcherWin32: fix posted events deliveringAlex Trotsenko2020-04-031-0/+1
* | QEventDispatcherWin32: unregister event notifiers on closeAlex Trotsenko2020-03-031-0/+1
|/
* QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-291-0/+2
* Remove hook handling code from QEventDispatcherWin32Joerg Bornemann2019-07-021-4/+0
* QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-251-2/+0
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-3/+4
|\
| * Make the QEventDispatcherWin32Private::interrupt flag atomicThiago Macieira2019-02-271-3/+4
* | Add missing "override" specifiersAlessandro Portale2019-02-131-17/+17
|/
* Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-261-0/+1
* Support more than 62 instances of QWinEventNotifier, take 2Joerg Bornemann2017-07-301-0/+2
* Revert "Support more than 62 instances of QWinEventNotifier"Liang Qi2017-06-281-2/+0
* Support more than 62 instances of QWinEventNotifierJoerg Bornemann2017-06-261-0/+2
* Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-031-1/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-2/+0
|\
| * QEventDispatcherWin32: remove tailings of Windows CE codeAlex Trotsenko2017-01-261-2/+0
* | QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGEFriedemann Kleint2016-10-181-0/+2
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-1/+3
| |\
| | * Improve performance of socket notifications on WinCEAlex Trotsenko2016-04-191-1/+3
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-191-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+1
|\|
| * Fix livelock at application exit if threads were runningThiago Macieira2016-02-021-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+2
|\|
| * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-051-0/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-101-1/+10
* Make the Windows qt_msectime() function return 64-bitThiago Macieira2015-07-081-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Windows: Prevent registration of timers in shutdown phasev5.4.0-rc1Kai Koehne2014-11-201-0/+1
* direct2d: Use simple event posting to avoid event queue lock upAndrew Knight2014-11-071-0/+2
* QWindowsGuiEventDispatcher: Register timers in constructor.Friedemann Kleint2014-10-151-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+4
* QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-1/+1
* Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-291-0/+1
* 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
* Add a virtual sendPostedEvents() to QEventDispatcherWin32.Friedemann Kleint2012-01-201-0/+1