summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert "Resubmit support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-221-1/+1
* | Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-211-1/+1
* | Revert "Added support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-171-1/+1
* | Added support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-161-1/+1
* | restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-101-2/+6
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | qapplication_win.cpp compile fix for Q_WS_WINCE_WMJoerg Bornemann2009-09-041-1/+0
* | Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-09-031-4/+7
|\|
| * restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-031-0/+6
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-031-5/+1
|\|
| * unneeded Q_OS_WINCE checks removedJoerg Bornemann2009-09-031-5/+1
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\|
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Implement IME reconversion on windows.Prasanth Ullattil2009-08-271-1/+24
* | unneeded WINVER check in qapplication_win.cpp removedJoerg Bornemann2009-08-251-2/+0
* | Windows compile fix for code that needs WINVER > 0x500Joerg Bornemann2009-08-241-0/+2
* | Compile after a41d614eb8afd7c1c5b95b8ac34335fc0aaf0a18Eskil Abrahamsen Blomfeldt2009-08-241-2/+1
* | Dont create native windows when setting up gestures.Denis Dzyubenko2009-08-211-63/+65
* | 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