summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* macOS: Handle failure to create display link or invalid display linkTor Arne Vestbø2023-04-243-6/+20
* macOS: Localize title of edit menu's NSMenuItem via AppKitTor Arne Vestbø2023-04-241-4/+39
* QPA:EGLFS - ignore scissor and stencil when drawing the cursorInho Lee2023-04-211-7/+11
* Exclude Android Vulkan sources from Unity BuildAmir Masoud Abdol2023-04-201-0/+3
* Resolve duplicate symbolsAmir Masoud Abdol2023-04-196-9/+16
* Exclude files from unity build to resolve Android's buildAmir Masoud Abdol2023-04-191-0/+12
* Revert "Apply system background color for top level window"Vladimir Belyavsky2023-04-192-17/+1
* Ignore removed/changed screens if no QIOSIntegration instance existsJan Moeller2023-04-181-0/+6
* Revert "macOS: add default Edit menu items, if not added by AppKit"Tor Arne Vestbø2023-04-132-56/+0
* Add the missing include guardAmir Masoud Abdol2023-04-131-0/+4
* Replace a duplicate symbolAmir Masoud Abdol2023-04-132-13/+3
* Rid of 'special case' markersAlexey Edelev2023-04-133-8/+7
* windows: Re-apply mask when DPI changes, to account for new scale factorVolker Hilsheimer2023-04-121-0/+4
* macOS: Synthesize cursor updates on QCocoaWindow::setWindowCursorTor Arne Vestbø2023-04-121-18/+20
* Remove outdated comment about macOS cusorUpdateTor Arne Vestbø2023-04-121-4/+0
* macOS Accessibility: flag all synthetic elements as unignoredVolker Hilsheimer2023-04-111-3/+4
* macOS Accessibility: Delay creation of table cell interfacesVolker Hilsheimer2023-04-111-18/+96
* macOS Accessibility: don't create an unnecessary interfaceVolker Hilsheimer2023-04-111-6/+3
* macOS Accessibility: add an elementWithInterface helperVolker Hilsheimer2023-04-112-12/+17
* macOS Accessibility: optimize table interface implementationVolker Hilsheimer2023-04-112-44/+58
* macOS Accessibility: code hygieneVolker Hilsheimer2023-04-112-130/+104
* Fix build without egl_x11Ilya Fedin2023-04-112-0/+15
* Guard qopenglcontext_p.h with QT_NO_OPENGLAlexey Edelev2023-04-062-2/+8
* Implement setBadgeNumber for xcb backendCarl Schwan2023-04-042-0/+8
* Fix crash in QIOSTextResponderChristian Strømme2023-04-041-2/+6
* Use NO_PCH_SOURCES to exclude filesAmir Masoud Abdol2023-04-032-7/+4
* Clean up NO_UNITY_BUILD instructionAmir Masoud Abdol2023-04-032-5/+2
* Fix a copy-paste error in QWasmWindowMikolaj Boc2023-04-021-1/+1
* QIOSFileEngineAssetsLibrary: bail out early on non-existing dirsTimur Pocheptsov2023-04-021-0/+12
* Correctly update the texture in qwasmbackingstoreMikolaj Boc2023-03-311-5/+7
* macOS: Send Qt::NonClientAreaMouseMove for NSEventTypeMouseMoved in title barTor Arne Vestbø2023-03-311-3/+2
* Remove unused code in qwasmcompositorMikolaj Boc2023-03-313-58/+3
* QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+typeTor Arne Vestbø2023-03-314-24/+13
* iOS: request authorization before presenting image-pickerTimur Pocheptsov2023-03-283-3/+43
* Windows: Send synthetic mouse release after move/resize using right APITor Arne Vestbø2023-03-281-3/+7
* Stop propagation and default action on WASM window pointer eventMikolaj Boc2023-03-281-2/+3
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-03-281-12/+18
* macOS: Don't try to create or manage NSWindow of foreign windowsTor Arne Vestbø2023-03-281-0/+8
* Remove the redundant QWasmCompositor::requestUpdateAllWindowsMikolaj Boc2023-03-283-35/+13
* macOS: Simplify child window parenting in recreateWindowIfNeeded()Tor Arne Vestbø2023-03-281-3/+1
* macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2023-03-282-10/+12
* Windows: Don't send non-client mouse events unless frameStrutEventsEnabledTor Arne Vestbø2023-03-281-2/+6
* macOS: Apply QWindow properties to NSWindow when setting content viewTor Arne Vestbø2023-03-282-9/+23
* macOS: Skip DisplayLink updates when in live resizeLaszlo Agocs2023-03-231-0/+19
* wasm: add support for input languages win32 mobileLorn Potter2023-03-231-16/+18
* Close popups on WASM window non-client area interactionsMikolaj Boc2023-03-231-0/+1
* Windows QPA: Change handling of maximised frame/title-less windowsTimothée Keller2023-03-223-34/+37
* xcb: Delete QInputDevice instances that X11 no longer findsShawn Rutledge2023-03-211-22/+60
* macOS: Disable interaction for modally blocked transient parent windowsTor Arne Vestbø2023-03-202-4/+32
* macOS: Bail out if handling cut/copy/paste action from non-Qt NSMenuItemTor Arne Vestbø2023-03-201-3/+15