summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Doc: Fixing typoSergio Ahumada2010-11-161-2/+2
* 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
* | Fix some #ifdefs to compile for a specific combination of featuress that was ...Trever Fischer2010-08-111-0/+6
* | Windows mobile: the [X] button in the taskbar minimizes the widgetJoerg Bornemann2010-07-161-1/+1
* | Improved a bit detection of a touch screen on Windows.Denis Dzyubenko2010-07-011-1/+6
* | 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/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
* | 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
* | Made native Pan gesture work on Windows.Denis Dzyubenko2009-11-031-18/+18
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-281-0/+2
|\ \
| * \ Merge branch '4.5' into 4.6Thiago Macieira2009-10-231-0/+2
| |\ \ | | |/
| | * move default QAbstractButton font setup on Win mobile to QApplicationJoerg Bornemann2009-10-221-0/+2
| | * restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-101-2/+6
| | * Update license headers again.Jason McDonald2009-09-081-4/+4
* | | Remove workarounds for Win32 event dispatcher bugsBradley T. Hughes2009-10-201-2/+0
|/ /
* | crash fix on WinCE without gesture supportMaurice Kalinowski2009-10-131-3/+6
* | A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-21/+18
* | Fix compile errors on mingw (The version supplied with Qt 4.5)Prasanth Ullattil2009-10-081-1/+4
* | fix minimizing for Windows CE and Windows mobileJoerg Bornemann2009-10-011-5/+14
* | Fix duplicate key events from extended media keys on WindowsJens Bache-Wiig2009-09-091-61/+0
* | Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-221-1/+1