summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\
| * Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-1/+2
|\|
| * QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-1/+2
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-6/+6
|\|
| * Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-6/+6
| |\
| | * move ENDSESSION_* compat defines to before they are actually usedRolf Eike Beer2019-06-131-6/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-6/+9
|\| |
| * | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-6/+0
| |/
| * Windows: Add debug output for message WM_DPICHANGEDFriedemann Kleint2019-05-081-0/+9
|/
* QtCore/Windows: Output unknown messages in hex in the debug operator for MSGFriedemann Kleint2018-11-011-1/+1
* QtCore/Windows: Add pointer messages to the debug operator for MSGFriedemann Kleint2018-10-311-0/+17
* Make qcoreapplication_win compile in mingw g++ 8.2Mårten Nordheim2018-08-061-2/+2
* Windows: Refactor the debug operator for the MSG message structFriedemann Kleint2018-08-031-388/+254
* Rework qAppFileName() on MS-Win to handle problems gracefullyEdward Welbourne2017-07-251-35/+25
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-27/+0
|\
| * QtCore & winmain: Remove dead codeThiago Macieira2017-01-311-27/+0
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-19/+0
* | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-121-0/+68
|/
* Clean up qwindowdefs_win.hLars Knoll2016-07-141-0/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-22/+33
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-26/+33
| |\
| | * winrt: Fix potential crash in QCoreApplicationMaurice Kalinowski2016-06-131-26/+33
* | | Remove Windows CE vestigesJoerg Bornemann2016-06-021-5/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-2/+2
|\| |
| * | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-2/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-29/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [kernel]Marc Mutz2016-01-121-1/+1
|/
* qcoreapplication_win.cpp: Correct FIXME comment on qWinMain().Friedemann Kleint2015-11-021-3/+4
* Rework WinRT timer handlingOliver Wolff2015-04-201-22/+24
* QCoreApplication (Windows): migrate to QString::(v)asprintfMarc Mutz2015-02-121-25/+24
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Windows: Use WinAPI CommandLineToArgvW() to create argv from command line.Friedemann Kleint2014-05-151-6/+24
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-10-251-0/+5
* Port of Qt 4's Windows session managementSamuel Gaist2013-09-211-0/+19
* WinRT: Basic global supportAndrew Knight2013-09-201-0/+16
* Windows logging: Fix check for console applications.Friedemann Kleint2013-09-091-2/+0
* add QCoreApplication to bootstrap libOswald Buddenhagen2013-03-141-1/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Kernel: Fix gcc warning about narrowing conversionKai Koehne2012-09-131-1/+1
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-241-15/+0
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-211-43/+0
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-201-6/+0
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-9/+8
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* Allow customization of qDebug output at runtimeKai Koehne2012-02-091-12/+12