summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Dnd: Do not always Retrieve URLS in canConvertFromMime().Friedemann Kleint2013-01-241-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2363-63/+69
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2263-63/+69
| |\
| | * Fix a crash when minimizing a QQuickWindow.Friedemann Kleint2013-01-181-0/+4
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-1863-63/+63
| | * Fix warnings about calling nativeResource when no handle exists.Friedemann Kleint2013-01-161-0/+2
* | | Implement click-to-focus for native child windows.Friedemann Kleint2013-01-231-0/+4
* | | Windows: Introduce pixmap cursor cache.Friedemann Kleint2013-01-222-1/+17
|/ /
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-213-7/+46
* | Fix MinGW-warning about pointer/integer of different sizes (64bit).Friedemann Kleint2013-01-211-2/+2
* | Fix Windows native file dialogs for use with QtQuick.Friedemann Kleint2013-01-212-167/+254
* | Fix MinGW-warnings about comparing signed/unsigned.Friedemann Kleint2013-01-183-5/+5
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-163-9/+25
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-163-9/+25
| |\|
| | * Implement QPlatformWindow::isExposed() on Windows.Friedemann Kleint2013-01-151-0/+1
| | * Windows: Force toplevel flag in setParent() in both cases.Friedemann Kleint2013-01-151-6/+11
| | * Clear backingstore for windows with alpha channel.Friedemann Kleint2013-01-111-3/+13
* | | Fixed dead keys on MS WindowsJuan Luis Boya García2013-01-161-3/+9
|/ /
* | Use backslashes for UNC paths.Gatis Paeglis2013-01-141-1/+3
* | Fix frame of Aero-Style wizards.Friedemann Kleint2013-01-094-23/+135
* | Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-073-8/+15
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-073-8/+15
| |\|
| | * Windows: Add fallback for UpdateLayeredWindowIndirectJonathan Liu2013-01-041-4/+9
| | * Do not crash in the bridge because of inconsistent hierarchyJan Arve Saether2013-01-031-2/+4
| | * WINCE: Follow new library naming schemaAndreas Holzammer2013-01-031-2/+2
* | | Add API dealing with QMargins to QRect.Friedemann Kleint2013-01-072-12/+1
|/ /
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0410-111/+157
|\|
| * Rename conflicting symbol QVariantToVARIANTMiikka Heikkinen2012-12-173-14/+15
| * Windows: Remove warning when creating QWindowJonathan Liu2012-12-171-1/+0
| * Fix styleName support in QPA font databaseJiang Jiang2012-12-142-8/+8
| * 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
| * DirectWrite support on MinGW needs _WIN32_WINNT to be set to 0x0600Erik van Pienbroek2012-12-121-0/+5
| * a11y: Do not refer to destructed QObject in Windows bridgeJan Arve Saether2012-12-112-10/+22
| * Consistently prefix all platform plugin libraries with "q".Samuel Rødal2012-12-111-1/+1
| * Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
| * QWindowsFontDatabase: provide better fallbackFamilies.Pierre Rossi2012-12-041-74/+87
| * properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
* | Move ForceIntegerMetrics testing out of the loopKonstantin Ritt2013-01-021-2/+4
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-215-19/+16
* | Make distance fields rendering work with Opentype CFF fontsEskil Abrahamsen Blomfeldt2012-12-212-1/+14
* | No reason to dynamically resolve NotifyWinEvent anymoreJan Arve Saether2012-12-131-12/+1
|/
* Fix touch event handling for WindowsOliver Wolff2012-11-275-14/+29
* Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos().Samuel Rødal2012-11-271-1/+1
* exclude 3rdparty from lupdateOswald Buddenhagen2012-11-201-0/+2
* Fix QApplication::primaryScreen() in WindowsMiikka Heikkinen2012-11-151-3/+11
* Windows: Fixed mouse events related to size gripsOliver Wolff2012-11-151-9/+0
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-152-31/+49
* Windows: Fix autocapture for multiple buttonsMiikka Heikkinen2012-11-151-4/+5
* Windows: Fixed handling of key events containing ctrl modifierOliver Wolff2012-11-141-0/+8