summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-205-12/+14
|\
| * Client: Fix the mouse being stuck in pressed state after DnDIlya Fedin2023-03-211-1/+1
| * client: Do not cast placeholder screens to QWaylandScreenAleix Pol2023-03-061-1/+1
| * Client: Remove flip popup constraintsVlad Zahorodnii2023-03-021-3/+1
| * client: Fix infinite recursion with text-input-v2Eskil Abrahamsen Blomfeldt2023-02-021-3/+6
| * Don't change process locale while initializing QWaylandInputContextIlya Fedin2023-01-261-3/+1
| * Client: Honor QGuiApplication::overrideCursor()Vlad Zahorodnii2022-11-301-1/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-039-16/+26
|\|
| * Always use blocking write for data_source.sendInho Lee2022-11-241-0/+8
| * client: Mark return values as unused to suppress compiler warningsJanne Juntunen2022-11-232-2/+4
| * Replace QScopedPointer with std::unique_ptrThiago Macieira2022-11-176-13/+13
| * tests: fix tst_seatv4 to use 24 as default cursor sizeLiang Qi2022-11-081-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-025-7/+36
|\|
| * Use CRLF line delimiter for text/uri-list dataAlexandros Frantzis2022-09-091-1/+1
| * Avoid calling requestUpdate from wrong threadEskil Abrahamsen Blomfeldt2022-08-171-1/+5
| * Client: do not take decoration shadows into account when placing popupsJan Grulich2022-07-291-2/+2
| * Implement send_modifiers_map for zwp_text_input_v2Inho Lee2022-06-292-3/+28
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-24408-6659/+6659
|/
* Remove unused variablesEskil Abrahamsen Blomfeldt2022-06-283-4/+0
* Fix build with libcxx (missing array include)Sam James2022-06-211-0/+2
* QtWaylandCompositor: includemocsLiang Qi2022-06-0440-0/+82
* Client: fix mouse cursor restoring check when cursor enters the content areaIlya Fedin2022-06-041-1/+1
* QtWaylandCompositor: includemocs - qt6Liang Qi2022-06-013-0/+6
* QtWaylandClient: includemocsLiang Qi2022-06-0118-0/+36
* QtWaylandClient: includemocs - qt6Liang Qi2022-06-011-0/+2
* QWaylandXdgShellIntegrationPlugin: includemocsLiang Qi2022-06-011-0/+2
* QtWaylandTextureSharing: includemocsLiang Qi2022-06-012-0/+4
* QtWlShellIntegrationPrivate: includemocsLiang Qi2022-06-011-0/+2
* Add missing QT_{BEGIN,END}_NAMESPACELiang Qi2022-06-013-0/+12
* Add a TU for qwaylandquickextension.hLiang Qi2022-06-012-1/+39
* QtWaylandEglClientHwIntegrationPrivate: includemocsLiang Qi2022-06-011-0/+2
* Add a TU for qwaylandcompositorquickextensions_p.hLiang Qi2022-06-012-1/+37
* Compositor: Re-enable touch events for Wayland clientsEskil Abrahamsen Blomfeldt2022-05-251-0/+1
* Fix: Access nullptr returned by QWaylandSurface::client()Roman Genkhel2022-05-251-1/+1
* Update commercial license headersTarja Sundqvist2022-05-25408-6659/+6659
* client: Avoid protocol error with invalid min/max sizeEskil Abrahamsen Blomfeldt2022-05-251-2/+2
* client: Synthesize enter/leave event for popup in xdg-shellLiang Qi2022-04-041-0/+27
* CMake: Ensure qt_cmdline.cmake files exist for each configure.cmakeAlexandru Croitor2022-03-172-0/+0
* client: update button state and etc in pointer_leave()Liang Qi2022-03-101-5/+5
* client: set_constraint_adjustment() for popups in xdgLiang Qi2022-03-081-0/+4
* Update the window geometry when changing decorationsInho Lee2022-02-251-1/+1
* Do not delete window decorations before next updateInho Lee2022-02-253-25/+33
* Call updateSize only for new windowsBernd Weimer2022-02-151-7/+7
* Cursor position == 0 should still show the cursorWeng Xuetian2022-02-121-2/+2
* Update the preedit styling mappingWeng Xuetian2022-02-121-11/+20
* Fix unused warningsShawn Rutledge2022-02-094-7/+2
* Fix crash if no input method module could be loadedJoni Poikelin2022-02-031-1/+1
* Fix build with -no-feature-tableteventLiang Qi2022-02-025-1/+25
* Fix wayland touch event to use time stamp from wayland compositorSeokha Ko2022-01-251-3/+3
* Don't keep eglConfig in hardwareintegrationInho Lee2022-01-254-18/+11