summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowscontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Add API for setting the application orientation preference.Friedemann Kleint2015-11-271-1/+4
* Windows: Move GUI event dispatcher to QtPlatformSupport.Friedemann Kleint2015-11-141-1/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-6/+38
|\
| * Windows: Delay-initialize pluggable touch devices.Friedemann Kleint2015-10-281-6/+39
* | Windows: Implement QPlatformInputContext::locale().Friedemann Kleint2015-10-221-3/+9
* | Windows: Disable Windows input context when another context is used.Friedemann Kleint2015-09-221-8/+23
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+5
|\|
| * Windows: Split code paths for touch/native gesture events.Friedemann Kleint2015-07-271-1/+5
* | Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-291-4/+1
|/
* Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-301-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+6
|\
| * Windows: Add support for horizontal scroll on some touchpads.Sérgio Martins2015-03-261-0/+6
* | Windows: Support virtual folders as initial directory for file dialog.Friedemann Kleint2015-03-271-0/+4
* | Windows: Only set the touch flags if the window is not already registeredAndy Shaw2015-03-111-2/+3
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-251-0/+5
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+8
|\|
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-0/+8
| |\
| | * WINCE: Fix special case for toplevelAndreas Holzammer2015-01-291-0/+8
* | | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/ /
* | Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-1/+1
|\|
| * Fix finding widgets for Windows Embedded CompactAndreas Holzammer2015-01-221-1/+1
* | Implement Multitouch handling for WinCEAndreas Holzammer2015-01-221-0/+2
* | Windows: make TranslucentBackground functional alwaysLaszlo Agocs2015-01-191-4/+4
|/
* Windows: Handle WM_WINDOWPOSCHANGING during window creation.Friedemann Kleint2014-12-041-0/+3
* Implement heightForWidth().Friedemann Kleint2014-11-271-0/+2
* Windows: Create touch device in initialization.Friedemann Kleint2014-10-311-10/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Windows: Prevent hidden transient children from being re-shown by Windows.Friedemann Kleint2014-08-281-1/+7
* Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-251-1/+4
* standardize QPA input event logging category hierarchyShawn Rutledge2014-08-241-2/+2
* Windows/QGuiApplication::topLevelAt(): Skip mouse-transparent windows of othe...Friedemann Kleint2014-08-071-13/+42
* Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-021-0/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-2/+23
|\
| * Windows QPA: Remove dependency on swprintf_s() pulled in via _com_error::Erro...Friedemann Kleint2014-05-191-1/+22
| * Fix potential null pointer accessFrederik Gladhorn2014-05-191-1/+1
* | Windows: Use new clipboard API for listening to changes.Friedemann Kleint2014-05-151-1/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-21/+68
|\|
| * Windows: Reject focus-in caused by reparenting Windows.Friedemann Kleint2014-04-251-0/+9
| * Improve COM error handling in the Windows platform plugin.Friedemann Kleint2014-04-251-19/+51
| * Fix copy-paste error.Richard J. Moore2014-04-181-1/+1
| * XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-161-1/+7
* | Windows: Start using High DPI API available from Windows 8.1 onwards.Friedemann Kleint2014-04-301-3/+38
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-131-1/+3
|\|
| * Windows: Fix return value of WM_QUERYENDSESSION for bogus messages.Friedemann Kleint2014-02-281-1/+3
* | Enable menuless dialogs on Windows.Friedemann Kleint2014-02-281-1/+9
|/
* Windows: Add platform plugin parameter for tablet absolute range.Friedemann Kleint2014-02-271-0/+10
* Windows: Destroy tablet support before unregistering window classes.Friedemann Kleint2014-02-131-2/+7
* Windows: Fix return value of WM_QUERYENDSESSION.Friedemann Kleint2014-02-101-1/+2
* Windows: Reconstruct MSG-structure properly.Friedemann Kleint2014-01-241-2/+14
* Windows: Observe Qt::NoDropShadowWindowHint.Friedemann Kleint2014-01-221-1/+1