summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-3/+4
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-091-0/+9
* macOS: Check m_platformWindow before processing key event after shortcutTimur Pocheptsov2022-08-051-1/+1
* macOS: Don't ifdef out code to resolve display name that might be usedTor Arne Vestbø2022-08-051-2/+0
* eglfs: Fix crash when painting the mouse cursor in a multiscreen setupDominik Holland2022-08-051-5/+5
* update function argument of SSL_CTX_set_optionsMichael Saxl2022-08-054-7/+12
* QGtk3Theme: Respect xcb_xlib config optionIlya Fedin2022-08-032-0/+7
* eglfs: Fix screen cloning when atomic is enabledLaszlo Agocs2022-08-031-5/+6
* QGtk3Theme: Ensure gtk uses the same windowing system as QtIlya Fedin2022-08-011-0/+9
* Revert "CUPS: Add support for accessible IPP printers"Volker Hilsheimer2022-07-281-5/+2
* Fix Wacom proximity on xcb againShawn Rutledge2022-07-211-6/+5
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-213-14/+14
* QXcbConnection::xi2ReportTabletEvent(): get device, check capabilitiesShawn Rutledge2022-07-131-4/+7
* Windows QPA: Implement Selection UIA pattern for QTabBarAndré de la Rocha2022-07-083-23/+37
* Windows QPA: Report the expanded/collapsed state of tree itemsAndré de la Rocha2022-07-081-1/+2
* Windows: Account for not finding child windows when calling ChildWindowFromPo...Tor Arne Vestbø2022-07-081-0/+2
* QGtk3Theme: Use GDK X11-specific API only built with X11Ilya Fedin2022-07-062-2/+14
* Android A11Y: Fix deadlock in QtAndroidAccessibility::runInObjectContext()Mike Achtelik2022-07-051-1/+7
* macOS: Ignore deprecation for kOnSystemDisk icon domainTor Arne Vestbø2022-07-051-1/+1
* iOS: Send touch events asynchronously to avoid deadlocking UIKit event loopTor Arne Vestbø2022-07-011-2/+10
* Fix typo in codeDuan Ting2022-07-011-1/+1
* Android: Fix the offset of the EditPopupMenuPekka Gehör2022-06-301-3/+14
* xcb: update xkb_state mask as much as possibleLiang Qi2022-06-281-2/+2
* macOS: Resolve screen name via NSScreen on macOS 10.15+Tor Arne Vestbø2022-06-271-1/+6
* macOS: Ignore update requests for offline displaysTor Arne Vestbø2022-06-271-0/+5
* wasm: do not allow blocked windows to be resizedLorn Potter2022-06-221-5/+10
* Windows: Replace lcQpaWindows logging with lcQpaScreen in screen codeTor Arne Vestbø2022-06-221-5/+5
* Windows: Decouple screen change monitoring from top level QWindowsTor Arne Vestbø2022-06-227-14/+44
* Windows QPA: Update screen on child window DPI changeMorten Sørvig2022-06-224-2/+19
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-212-7/+14
* xcb: set primary screen more correctlyLiang Qi2022-06-212-4/+17
* xcb: clear m_singlescreen before updateJiang Wu2022-06-211-0/+1
* xcb: fix missing initialization of m_cursorNils Jeisecke2022-06-212-7/+6
* Windows: Avoid accidentally copying QWindowsScreenManagerTor Arne Vestbø2022-06-203-3/+4
* Fix tst_AndroidAssets, broken by recent changes on assets load speedLouis du Verdier2022-06-201-4/+5
* wasm: fix unicode inputLorn Potter2022-06-203-9/+9
* macOS: Avoid recursively updating screens when window moves screenTor Arne Vestbø2022-06-161-0/+12
* Android: Improve loading speed of individual assetsLouis du Verdier2022-06-161-18/+46
* Bump version to 6.3.2Jani Heikkinen2022-06-131-1/+1
* Cocoa: fix build: add missing includeThiago Macieira2022-06-121-0/+1
* Fallback to another file dialog implementation when XDP is inaccessibleIlya Fedin2022-06-103-33/+53
* Fallback to PerMonitorDpiAware if V2DpiAware is not supported by systemVladimir Belyavsky2022-06-093-19/+21
* Add QXdgDesktopPortalFileDialog::useNativeFileDialog()Ilya Fedin2022-06-092-4/+15
* Fix a leak of fallback dialog helper in xdgdesktopportalIlya Fedin2022-06-061-3/+3
* Windows: fix crash on closing an app when native file dialog is openedVladimir Belyavsky2022-06-032-37/+25
* Initialize m_exclusive in QGtk3MenuItem constructorElias Rudberg2022-06-011-0/+1
* macOS: create application menu as QCocoaNSMenu with delegateVolker Hilsheimer2022-05-273-1/+9
* xcb: create fake screen when XRandR 1.2 and later unavailableLiang Qi2022-05-242-0/+25
* xcb: only set primary for monitor on primary X screenLiang Qi2022-05-243-22/+36
* Windows QPA: Fix text input with Input Method EditorsAndré de la Rocha2022-05-241-15/+1