summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qwidget_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-071-3/+3
|\
| * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-031-3/+3
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-2/+2
* | Windows mobile: hide [X] button in task bar on unmaximizeJoerg Bornemann2010-07-161-0/+1
* | Fix regression in popup behavior on WindowsJens Bache-Wiig2010-06-091-1/+1
* | Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-111-0/+1
* | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-141-0/+5
|\ \
| * | Skip definition of wintab functions in case of QT_NO_TABLETEVENT.Mirko Damiani2010-05-121-0/+5
* | | Don't initialize Wintab if QT_NO_TABLETEVENT is defined.Mirko Damiani2010-05-061-0/+2
|/ /
* | make it possible to use sse2 with mingwThierry Bastian2010-03-111-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-071-0/+2
|\ \ | |/
| * Dont use gestures if there is no touch screen.Denis Dzyubenko2010-03-041-0/+2
* | Revised fix for system tray popup activationJens Bache-Wiig2010-02-051-1/+4
* | Always activate popup windows on showJens Bache-Wiig2010-02-041-0/+2
* | Qt applications not responding to WM_GETHOTKEY on windows.Prasanth Ullattil2010-02-031-0/+16
|/
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Dont set DontCreateNativeAncestors attribute.Denis Dzyubenko2009-11-091-1/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Bradley T. Hughes2009-11-091-2/+19
|\
| * fix QWizard issues on Windows CEJoerg Bornemann2009-11-061-0/+7
| * compilefixes for qfeaturesThomas Hartmann2009-11-061-2/+12
* | Added a -no-native-gestures option for configure.exeDenis Dzyubenko2009-11-061-0/+2
* | Dont create native winid when not required.Denis Dzyubenko2009-11-061-3/+8
|/
* Made native Pan gesture work on Windows.Denis Dzyubenko2009-11-031-1/+3
* Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-031-11/+0
* Merge branch '4.6' into 4.6-platformDenis Dzyubenko2009-10-261-0/+4
|\
| * QT_NO_CURSOR build fix on windows. Random corrections for it on mac.Jocelyn Turcotte2009-10-231-0/+4
* | Remove internal widgets from QApplication::topLevelWidgets()Prasanth Ullattil2009-10-231-0/+3
|/
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-17/+12
* remove unused member from QWidgetData on Windows CEJoerg Bornemann2009-10-011-1/+1
* * QPixmap: Add toWinHICON() & fromWinHICON() methodminiak2009-09-221-35/+1
* QCursor support for Symbian OSShane Kearns2009-09-151-2/+0
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Improved the gesture api.Denis Dzyubenko2009-09-031-21/+7
* 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
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-2/+2
|\ \
| * \ Merge commit 'qt-kinetic/kinetic-graphicseffect'Bjørn Erik Nilsen2009-08-211-2/+2
| |\ \
| | * \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-211-2/+0
| | |\ \
| | * | | Fix the most obvious rendering bugs when applying an effect to QWidget.Bjørn Erik Nilsen2009-08-201-2/+2
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-211-5/+18
|\ \ \ \ \ | |/ / / /
| * | | | Fixed gesture handling on Windows when there are no alien widgetsDenis Dzyubenko2009-08-211-4/+13
| * | | | Dont create native windows when setting up gestures.Denis Dzyubenko2009-08-211-1/+5
| | |/ / | |/| |
* | | | Merge commit 'qt/master'Jason Barron2009-08-201-2/+0
|\ \ \ \ | |/ / /
| * | | Dont create native window handles when setting up gestures.Denis Dzyubenko2009-08-201-2/+0
| |/ /
* | | Merge commit 'qt/master'Jason Barron2009-08-131-14/+28
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| * | Implemented QPinchGesture.Denis Dzyubenko2009-08-101-13/+27