summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix qtloader.js container element regressionMorten Sørvig2023-05-141-24/+10
* macOS: Clear event dispatcher interrupt before running NSAlert modal sessionTor Arne Vestbø2023-05-101-4/+3
* macOS: Fix leak of application menu NSMenuItemTor Arne Vestbø2023-04-291-2/+2
* Add flicking behavior hints to xcb platform integrationShawn Rutledge2023-04-271-3/+5
* macOS: Avoid memory leak when using NSSlider for style drawingTor Arne Vestbø2023-04-271-15/+15
* macOS: Localize title of edit menu's NSMenuItem via AppKitTor Arne Vestbø2023-04-261-4/+39
* macOS: Handle failure to create display link or invalid display linkTor Arne Vestbø2023-04-263-6/+20
* Fix crash at exit when tracingAntti Määttä2023-04-263-1/+11
* wasm: rework local font supportMorten Sørvig2023-04-252-94/+127
* Remove an unnecessary None definitionAmir Masoud Abdol2023-04-251-9/+2
* Windows QPA: Fix restore geometry after dragging from maximisedTimothée Keller2023-04-253-0/+26
* Windows QPA: Handle DPI induced geometry change for frameless windowsTimothée Keller2023-04-251-0/+5
* QPA:EGLFS - ignore scissor and stencil when drawing the cursorInho Lee2023-04-221-7/+11
* QGtk3Theme: Improve fixed font deliveryAxel Spoerl2023-04-201-2/+21
* Exclude Android Vulkan sources from Unity BuildAmir Masoud Abdol2023-04-201-0/+3
* Exclude files from unity build to resolve Android's buildAmir Masoud Abdol2023-04-191-0/+12
* Resolve duplicate symbolsAmir Masoud Abdol2023-04-196-9/+16
* 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-191-0/+6
* QNetworkInformation[Win]: Improve WinRT exceptions handlingVladimir Belyavsky2023-04-181-3/+9
* QNetworkInformation[Win]: Catch potential WinRT exceptionsVladimir Belyavsky2023-04-141-10/+16
* Revert "Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessions"Ilya Fedin2023-04-141-14/+0
* Replace a duplicate symbolAmir Masoud Abdol2023-04-142-16/+3
* 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
* windows: Re-apply mask when DPI changes, to account for new scale factorVolker Hilsheimer2023-04-121-0/+4
* macOS Accessibility: flag all synthetic elements as unignoredVolker Hilsheimer2023-04-121-3/+4
* macOS Accessibility: Delay creation of table cell interfacesVolker Hilsheimer2023-04-121-18/+96
* Remove outdated comment about macOS cusorUpdateTor Arne Vestbø2023-04-121-4/+0
* SQL/MySQL: properly initialize variableChristian Ehrlicher2023-04-111-3/+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: don't create an unnecessary interfaceVolker Hilsheimer2023-04-111-6/+3
* macOS Accessibility: code hygieneVolker Hilsheimer2023-04-112-130/+104
* Fix build without egl_x11Ilya Fedin2023-04-112-0/+15
* Implement setBadgeNumber for xcb backendCarl Schwan2023-04-112-0/+8
* Guard qopenglcontext_p.h with QT_NO_OPENGLAlexey Edelev2023-04-062-2/+8
* IBus: fix missing Q_SLOTSIlya Fedin2023-04-041-1/+1
* Fix crash in QIOSTextResponderChristian Strømme2023-04-041-2/+6
* Use NO_PCH_SOURCES to exclude filesAmir Masoud Abdol2023-04-042-7/+4
* Clean up NO_UNITY_BUILD instructionAmir Masoud Abdol2023-04-042-5/+2
* Make flatpak check more backward compatibleIlya Fedin2023-04-031-2/+2
* Bump version to 6.5.1Jani Heikkinen2023-04-031-1/+1
* QIOSFileEngineAssetsLibrary: bail out early on non-existing dirsTimur Pocheptsov2023-04-021-0/+12
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-04-011-12/+18
* macOS: Send Qt::NonClientAreaMouseMove for NSEventTypeMouseMoved in title barTor Arne Vestbø2023-03-311-3/+2
* Fix the handling of dead keys and test the mechanismMikolaj Boc2023-03-282-81/+166
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-03-2814-172/+127
* iOS: request authorization before presenting image-pickerTimur Pocheptsov2023-03-283-3/+43
* macOS: Don't try to create or manage NSWindow of foreign windowsTor Arne Vestbø2023-03-281-0/+8