summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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