summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
* 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-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: 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: close popups on mousedown within the window frameVolker Hilsheimer2021-08-193-34/+53
* 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: Reorder QNSView instance variablesTor Arne Vestbø2021-08-191-14/+23
* macOS: Update QCocoaInputContext documentationTor Arne Vestbø2021-08-191-6/+4
* macOS: Implement QPlatformInputContext::setFocusObject()Tor Arne Vestbø2021-08-192-13/+3
* macOS: Add some logging to QCocoaInputContextTor Arne Vestbø2021-08-191-2/+4
* macOS: Fix member variable name in QCocoaInputContextTor Arne Vestbø2021-08-192-8/+8
* macOS: Handle input source change notifications in QCocoaInputContextTor Arne Vestbø2021-08-196-26/+26
* 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-194-105/+101
* wasm: support setting environment againMorten Johan Sørvig2021-08-191-1/+1
* 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: Don't wipe NSWindowStyleMaskFullSizeContentView if set manuallyTor Arne Vestbø2021-08-171-1/+3
* macOS: Add logging for keyboard and complex text inputTor Arne Vestbø2021-08-164-9/+63
* Fix Style java code format and warningsAssam Boudjelthia2021-08-152-27/+2
* CMake: Fix plugin target names to end in Plugin suffixAlexandru Croitor2021-08-121-2/+3
* xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-102-12/+119
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* macOS: Fix leaked NSMutableArray in applicationActivationChangedTor Arne Vestbø2021-08-081-1/+1
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-0627-27/+27
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-062-11/+15
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-063-52/+25
* Track current window DPIMorten Johan Sørvig2021-08-064-0/+15
* Shift iOS a11y translations into C++ fileMike Achtelik2021-08-044-1/+122
* Fix PerMonitorV2 DPI aware NonCLientAreaScaling handlingMorten Johan Sørvig2021-08-021-3/+10
* macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-023-84/+30
* Register mouse devices on cocoaShawn Rutledge2021-08-015-4/+51
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-17/+10
* Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao2021-07-301-29/+5
* Windows QPA: Fix coordinates reported through UI AutomationAndré de la Rocha2021-07-271-10/+7
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-158-12/+11
* macOS: Map QSurfaceFormat color space to NSWindow via ICC dataTor Arne Vestbø2021-07-121-2/+5
* CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREEJoerg Bornemann2021-07-123-3/+3
* CMake: Simplify resource setup in WASM platform pluginJoerg Bornemann2021-07-121-7/+5