summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Windows: Prevent registration of timers in shutdown phasev5.4.0-rc1Kai Koehne2014-11-201-2/+10
* direct2d: Use simple event posting to avoid event queue lock upAndrew Knight2014-11-071-20/+37
* QWindowsGuiEventDispatcher: Register timers in constructor.Friedemann Kleint2014-10-151-5/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Improve checking for event/socket notifiers and timersJonathan Liu2014-09-231-3/+9
* Print the reason why SetWindowsHookEx failed.Sérgio Martins2014-06-231-1/+3
* QEventDispatcherWin32: Use a shared class name for the message window.Friedemann Kleint2014-06-191-9/+45
* Revert "fix build for MSVC 2010"Joerg Bornemann2014-05-151-2/+2
* fix build for MSVC 2010Joerg Bornemann2014-04-071-2/+2
* Windows XP target support for MSVC >= 2012Joerg Bornemann2014-04-031-2/+2
* Use correct mask constant in the Windows event dispatcher.Friedemann Kleint2013-08-201-1/+14
* Revert "Disable precision timers when running MSVC2012 code on pre-Windows 8."Friedemann Kleint2013-08-201-8/+0
* Disable precision timers when running MSVC2012 code on pre-Windows 8.Friedemann Kleint2013-05-301-0/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-1/+1
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+1
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* fix QT_{BEGIN,END}_INCLUDE_NAMESPACE mixupOswald Buddenhagen2012-09-041-0/+2
* Compile without the deprecated filterEvent functionThiago Macieira2012-08-231-1/+1
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-011-4/+11
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-241-3/+3
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-201-1/+1
* Fix some gcc warningsKonstantin Ritt2012-06-011-4/+4
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+39
* 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-2/+8
* QEventDispatcherWin32's internal Window should be a Message-Only WindowDebao Zhang2012-01-131-1/+6
* Remove win*Message() exported functionsBradley T. Hughes2012-01-101-20/+0
* Use Qt::TimerType on Windows when starting timersBradley T. Hughes2012-01-101-10/+13
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-041-6/+2
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-2/+3
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-011-1/+1
* qeventdispatcher_win: Fix warnings about QAtomicInt.Friedemann Kleint2011-11-011-2/+2
* QEventDispatcherWin32: Remove hook to dispatch GUI events.Friedemann Kleint2011-06-301-6/+0
* Pass process event flags to QEventDispatcherWin32.Friedemann Kleint2011-06-231-2/+2
* Add QGuiEventDispatcherWin32.Friedemann Kleint2011-06-221-0/+6
* Declaration of QEventDispatcherWin32Private in private header fileOlli Werwolff2011-05-261-68/+4
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-241-1/+1
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1158