summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowskeymapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-1/+4
|\
| * Windows: Return false from event processing of unhandled multimedia keys.Friedemann Kleint2014-12-181-1/+4
* | Add VK_LWIN and VK_RWIN keys as meta modifiersJoni Poikelin2014-12-081-0/+2
|/
* Windows: Ignore key Shift+F10 unless a shortcut is registered for it.Friedemann Kleint2014-11-031-1/+10
* Windows: Fix call of ToUnicodeOliver Wolff2014-09-291-7/+8
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-251-3/+3
* Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-021-0/+85
* Windows: Added Comma to list of possible numpad keysOliver Wolff2014-06-061-0/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-2/+2
|\
| * Windows: Do not try to update keymap on WM_IME_CHAR messagesOliver Wolff2014-01-171-2/+2
* | Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-8/+12
|/
* Fixed another assert in qwindowskeymapperOliver Wolff2013-12-201-2/+5
* Fixed assert in Windows key handlingOliver Wolff2013-11-231-2/+6
* QWindowsKeyMapper: Added some comments about functionality + cleanupOliver Wolff2013-10-251-24/+14
* Fix bug in updatePossibleKeyCodes() with dead keys and modifiersJuan Luis Boya García2013-10-251-2/+2
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-10-251-27/+20
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-1/+1
* Fixes QKeyEvent::count() on Windowsaavit2013-06-041-7/+7
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Fix MinGW-warnings about comparing signed/unsigned.Friedemann Kleint2013-01-181-1/+1
* | Fixed dead keys on MS WindowsJuan Luis Boya García2013-01-161-3/+9
|/
* Windows: Fixed handling of key events containing ctrl modifierOliver Wolff2012-11-141-0/+8
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-3/+3
* QWindowsKeyMapper: use a more efficient data structure for 'keyLayout'Marc Mutz2012-10-161-59/+35
* QWindowsKeyMapper: remove dead codeMarc Mutz2012-10-161-1/+1
* QWindowsKeyMapper: replace one magic constant with a symbolic oneMarc Mutz2012-10-161-5/+6
* Added possibleKeys(QKeyEvent *) to QWindowsIntegrationOliver Wolff2012-10-131-0/+26
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-2/+2
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-2/+2
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Windows: Fix MinGW warnings.Friedemann Kleint2012-06-201-5/+5
* Windows QPA plugin: Add \internal to class documentation.Friedemann Kleint2012-05-291-0/+1
* Fix for windows platform plugin to work with WINCE.Bjoern Breitmeyer2012-05-101-0/+34
* Windows: Implement QWindowsIntegration::queryKeyboardModifiers()Friedemann Kleint2012-03-121-0/+12
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix email address in license headers.Jason McDonald2011-09-151-1/+1
* Add Input context for Windows.Friedemann Kleint2011-08-241-2/+1
* Add Windows to the Lighthouse.Friedemann Kleint2011-08-181-0/+1076