summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* 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-5/+1
* Disable precision timers when running MSVC2012 code on pre-Windows 8.Friedemann Kleint2013-06-041-1/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix Windows timer performance regressionJonathan Liu2012-02-161-1/+1
* Reduces compiler warnings when compiling for WEC7jaanttil2012-02-031-0/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* don't lock the global mutex if there is nothing to protectKonstantin Ritt2011-10-071-6/+0
* fix possible race conditionsKonstantin Ritt2011-10-071-1/+2
* simplify the code by using QSystemLibrary a bit smarterKonstantin Ritt2011-10-071-5/+7
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-171-4/+1
|\
| * Keep sending posted events after commit 7196045b78b33cf135683d5c0b4e164f95231791Bradley T. Hughes2011-02-141-4/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | avoid the warning about comparison between signed and unsigned integersKonstantin Ritt2010-11-301-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-14/+34
|\ \ | |/
| * Compile when USER_TIMER_MINIMUM isn't definedBradley T. Hughes2010-11-221-1/+1
| * Don't let posted events starve native dialogs (regression)Bradley T. Hughes2010-11-181-14/+34
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-16/+2
|\ \ | |/
| * Don't allow posted events to starve native messages.Bradley T. Hughes2010-10-201-16/+2
* | WM_GESTURE and WM_GESTURENOTIFY are not defined together for Windows Embedded 7Oliver Gutbrod2010-10-201-0/+2
|/
* Fix compilation on Windows CEBradley T. Hughes2010-09-081-1/+1
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-071-13/+14
|\
| * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-031-5/+5
| * Fix Qt applications freezing until mouse/keyboard events occur.Bradley T. Hughes2010-08-301-4/+9
* | fix issue wrt posted events on Windows CEJoerg Bornemann2010-06-211-1/+5
* | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+4
* | fix typosOswald Buddenhagen2010-04-201-1/+1
* | make it possible to use sse2 with mingwThierry Bastian2010-03-111-4/+4
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-201-2/+2
|\ \ | |/
| * Ensure that posted events are sent on WindowsBradley T. Hughes2010-02-191-2/+2
* | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-0/+11
|\ \ | |/
| * Ignore touch and gesture events when excluding input eventsDenis Dzyubenko2010-02-121-0/+11
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge commit 'origin/4.6'Olivier Goffart2009-12-151-0/+13
|\ \ | |/
| * Compile on Windows CE.Bradley T. Hughes2009-12-081-0/+13
* | Make sure posted events are always sent.Bradley T. Hughes2009-12-111-1/+1
* | Compile on Windows CE.Bradley T. Hughes2009-12-111-2/+13
* | Prevent posted event starvation by native Windows messagesBradley T. Hughes2009-12-101-5/+11
|/
* Fix performance regression of posted eventsBradley T. Hughes2009-11-271-29/+39
* On Windows Flash is played only while moving mouse inside the plugin.Prasanth Ullattil2009-11-251-1/+1
* Don't sendPostedEvents() twice when calling processEvents() manuallyBradley T. Hughes2009-11-161-6/+6
* Make sure posted events are always sent when calling processEvents() on Win32Bradley T. Hughes2009-11-111-0/+5
* Add error handling for SetTimer() with the sentinel timer idBradley T. Hughes2009-11-091-3/+11