summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowskeymapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2024-04-031-13/+13
* Windows QPA: Omit native virtual key in WM_CHARJohannes Grunenberg2023-12-151-1/+1
* Implement QWindowsKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-091-38/+14
* Fix wrong scan code values in key events obtained on WindowsLi Yefeng2023-07-171-5/+13
* Revert "Windows: use MSG timestamps for input events"Oliver Wolff2023-01-301-13/+13
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2023-01-231-13/+13
* QWindowsKeyMapper: make the code locale-independentMarc Mutz2023-01-031-2/+2
* WindowsKeyMapper: Fix unsigned/signed mismatch errorMårten Nordheim2022-10-101-1/+1
* QWindowsKeyMapper: simplify the code a bit (2/2)Yuhang Zhao2022-10-081-5/+1
* QWindowsKeyMapper: replace legacy values with new oneYuhang Zhao2022-10-081-2/+2
* QWindowsKeyMapper: simplify the code a bit (1/2)Yuhang Zhao2022-09-301-6/+2
* QWindowsKeyMapper: make one variable constYuhang Zhao2022-09-231-1/+1
* QWindowsKeyMapper: whitespace fixesYuhang Zhao2022-09-191-5/+6
* Windows QPA: Don't highlight the first entry of the system menu if not approp...Yuhang Zhao2022-09-061-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Windows QPA: fix the FullScreen standard keyYuhang Zhao2022-04-231-1/+0
* Windows QPA: Add some offset to the system menu when appropriateYuhang Zhao2022-03-011-1/+23
* Windows QPA: Highlight the first entry in the system menuYuhang Zhao2022-02-251-1/+9
* Send Qt::Key_MediaTogglePlayPause for VK_MEDIA_PLAY_PAUSEAllan Sandfeld Jensen2021-01-081-1/+2
* Windows QPA: Fix a warning about deprecated conversion of keysFriedemann Kleint2020-11-121-1/+1
* Windows QPA: Fix warnings about deprecated operator + for keysFriedemann Kleint2020-09-221-2/+2
* QWindowsKeyMapper: fix mixed math between int and enum/flagsGiuseppe D'Angelo2020-09-051-3/+3
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Move the Windows Event Dispatcher into QtGuiFriedemann Kleint2020-06-091-1/+1
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-1/+0
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-2/+2
* Windows QPA: Port from QList to QVectorFriedemann Kleint2019-11-201-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-301-1/+17
|\
| * Windows QPA: Fix detection of the Surface Pen eraser buttonAndre de la Rocha2019-07-291-1/+17
* | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-3/+3
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-3/+3
|/
* Windows QPA: fix media keys losing autorepeat/keycode informationAndre de la Rocha2019-04-181-12/+8
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-8/+10
* win32: Fix text prediction with on screen keyboardMaurice Kalinowski2018-11-111-0/+7
* Windows QPA: Fix programmable keyboard shortcuts being triggered twiceFriedemann Kleint2018-09-281-2/+18
* Windows QPA: Add option to detect AltGr key pressesFriedemann Kleint2018-08-211-9/+44
* Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-061-3/+1
* Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-3/+4
* Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-3/+3
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-081-0/+4
|\
| * Fix building with -no-feature-shortcutJoni Poikelin2018-05-081-0/+4
* | Windows QPA: Improve debug output of keyboard shortcut handlingFriedemann Kleint2018-05-081-16/+59
|/
* Windows QPA: Add missing calls to keyboard initializationFriedemann Kleint2018-04-251-1/+2
* Windows QPA: Fix handling of VK_DECIMAL/VK_SEPARATORFriedemann Kleint2018-04-251-2/+2
* Windows QPA: Fix ambiguous shortcut overload warnings for ALT-keysFriedemann Kleint2018-04-201-2/+13
* Windows QPA: Fix duplicate/missing native eventsFriedemann Kleint2018-04-201-2/+6
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+1
|\
| * Windows code: Add Q_FALLTHROUGH or break to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-281-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-2/+1
|\|
| * Revert "Win: If the combined key is unknown then fall back to the original ke...Friedemann Kleint2017-05-311-2/+1