summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* macOS: Distinguish between return and enter when inserting newlinesTor Arne Vestbø2022-08-101-3/+8
* Windows: Account for not finding child windows when calling ChildWindowFromPo...Tor Arne Vestbø2022-08-101-0/+2
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-081-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
* eglfs: Fix mouse events not being delivered to the frontmost windowSergio Martins2022-08-052-0/+20
* Fix several more improperly placed #include mocThiago Macieira2022-08-049-18/+18
* update function argument of SSL_CTX_set_optionsMichael Saxl2022-08-044-7/+12
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-033-10/+10
* eglfs: Fix screen cloning when atomic is enabledLaszlo Agocs2022-08-031-5/+6
* Windows: Implement dark mode palette and accent color supportVolker Hilsheimer2022-07-292-78/+164
* Revert "CUPS: Add support for accessible IPP printers"Volker Hilsheimer2022-07-281-5/+2
* MySQL plugin: fix escaping a QByteArrayChristian Ehrlicher2022-07-251-1/+1
* Fix Wacom proximity on xcb againShawn Rutledge2022-07-221-6/+5
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-213-14/+14
* QCommandLinkButton: Let the style set the text colorsVolker Hilsheimer2022-07-191-0/+5
* Windows: better handling of darkmode supportVolker Hilsheimer2022-07-193-7/+14
* QXcbConnection::xi2ReportTabletEvent(): get device, check capabilitiesShawn Rutledge2022-07-131-4/+7
* Windows: Turn on dark mode support by defaultVolker Hilsheimer2022-07-121-1/+5
* CMake: Don't propagate openssl headers for the tls pluginAlexandru Croitor2022-07-121-3/+2
* 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
* QGtk3Theme: Respect xcb_xlib config optionIlya Fedin2022-07-072-0/+7
* QGtk3Theme: Ensure gtk uses the same windowing system as QtIlya Fedin2022-07-071-0/+11
* QGtk3Theme: Use GDK X11-specific API only built with X11Ilya Fedin2022-07-062-2/+14
* Make WrapOpenSSLHeaders an optional dependency of the OpenSSL pluginJoerg Bornemann2022-07-061-8/+6
* Android A11Y: Fix deadlock in QtAndroidAccessibility::runInObjectContext()Mike Achtelik2022-07-051-1/+7
* Windows: Fix OpenGL window's screenYuhang Zhao2022-07-051-4/+9
* macOS: Ignore deprecation for kOnSystemDisk icon domainTor Arne Vestbø2022-07-051-1/+1
* wasm: enable sql/sqlite for non threaded buildsLorn Potter2022-07-051-0/+5
* iOS: Send touch events asynchronously to avoid deadlocking UIKit event loopTor Arne Vestbø2022-07-011-2/+10
* Windows: Don't rely on top level QWindow to scale children on DPI changeTor Arne Vestbø2022-06-301-13/+9
* xcb: update xkb_state mask as much as possiblev6.4.0-beta2Liang Qi2022-06-291-2/+2
* Android: Fix the offset of the EditPopupMenuPekka Gehör2022-06-291-3/+14
* Fix typo in codeDuan Ting2022-06-251-1/+1
* wasm: do not allow blocked windows to be resizedLorn Potter2022-06-221-5/+10
* wasm: improve the specialHtmlTargets testMorten Sørvig2022-06-221-4/+8
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-222-7/+14
* xcb: Port XSync call in QXcbWindow::create to xcbIlya Fedin2022-06-211-3/+1
* xcb: fix missing initialization of m_cursorNils Jeisecke2022-06-212-7/+6
* xcb: set primary screen more correctlyLiang Qi2022-06-212-4/+17
* xcb: clear m_singlescreen before updateJiang Wu2022-06-211-0/+1
* Windows: Avoid accidentally copying QWindowsScreenManagerTor Arne Vestbø2022-06-203-3/+4
* Port QXlibEglIntegration::getCompatibleVisualId to xcbIlya Fedin2022-06-204-20/+142
* Fix tst_AndroidAssets, broken by recent changes on assets load speedLouis du Verdier2022-06-201-4/+5
* Windows QPA: Fix indentionYuhang Zhao2022-06-201-42/+42
* Windows: Replace lcQpaWindows logging with lcQpaScreen in screen codeTor Arne Vestbø2022-06-181-5/+5
* Windows: Decouple screen change monitoring from top level QWindowsTor Arne Vestbø2022-06-187-14/+44
* wasm: Fix up namespacing in wasm platform pluginLorn Potter2022-06-1813-7/+40