summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Make sure we can display multiple sheets for the same NSWindowDoris Verria2021-09-071-1/+5
* macOS: Report preedit cursor position and cursor visibility correctlyTor Arne Vestbø2021-09-061-2/+9
* QSslCertificate(OpenSSL plugin): fix memory leaks in extension 'parser'Timur Pocheptsov2021-09-043-12/+63
* macOS: Don't rely on invalidateCursorRectsForView when mouse is over viewTor Arne Vestbø2021-09-031-0/+14
* cocoa: use TouchPad deviceType for trackpadShawn Rutledge2021-09-031-0/+1
* TLS plugins: Prefix with 'q'Mårten Nordheim2021-08-308-8/+8
* macOS: Hide mouse cursor when initiating IM enabled text inputTor Arne Vestbø2021-08-281-0/+13
* macOS: Correctly implement attributedSubstringForProposedRangeTor Arne Vestbø2021-08-281-6/+36
* macOS: Assume input method handles key eventTor Arne Vestbø2021-08-282-12/+15
* macOS: Handle IM insertNewline by sending synthetic Qt::Key_ReturnTor Arne Vestbø2021-08-273-8/+32
* macOS: Handle replacement range during marking of textTor Arne Vestbø2021-08-271-0/+16
* macOS: Factor out key event handling into helper structTor Arne Vestbø2021-08-272-72/+140
* 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-273-13/+17
* macOS: Modernize and clean up key event handlingTor Arne Vestbø2021-08-261-54/+56
* 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-201-23/+23
* macOS: Ensure we provide a preedit format for non-attributed stringsTor Arne Vestbø2021-08-201-3/+1
* macOS: Simplify validAttributesForMarkedTextTor Arne Vestbø2021-08-201-10/+1
* macOS: Correct QNSPanelContentsWrapper @end marker placementTor Arne Vestbø2021-08-201-1/+2
* QCocoaTheme: add ButtonText color to standard paletteRichard Moe Gustavsen2021-08-201-1/+2
* Check for correct "Access Denied" errorMorten Sørvig2021-08-201-2/+2
* macOS: Expand QNSView complex text documentationTor Arne Vestbø2021-08-201-1/+58
* macOS: Tweak method argument names in QNSView complex text implementationTor Arne Vestbø2021-08-201-19/+19
* macOS: Restructure QNSView complex text implementationTor Arne Vestbø2021-08-201-85/+89
* macOS: Reorder QNSView instance variablesTor Arne Vestbø2021-08-201-14/+23
* macOS: Update QCocoaInputContext documentationTor Arne Vestbø2021-08-201-6/+4
* macOS: Implement QPlatformInputContext::setFocusObject()Tor Arne Vestbø2021-08-202-13/+3
* macOS: Add some logging to QCocoaInputContextTor Arne Vestbø2021-08-201-2/+4
* macOS: Fix member variable name in QCocoaInputContextTor Arne Vestbø2021-08-202-8/+8
* macOS: Simplify string handling when handling complex textTor Arne Vestbø2021-08-201-18/+8
* macOS: close popups on mousedown within the window frameVolker Hilsheimer2021-08-193-34/+53
* macOS: Handle input source change notifications in QCocoaInputContextTor Arne Vestbø2021-08-196-26/+26
* macOS: Use helper method for querying input method parametersTor Arne Vestbø2021-08-194-105/+101
* wasm: add DialogExec hack back with warningMorten Sørvig2021-08-191-0/+10
* CMake: Fix wasm top-level prefix buildsAlexandru Croitor2021-08-181-7/+12
* macOS: Add logging for keyboard and complex text inputTor Arne Vestbø2021-08-184-9/+63
* MySQL: treat the MYSQL_FIELD as read-onlyThiago Macieira2021-08-181-14/+13
* macOS: Resend event if the first input method event changes focusVolker Hilsheimer2021-08-171-0/+5
* macOS: Don't wipe NSWindowStyleMaskFullSizeContentView if set manuallyTor Arne Vestbø2021-08-171-1/+3
* Fix Style java code format and warningsAssam Boudjelthia2021-08-152-27/+2
* CMake: Fix plugin target names to end in Plugin suffixAlexandru Croitor2021-08-131-2/+3
* MySQL: properly fix setting the character setThiago Macieira2021-08-101-3/+31
* MySQL: remove the version number checks in favor of actual functionalityThiago Macieira2021-08-101-2/+15
* xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-102-12/+119