summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview_complextext.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wdeprecated-anon-enum-enum-conversion issue in cocoa pluginAndy Nichols2024-02-021-2/+2
* macOS: Always place input panels at NSPopUpMenuWindowLevel or aboveTor Arne Vestbø2023-11-151-2/+11
* macOS: Implement NSTextInputClient.windowLevelWs ShawnWoo2023-11-121-0/+17
* macOS: Guard text input client from destroyed QCocoaWindowTor Arne Vestbø2023-03-131-13/+23
* macOS: Include text in key events triggered by insertion key-bindingsTor Arne Vestbø2023-01-041-8/+10
* macOS: Remove hard-coded logic for determining if key event has textTor Arne Vestbø2022-09-171-1/+11
* macOS: Distinguish between return and enter when inserting newlinesTor Arne Vestbø2022-07-141-3/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* macOS: Don't read keyCode of non-key events when inserting newlinesTor Arne Vestbø2021-12-221-1/+3
* macOS: Report preedit cursor position and cursor visibility correctlyTor Arne Vestbø2021-09-061-2/+9
* macOS: Correctly implement attributedSubstringForProposedRangeTor Arne Vestbø2021-08-271-6/+36
* macOS: Assume input method handles key eventTor Arne Vestbø2021-08-271-9/+10
* macOS: Handle replacement range during marking of textTor Arne Vestbø2021-08-271-0/+16
* macOS: Handle IM insertNewline by sending synthetic Qt::Key_ReturnTor Arne Vestbø2021-08-271-2/+32
* macOS: Use current NSEvent to determine if IM text matches key eventTor Arne Vestbø2021-08-271-5/+17
* macOS: Move replacement range calculations into helper methodsTor Arne Vestbø2021-08-261-35/+70
* macOS: Correctly compute marked and selected text range, and use for insertionTor Arne Vestbø2021-08-241-17/+111
* macOS: Highlight selected part of preedit using platform theme paletteTor Arne Vestbø2021-08-231-5/+17
* macOS: Handle more NSUnderlineStyles during text compositionTor Arne Vestbø2021-08-211-2/+22
* macOS: Respect default marked text attributesTor Arne Vestbø2021-08-211-31/+37
* macOS: Clean up code style in [QNSView setMarkedText:]Tor Arne Vestbø2021-08-211-23/+23
* macOS: Ensure we provide a preedit format for non-attributed stringsTor Arne Vestbø2021-08-211-3/+1
* macOS: Simplify validAttributesForMarkedTextTor Arne Vestbø2021-08-211-10/+1
* macOS: Expand QNSView complex text documentationTor Arne Vestbø2021-08-191-1/+58
* macOS: Tweak method argument names in QNSView complex text implementationTor Arne Vestbø2021-08-191-19/+19
* macOS: Restructure QNSView complex text implementationTor Arne Vestbø2021-08-191-85/+89
* macOS: Handle input source change notifications in QCocoaInputContextTor Arne Vestbø2021-08-191-9/+0
* macOS: Simplify string handling when handling complex textTor Arne Vestbø2021-08-191-18/+8
* macOS: Use helper method for querying input method parametersTor Arne Vestbø2021-08-191-93/+51
* macOS: Add logging for keyboard and complex text inputTor Arne Vestbø2021-08-161-2/+16
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-6/+6
* macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-2/+2
* macOS: Don't assume platform input context is our ownTor Arne Vestbø2018-11-221-2/+2
* QNSView: Remove useless QWindow pointer checkGabriel de Dietrich2018-04-101-3/+1
* macOS: Split up qnsview.mm into separate category-files for major areasTor Arne Vestbø2018-03-171-0/+317