summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* compile fix for Win32Maurice Kalinowski2009-08-111-1/+1
* fixing the Windows CE build after adding gesture supportJoerg Bornemann2009-08-101-4/+11
* Manual mergeThomas Hartmann2009-08-101-3/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtThomas Hartmann2009-08-101-16/+16
|\
| * Compile fix on Linux.hjk2009-08-101-8/+3
| * Implemented QPinchGesture.Denis Dzyubenko2009-08-101-9/+12
* | Gesture support for Windows Mobile 6.5Thomas Hartmann2009-08-101-17/+41
|/
* Fix compile on WindowsJens Bache-Wiig2009-08-061-1/+1
* Small fix for native gestures on windows.Denis Dzyubenko2009-08-061-7/+2
* Rearranged the gesture code a bit for future native gestures on Windows.Denis Dzyubenko2009-08-061-2/+0
* Moved the native window gesture handling code to the right place.Denis Dzyubenko2009-08-041-1/+1
* Renamed internal WinGesture event to NativeGesture.Denis Dzyubenko2009-08-041-5/+5
* Remove unused gesture related defines and structuresBradley T. Hughes2009-07-211-8/+8
* Fix MinGW (g++ 3.4.5) compilation.Friedemann Kleint2009-07-171-3/+4
* fix warnings with mingwThierry Bastian2009-07-151-0/+2
* Fix warnings for mingwThierry Bastian2009-07-151-19/+23
* Build fix for mingwThierry Bastian2009-07-141-9/+8
* Tablet events get delivered to the widget where the tablet down happend.Luc Devallonne2009-07-101-2/+27
* Support Tablet coordinate on Windows with non-zero physical originLuc Devallonne2009-07-101-9/+11
* Getting rid of compiler warnings on windowsThierry Bastian2009-07-071-3/+1
* Refactored gesture apiDenis Dzyubenko2009-07-021-0/+89
* src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-294/+115
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-261-3/+16
|\
| * Improved support for DPI on Mac and Vista/7Jens Bache-Wiig2009-06-251-0/+9
| * Cannot move fixed size windows using titlebar (only on top edge)Prasanth Ullattil2009-06-251-3/+7
* | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-1/+1
* | Compile on WindowsBradley T. Hughes2009-06-231-2/+2
* | Add functions to report normalized positions in QTouchEvent::TouchPointBradley T. Hughes2009-06-231-0/+4
* | Handle the case where TOUCHINPUT id numbers are not reusedBradley T. Hughes2009-06-191-0/+8
* | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-14/+12
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
|\ \ | |/
| * Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-121-42/+42
|\ \ \ | |/ /
| * | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-37/+37
| * | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-111-5/+5
* | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-11/+11
* | | another API review round: change Q*TouchEvent size() functions to return rect...Bradley T. Hughes2009-06-111-7/+8
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-081-2/+20
|\ \ \ | |/ /
| * | Fixes anti-aliased text rendering on smartphones (Windows Mobile)Thomas Hartmann2009-06-051-0/+8
| * | Fix for Qt issue #218037 - Add support for the WM_MOUSEHWHEEL message on Windowsminiak2009-06-051-2/+12
* | | Fix raw translation on WindowsBradley T. Hughes2009-06-081-5/+3
* | | Compile on Windows againBradley T. Hughes2009-06-081-35/+16
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-051-1/+5
|\ \ \ | |/ /
| * | force activation of minimized windows on Windows mobileJoerg Bornemann2009-06-031-1/+5
* | | Add support for touch point contact areaBradley T. Hughes2009-06-031-0/+7
* | | Update to the latest Windows 7 touch APIBradley T. Hughes2009-06-031-8/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-291-16/+19
|\ \ \ | |/ /
| * | improved string operations all over the placeThierry Bastian2009-05-281-2/+2