summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Do not crash if the child index is out of range.Jan Arve Saether2013-02-061-3/+4
* Show default shortcut menu when user right click window's captionJian Liang2013-02-052-4/+16
* Windows tray icon: Fix reinstalling after restart of Explorer.Friedemann Kleint2013-01-301-0/+12
* Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* Doc: Fix module name formatSze Howe Koh2013-01-253-4/+4
* Make QWindowsFontEngineData thread-local.Friedemann Kleint2013-01-252-8/+35
* Respect the filename specified when showing the native filedialogAndy Shaw2013-01-241-2/+18
* 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 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
* 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
* 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
* 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
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-1/+3
* Windows: Add missing support for X-buttons.Miikka Heikkinen2012-11-081-3/+8
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-075-13/+13
* Fix autocapture for doubleclick in WindowsMiikka Heikkinen2012-11-071-1/+2
* Fix invalid mouse press and release events on window maximizeMiikka Heikkinen2012-11-072-2/+31
* Fix GDI leaks in fontengineMiikka Heikkinen2012-11-052-3/+6
* Added MultipleWindows platform capability.Samuel Rødal2012-11-021-0/+2
* Expose IAccessibleTable2 to non-conformant screen readersJan Arve Saether2012-11-021-7/+20
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-4/+2
* Bring back native dialogs for Windows XP.Friedemann Kleint2012-10-303-46/+468
* Fix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90ff3b5ba7bebKonstantin Ritt2012-10-291-3/+0
* Possibility to change custom Drag&Drop cursors while dragging something. Impl...Cyril Oblikov2012-10-261-17/+23
* New-style Windows cursors when dragging object from outsideCyril Oblikov2012-10-262-2/+39
* Make compile on WCE after c3b9398Kevin Funk2012-10-261-0/+2
* Fix crash when handling WM_PAINT during COM operationsMiikka Heikkinen2012-10-254-3/+31