summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote branch 'origin/master'Olivier Goffart2010-06-151-2/+15
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-1/+1
| |\ \ | | |/
| | * Windows CE: missing null check added in qapplication_win.cppJoerg Bornemann2010-06-021-1/+1
| * | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-1/+14
* | | Qt now really unloads plugins and libraries when exiting an appThierry Bastian2010-06-041-9/+5
|/ /
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-1/+1
|\ \ | |/
| * Windows CE: fix multiple QAction::triggered() signalsJoerg Bornemann2010-05-071-1/+1
* | Propagate LocaleChange event from application to widgets.Denis Dzyubenko2010-05-031-0/+2
* | ScrollBar width not updated dynamically on Windows.Prasanth Ullattil2010-04-201-0/+25
* | Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-241-1/+1
|\ \
| * | compile fix for mingw (also removes some warnings)Thierry Bastian2010-03-231-1/+1
* | | After showing modal windows, WM_LBUTTONUP for double click is ignored.Prasanth Ullattil2010-03-231-0/+4
|/ /
* | make it possible to use sse2 with mingwThierry Bastian2010-03-111-3/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-0/+37
|\ \ | |/
| * Dont use gestures if there is no touch screen.Denis Dzyubenko2010-03-041-0/+35
| * handle WM_GESTURE events on WinCE, only if QT_WINCE_GESTURES is definedJoerg Bornemann2010-03-011-0/+2
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-0/+5
|\ \ | |/
| * fix crash on Windows CE on WM_SETTINGCHANGEJoerg Bornemann2010-02-221-0/+5
* | Incorrect mouse coordinates used when compressing WM_MOUSEMOVE messages.Prasanth Ullattil2010-02-171-1/+4
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-131-0/+11
|\ \ | |/ |/|
| * Wrong cursor shown by the parent window after setOverrideCursor().Prasanth Ullattil2010-02-111-0/+11
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Kim Motoyoshi Kalland2010-02-091-9/+19
|\ \ | |/ |/|
| * Fixed bug where GL widget was not fully updated on Vista.Kim Motoyoshi Kalland2010-02-041-9/+19
* | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Fix the tablet device recognition on WindowsBenjamin Poulain2009-11-251-84/+115
* | Added a -no-native-gestures option for configure.exeDenis Dzyubenko2009-11-061-0/+2