summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Compile on Windows CE.Bradley T. Hughes2009-12-081-0/+13
* 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
* | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-56/+33
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Fix for Qt issue #218037 - Add support for the WM_MOUSEHWHEEL message on Windowsminiak2009-06-051-1/+2
* | Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-251-7/+0
|/
* Javascript: When there is javascript running then it will spin the CPU at 100%Bradley T. Hughes2009-04-081-3/+12
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+1076