summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview_keys.mm
Commit message (Expand)AuthorAgeFilesLines
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* macOS: Ensure cancelOperation is sent as regular key eventWang Chuan2021-10-051-1/+3
* macOS: Don't re-send key event through input method on focus object changeTor Arne Vestbø2021-09-211-9/+0
* macOS: remove mouse and key grabbing logic from Cocoa pluginVolker Hilsheimer2021-09-151-6/+0
* macOS: Hide mouse cursor when initiating IM enabled text inputTor Arne Vestbø2021-08-271-0/+13
* macOS: Assume input method handles key eventTor Arne Vestbø2021-08-271-3/+5
* macOS: Handle IM insertNewline by sending synthetic Qt::Key_ReturnTor Arne Vestbø2021-08-271-4/+0
* macOS: Factor out key event handling into helper structTor Arne Vestbø2021-08-271-72/+115
* macOS: Return early from key handler if shortcut was handledTor Arne Vestbø2021-08-271-7/+3
* macOS: Check NSEvent.characters to determine dead key stateTor Arne Vestbø2021-08-271-2/+3
* macOS: Use current NSEvent to determine if IM text matches key eventTor Arne Vestbø2021-08-271-4/+0
* macOS: Modernize and clean up key event handlingTor Arne Vestbø2021-08-261-54/+56
* macOS: Use helper method for querying input method parametersTor Arne Vestbø2021-08-191-12/+19
* macOS: Add logging for keyboard and complex text inputTor Arne Vestbø2021-08-161-7/+22
* macOS: Resend event if the first input method event changes focusVolker Hilsheimer2021-06-181-0/+5
* macOS: in password lineedits, pass dead keys to the input methodVolker Hilsheimer2021-05-061-1/+5
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-201-4/+4
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-061-10/+12
* [macOS] Add native virtual key code to modifier keysMichael Brüning2020-09-101-9/+18
* macOS: Simplify dead key handlingTor Arne Vestbø2020-07-101-2/+2
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-021-6/+1
* macOS: Move Cocoa modifier mapping logic to QCocoaKeyMapperTor Arne Vestbø2020-07-021-24/+3
* macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-2/+2
* qnsview_keys - fix a typoTimur Pocheptsov2018-10-131-1/+1
* qnsview_key/qnsview_mouse make Ctrl+left click work againTimur Pocheptsov2018-09-241-1/+1
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-11/+11
* macOS: Split up qnsview.mm into separate category-files for major areasTor Arne Vestbø2018-03-171-0/+262