summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* xcb: Delete touch points without target windowsTang Haixiang2022-05-231-1/+5
* De-pessimize QTlsBackendOpenSSL::clearErrorQueue()Marc Mutz2022-05-191-2/+2
* QTlsBackendOpenSSL: don't allocate memory for a QString appendeeMarc Mutz2022-05-181-1/+1
* Android A11Y: handle LocationChanged event only for focused elementIvan Solovev2022-05-175-7/+8
* Correctly read and write CF_DIB bmp dataViktor Arvidsson2022-05-161-0/+12
* XCB: fix leaked QXcbScrollingDevicePrivateLiang Qi2022-05-132-3/+11
* Revert "MySQL: pedantism: create and destroy the MYSQL_TIME type"Thiago Macieira2022-05-131-7/+3
* QIOSTextResponder: recreate responder upon resetRichard Moe Gustavsen2022-05-101-3/+16
* Fix window states and transitions in wasmDavid Skoland2022-05-092-27/+53
* macOS: Forward hover-events for embedded windowsStefan Wastl2022-05-081-4/+4
* Revert "Windows QPA: Remove dependency on swprintf_s() pulled in via _com_err...Kai Köhne2022-05-081-20/+1
* eglfs_x11: Fix running flag linkageLaszlo Agocs2022-05-071-1/+1
* wasm: initialize htmlCursorName to "default"Morten Sørvig2022-05-071-1/+1
* macOS: Reactivate current input context after discarding marked textTor Arne Vestbø2022-05-071-0/+8
* Revert "xcb: stablilize xkb state when keymap updated"Liang Qi2022-05-063-22/+5
* plugins: image formats - fix odr violationTim Blechmann2022-05-061-0/+4
* includemocs (updated script)Marc Mutz2022-05-0614-0/+24
* QXcbNativeInterface: remove unused field m_sysTraySelectionAtomMarc Mutz2022-05-061-2/+0
* xcb: Remove unused codesJiDe Zhang2022-05-061-1/+0
* Windows: Fix pop-up windows being incorrectly moved to primary displayAndré de la Rocha2022-05-051-1/+1
* Macstyle: fix the text color on the disabled buttonTimur Pocheptsov2022-05-031-1/+1
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-021-0/+4
* QIbusPlatformInputContextPlugin: includemocsMarc Mutz2022-04-301-0/+2
* QVncIntegrationPlugin: includemocsMarc Mutz2022-04-303-0/+6
* QSQLiteDriverPlugin: includemocsMarc Mutz2022-04-301-0/+2
* QMYSQLDriverPlugin: includemocsMarc Mutz2022-04-301-0/+2
* QLinuxFbIntegrationPlugin: includemocsMarc Mutz2022-04-302-0/+4
* Image Plugins: includemocs(-ish)Marc Mutz2022-04-309-186/+47
* QComposePlatformInputContextPlugin: includemocsMarc Mutz2022-04-301-0/+2
* QNetworkManagerNetworkInformationPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QTuioTouchPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QGtk3ThemePlugin: includemocsMarc Mutz2022-04-292-0/+4
* QXdgDesktopPortalThemePlugin: includemocsMarc Mutz2022-04-291-0/+2
* QTlsBackendCertOnlyPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QTlsBackendOpenSSLPlugin: includemocsMarc Mutz2022-04-291-0/+2
* CUPS: Add support for accessible IPP printersLu YaNing2022-04-291-3/+6
* Ignore window icon in XCB when its size exceeds maximum request lengthAxel Spoerl2022-04-291-0/+6
* QIOSTextResponder: restore reset/commit logicRichard Moe Gustavsen2022-04-292-0/+14
* Fix potential crash in QNetworkInformation if no network is availableSimeon Kuran2022-04-281-11/+16
* wasm: fix window leave and enter eventsLorn Potter2022-04-282-2/+60
* wasm: don't show the resize cursor for fullscreen windowsMorten Sørvig2022-04-271-1/+5
* XCB: fix GCC 12 warning about uninitialized variable useThiago Macieira2022-04-271-1/+1
* macOS: Use originating view as drag source when dragging multiple itemsStefan Wastl2022-04-251-5/+3
* Android: fix A11Y object descriptionIvan Solovev2022-04-251-4/+7
* wasm: fix initial window paint eventLorn Potter2022-04-251-3/+0