summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* macOS: create application menu as QCocoaNSMenu with delegateVolker Hilsheimer2022-05-263-1/+9
* wasm: move CTRL <-> META comment into right placeMorten Sørvig2022-05-242-2/+3
* wasm: Improve wheel event handlingMorten Sørvig2022-05-241-17/+14
* wasm: remove debug codeMorten Sørvig2022-05-241-8/+0
* wasm: use correct geometry when drawing window decorationsMorten Sørvig2022-05-241-3/+3
* wasm: update m_normalGeometry on setGeometry()Morten Sørvig2022-05-241-0/+2
* xcb: create fake screen when XRandR 1.2 and later unavailableLiang Qi2022-05-202-0/+25
* xcb: only set primary for monitor on primary X screenLiang Qi2022-05-203-22/+36
* xcb: Delete touch points without target windowsTang Haixiang2022-05-201-1/+5
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-172-6/+7
* Windows QPA: Fix text input with Input Method EditorsAndré de la Rocha2022-05-161-15/+1
* Windows: Make QScreen::name() more user-friendly, take 2Yuhang Zhao2022-05-162-13/+45
* Use SPDX license identifiersLucie Gérard2022-05-16706-26546/+1500
* Correctly read and write CF_DIB bmp dataViktor Arvidsson2022-05-161-0/+12
* Android A11Y: handle LocationChanged event only for focused elementIvan Solovev2022-05-165-7/+8
* XCB: fix leaked QXcbScrollingDevicePrivateLiang Qi2022-05-132-3/+11
* qtloader.js: remove "getProcAddress" error filteringMorten Sørvig2022-05-131-6/+0
* qtloader.js: forward stdErr to console.warn()Morten Sørvig2022-05-131-1/+1
* wasm: fix specialHtmlTargets codeMorten Sørvig2022-05-121-3/+2
* wasm: remove window from requestUpdate queue on removeWindow()Morten Sørvig2022-05-121-0/+1
* wasm: always call destroy() before deleting a screenMorten Sørvig2022-05-123-7/+6
* QIOSTextResponder: recreate responder upon resetRichard Moe Gustavsen2022-05-101-3/+16
* Windows QPA: Send screen change before geometry changeMorten Sørvig2022-05-101-3/+3
* wasm: add support for drag into browser windowLorn Potter2022-05-107-2/+349
* Windows QPA: Fix crash in some rare casesYuhang Zhao2022-05-101-1/+2
* Fix window states and transitions in wasmDavid Skoland2022-05-062-27/+53
* macOS: Forward hover-events for embedded windowsStefan Wastl2022-05-061-4/+4
* Revert "xcb: stablilize xkb state when keymap updated"Liang Qi2022-05-063-22/+5
* xcb: Remove unused codesJiDe Zhang2022-05-061-1/+0
* wasm: destroy compositor and screen in orderMorten Sørvig2022-05-061-2/+5
* Revert "Windows QPA: Remove dependency on swprintf_s() pulled in via _com_err...Kai Köhne2022-05-061-20/+1
* includemocs (updated script)Marc Mutz2022-05-0511-0/+21
* QXcbNativeInterface: remove unused field m_sysTraySelectionAtomMarc Mutz2022-05-051-2/+0
* Windows: Fix pop-up windows being incorrectly moved to primary displayAndré de la Rocha2022-05-051-1/+1
* Mark mouseEvent in wasm compositor as unusedDavid Skoland2022-05-041-0/+1
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-0418-29/+29
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0471-212/+351
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-031-0/+4
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-0214-20/+21
* macOS: Tie QCocoaWindowManager lifetime to QCocoaIntegrationTor Arne Vestbø2022-05-024-17/+12
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-293-5/+0
* macOS: Remove un-needed auto-release pools in QCocoaInputContextTor Arne Vestbø2022-04-291-2/+0
* 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-282-0/+14
* QLinuxFbIntegrationPlugin: includemocsMarc Mutz2022-04-282-0/+4
* QVncIntegrationPlugin: includemocsMarc Mutz2022-04-283-0/+6
* wasm: fix window leave and enter eventsLorn Potter2022-04-282-2/+60
* Revive eglfs' raster window supportLaszlo Agocs2022-04-273-11/+20
* eglfs_x11: Fix running flag linkageLaszlo Agocs2022-04-271-1/+1
* Windows QPA: Only refresh the window theme if it really changesYuhang Zhao2022-04-261-11/+14