summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowswindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-6/+11
|\
| * Windows: Force toplevel flag in setParent() in both cases.Friedemann Kleint2013-01-151-6/+11
* | Fix frame of Aero-Style wizards.Friedemann Kleint2013-01-091-16/+82
* | Add API dealing with QMargins to QRect.Friedemann Kleint2013-01-071-1/+1
|/
* Windows: Remove warning when creating QWindowJonathan Liu2012-12-171-1/+0
* Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-2/+16
* Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-121-0/+3
* Fix touch event handling for WindowsOliver Wolff2012-11-271-0/+4
* Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos().Samuel Rødal2012-11-271-1/+1
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-5/+5
* Fix crash when handling WM_PAINT during COM operationsMiikka Heikkinen2012-10-251-2/+4
* Fix compilation with MinGW-w64Jonathan Liu2012-10-171-2/+2
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-171-2/+1
* Implement setWindowIcon() for Windows.Miikka Heikkinen2012-10-161-3/+36
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-151-2/+1
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-7/+9
* Windows: Filter out events sent during DestroyWindow().Friedemann Kleint2012-10-101-1/+2
* Fix wheel events in WindowsMiikka Heikkinen2012-10-101-0/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-181-0/+16
* Fix repaint issue when resizing a window in WindowsMiikka Heikkinen2012-09-141-12/+3
* Windows: Implement automatic mouse capture in QPA.Friedemann Kleint2012-09-101-19/+20
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-5/+5
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-5/+5
* Fix Windows platform plugin narrowing conversion compile errorsJonathan Liu2012-09-051-1/+1
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-201-0/+16
* Fix setParent_sys() to use native methods when checking for toplevelMiikka Heikkinen2012-08-171-1/+8
* Fix GDI object leakMiikka Heikkinen2012-08-171-1/+1
* Use native handles for parent change check in QWindowsWindow.Miikka Heikkinen2012-08-091-13/+17
* fix maximize -> fullscreen -> maximize on WindowsJoerg Bornemann2012-08-061-1/+1
* Fix FullScreen for Windows CEAndreas Holzammer2012-08-031-0/+23
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* don't change a widget's active state in QWindowsWindow::setWindowStateJoerg Bornemann2012-08-011-31/+18
* Fix showFullScreen for QWindowAndreas Holzammer2012-07-311-1/+2
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-311-3/+3
* Don't update geometry while the style is setAndreas Holzammer2012-07-201-0/+5
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-191-1/+12
* Fix window state handlingAndreas Holzammer2012-07-191-25/+9
* Fix window size issue under Windows CEAndreas Holzammer2012-07-161-0/+2
* Fix wince buildAndreas Holzammer2012-07-121-0/+2
* QWindowsWindow: fix FullScreen state transitionJoerg Bornemann2012-07-091-2/+11
* QWindowsWindow: fix state transition FullScreen -> MinimizedJoerg Bornemann2012-07-091-1/+1
* QWindowsWindow: fix restoring from minimized to fullscreenJoerg Bornemann2012-07-091-2/+7
* Fix positioning when embedding native widgets such as QGLWidgetMiikka Heikkinen2012-07-061-0/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Add framestrut mouse events.Friedemann Kleint2012-06-291-0/+9
* fix QWidget::showFullScreen on WindowsJoerg Bornemann2012-06-281-0/+1
* Further fixes to widget maskingMiikka Heikkinen2012-06-281-0/+7
* Add a method for querying window activation status from QPA.Morten Johan Sorvig2012-06-271-0/+9