summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* XCB: fix GCC 12 warning about uninitialized variable useThiago Macieira2022-04-251-1/+1
* macOS: Use originating view as drag source when dragging multiple itemsStefan Wastl2022-04-261-5/+3
* wasm: don't show the resize cursor for fullscreen windowsMorten Sørvig2022-04-251-1/+5
* wasm: initialize htmlCursorName to "default"Morten Sørvig2022-04-251-1/+1
* Windows QPA: fix the FullScreen standard keyYuhang Zhao2022-04-231-1/+0
* Windows QPA: Enhance theme change notifyYuhang Zhao2022-04-231-5/+12
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-223-4/+3
* macOS: Reactivate current input context after discarding marked textTor Arne Vestbø2022-04-211-0/+8
* Android: fix A11Y object descriptionIvan Solovev2022-04-211-4/+7
* wasm: fix initial window paint eventLorn Potter2022-04-201-3/+0
* xcb: recreate xcb window under some conditionsLiang Qi2022-04-192-0/+23
* Revert "xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handling"Liang Qi2022-04-192-119/+12
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+4
* wasm: propagate QWindow format to backing storeMorten Sørvig2022-04-191-5/+10
* wasm: use emscripten::val for specialHTMLTargetsLorn Potter2022-04-151-6/+8
* Android: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-141-2/+2
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-149-62/+78
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-148-30/+30
* Android: Don't assert in add/removeWindowAssam Boudjelthia2022-04-121-4/+6
* Android: wrap QAndroidInputContext's m_focusObject in a QPointerAssam Boudjelthia2022-04-121-1/+1
* xcb: get geometry correctly for rotation with RAndR 1.5Liang Qi2022-04-081-3/+0
* xcb: compare with screen name instead of old monitor infoLiang Qi2022-04-081-3/+2
* Fix crash in tst_qmltc_examples on AndroidAndreas Buhr2022-04-081-1/+1
* macOS: Allow duplicate entries in file dialog name filterTor Arne Vestbø2022-04-071-2/+2
* Don't blit individual rects of region when when scrolling backingstoreTor Arne Vestbø2022-04-073-6/+6
* wasm: use “specialHtmlTargets” for canvas lookupMorten Johan Sørvig2022-04-054-8/+33
* Reorganize work with graphical libraries on INTEGRITYTatiana Borisova2022-04-051-0/+5
* QCocoaTheme: use NSColor.controlAccentColor for QMenu itemsTimur Pocheptsov2022-04-051-1/+1
* Android: Fix deadlock caused by a race between permissions query and IMJarkko Koivikko2022-04-053-54/+5
* xcb: Correctly set physical size for screen with RandR 1.5Liang Qi2022-04-042-10/+30
* Android: minor code refactorings for QAndroidPlatformMessageDialogHelperAssam Boudjelthia2022-04-012-30/+36
* Android: hide() in the QAndroidPlatformMessageDialogHelper destructorAssam Boudjelthia2022-04-012-0/+7
* wasm: rename “canvas” API to “container”Morten Johan Sørvig2022-04-011-25/+25
* macOS: Don't scroll individual rects of a region when inline scrollingTor Arne Vestbø2022-04-011-8/+10
* wasm: fix android input when fast typingLorn Potter2022-04-011-7/+18
* wasm: Support non-canvas container elementsMorten Johan Sørvig2022-03-316-21/+64