summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Avoid setting initialNameFilter when mode is DirectoryIrfan Omair2013-03-051-4/+8
* Windows: Repaint when switching off layered windows by opacity.Friedemann Kleint2013-03-041-0/+2
* Fix Alt key capture issue with mouseWheelIrfan Omair2013-03-011-0/+2
* Fix automatic hiding/restoring of transient children.Friedemann Kleint2013-02-281-2/+2
* Disable maximize button for fixed-size windows.Friedemann Kleint2013-02-271-8/+7
* Fix warnings about extra tokens after preprocessor directive.Friedemann Kleint2013-02-251-1/+1
* Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-2/+10
* Fix the GL_CONTEXT_FLAG_DEBUG_BIT checkFredrik Höglund2013-02-151-1/+5
* Fix the GL_CONTEXT_PROFILE_MASK checkFredrik Höglund2013-02-131-10/+3
* Fix the GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT checkFredrik Höglund2013-02-131-1/+1
* Fix broken fading of menus.Friedemann Kleint2013-02-081-2/+2
* 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-074-7/+30
* Fixed QT_NO_CURSOR build for windows/CE plugin.Bjoern Breitmeyer2013-02-075-2/+34
* 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-063-18/+38
* 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