summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Keep sending posted events after commit 7196045b78b33cf135683d5c0b4e164f95231791Bradley T. Hughes2011-02-141-4/+1
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* 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
* Don't allow posted events to starve native messages.Bradley T. Hughes2010-10-201-16/+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
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-061-5/+6
|\
| * Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-061-2/+2
| |\
| | * fix painting on Windows CEMaurice Kalinowski2009-11-061-2/+2
| * | Move the check for HWND to be right after the CreateWindow() callAndy Shaw2009-11-061-3/+4
| |/
* | Raise the limit for _not_ using multimedia timers to 20msKai Koehne2009-11-041-1/+1
|/
* Don't stop event processing at the second WM_QT_SENDPOSTEDEVENTSBradley T. Hughes2009-10-281-3/+7
* Compile on Windows when QS_RAWINPUT is not defined.Bradley T. Hughes2009-10-211-1/+4
* Use GetStatusQueue() to look for timer and input messagesBradley T. Hughes2009-10-211-2/+1
* Send posted events in response to WM_QT_SENDPOSTEDEVENTSBradley T. Hughes2009-10-201-84/+94
* The threshold for system basic timers has changed on windowsThierry Bastian2009-10-061-0/+4
* Use multimedia timers on Windows for timers less than 16msBradley T. Hughes2009-10-021-1/+1
* QEventLoop::ExcludeUserInputEvents should not allow the user to close the windowBradley T. Hughes2009-09-281-1/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Fix a crash in the Win32 event dispatcherBradley T. Hughes2009-09-071-0/+2
* Fix tst_QTimer::moveToThread() on WindowsBradley T. Hughes2009-09-041-5/+5
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-1/+1