summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowswindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong initial positionCaroline Chao2013-03-121-0/+5
* Windows: Use arrow cursor for toplevels with no cursor set.Friedemann Kleint2013-03-121-2/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-0/+2
|\
| * Windows: Repaint when switching off layered windows by opacity.Friedemann Kleint2013-03-041-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-10/+17
|\|
| * Disable maximize button for fixed-size windows.Friedemann Kleint2013-02-271-8/+7
| * Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-2/+10
* | Windows: Print size constraints in geometry warning.Friedemann Kleint2013-03-051-2/+7
* | Windows: Take custom margins into account for size constraints.Friedemann Kleint2013-03-051-7/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-31/+62
|\|
| * Do not force top level flag on embedded windows.Friedemann Kleint2013-02-081-3/+5
| * Fixed QT_NO_DRAGANDDROP build for the windows pluginBjoern Breitmeyer2013-02-071-0/+8
| * Fixed QT_NO_CURSOR build for windows/CE plugin.Bjoern Breitmeyer2013-02-071-1/+9
| * Removed User32.dll usage on WINCEBjoern Breitmeyer2013-02-071-2/+6
| * Factorize code for formatting window titles into QPlatformWindow.David Faure2013-02-061-12/+1
| * Windows: Fix setting of layered windows.Friedemann Kleint2013-02-061-13/+35
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+5
|\|
| * Fix a crash when minimizing a QQuickWindow.Friedemann Kleint2013-01-181-0/+4
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-5/+26
* | 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