summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Windows: Add missing colors to tooltip palette.Friedemann Kleint2014-05-091-0/+4
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* MinGW: Fix warnings about assigned but not used variables.Friedemann Kleint2013-11-181-1/+0
* Windows: Fix tablet position in relative (mouse) mode.Arthur Krebsbach2013-10-161-5/+37
* To support QT_NO_IM on Linux/Windows/MacJing Bai2013-01-211-1/+18
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Windows: Fix uic3 autotest.Friedemann Kleint2012-06-021-2/+4
* Widget created with type to Qt::ToolTip should have a drop shadowKatja2012-04-121-1/+1
* Fixed qapplication_win.cpp build for WinCEjaanttil2012-01-311-1/+1
* Build fix to qapplication_win.cpp when QT_NO_GESTURES is usedjaanttil2012-01-311-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch '4.8-upstream' into master-waterWater-Team2011-10-071-6/+7
|\
| * Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)miniak2011-10-061-6/+7
* | fix possible race conditionsKonstantin Ritt2011-10-071-6/+6
* | simplify the code by using QSystemLibrary a bit smarterKonstantin Ritt2011-10-071-29/+12
|/
* Add a QApplication::queryKeyboardModifiers() method.David Faure2011-08-171-0/+5
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Compile on WindowsEskil Abrahamsen Blomfeldt2011-05-041-1/+1
* Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-031-1/+12
* Merge branch 'master-upstream'Thierry Bastian2011-04-191-9/+25
|\
| * Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-091-9/+25
| |\
| | * [QTBUG-15278] QWidget::windowState gets out of sync (Aero Snap)Arnold Konrad2011-04-081-9/+25
* | | Fixed regression where AT client did not always announce stuff properly.Jan-Arve Sæther2011-03-291-1/+6
|/ /
* | 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-2/+2
|\ \ | |/
| * Doc: Fixing typoSergio Ahumada2010-11-161-2/+2
* | qt_reg_winclass(): use RegisterClassEx() to load the small IDI_ICON1 icon cor...miniak2010-11-231-1/+19
* | defines GID_* for Windows Embedded 7Oliver Gutbrod2010-10-201-1/+14
* | Compile fixes for mingwPrasanth Ullattil2010-10-071-3/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-20/+18
|\ \ | |/
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-071-20/+18
| |\
| | * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-031-20/+18
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-0/+6
|\ \ \ | |/ /
| * | Fix some #ifdefs to compile for a specific combination of featuress that was ...Trever Fischer2010-08-111-0/+6
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-1/+1
|\ \ \ | |/ /
| * | Windows mobile: the [X] button in the taskbar minimizes the widgetJoerg Bornemann2010-07-161-1/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-151-1/+6
|\ \ \ | |/ /
| * | Improved a bit detection of a touch screen on Windows.Denis Dzyubenko2010-07-011-1/+6
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-07-061-8/+17
|\ \ \
| * | | QGLPixelBuffer should not rely on temporary QGLWidgets.Trond Kjernåsen2010-07-051-8/+17
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-35/+26
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | No more enter & leave events after a popup menu is closed on WindowsPrasanth Ullattil2010-06-241-3/+20
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-201-0/+3
| |\ \ | | |/
| | * Fixed device context leak in QGLWidget on Windows.Kim Motoyoshi Kalland2010-06-181-0/+3
| * | Fixed a broken merge.Denis Dzyubenko2010-06-111-1/+0
| * | Changed the way we detect touch screen on Windows.Denis Dzyubenko2010-06-111-32/+4