summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 3rdparty attributionsEskil Abrahamsen Blomfeldt2022-03-031-2/+20
* QWaylandBufferRef: fix relational operatorsMarc Mutz2022-03-024-11/+112
* QtWaylandCompositor: use cmake-generated export headersMarc Mutz2022-03-0292-135/+123
* 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-095-8/+3
* CMake: Fix qtwayland feature detectionChristophe Giboudeaux2022-02-051-0/+15
* Address API review comments for Qt WaylandEskil Abrahamsen Blomfeldt2022-02-044-7/+13
* Fix crash if no input method module could be loadedJoni Poikelin2022-02-031-1/+1
* Use scope resolution operator for requestYoungjin Kim2022-02-021-1/+1
* Fix build with -no-feature-tableteventLiang Qi2022-01-255-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
* XDG shell: fix warnings about unused variableThiago Macieira2022-01-212-2/+1
* CMake: Ensure qt_cmdline.cmake files exist for each configure.cmakeAlexandru Croitor2022-01-212-0/+0
* wayland touch event to add key modifierTang Haixiang2022-01-201-1/+1
* Fix WaylandCompositor PCH build without qtdeclarativeIlya Fedin2022-01-188-0/+16
* wayland-egl: fix build with recent eglplatform.hSamuli Piippo2022-01-171-0/+5
* Use PRIVATE linking for pluginsAlexey Edelev2022-01-131-2/+2
* Fix missing update when toggling client-side decorationsEskil Abrahamsen Blomfeldt2021-12-211-0/+7
* client: Fix crash on shutdown on Mesa driverEskil Abrahamsen Blomfeldt2021-12-214-13/+43
* Set preedit cursor when cursor equals to 0Weng Xuetian2021-12-201-1/+1
* Client: support high-dpi mode for window iconLiang Qi2021-12-131-6/+3
* Support presentation-time protocolElvis Lee2021-12-1010-0/+893
* Handle the transientParent of a window having another kind of surfaceDavid Redondo2021-12-091-1/+1
* Remove QWaylandShellIntegration::findGlobalPaul Olav Tvete2021-12-0912-98/+46
* Client: Delay deletion of QDrag object until after we're done with itArjen Hiemstra2021-12-092-0/+12
* Implement xdg_activation_v1 protocolAleix Pol2021-12-0910-2/+439
* Client: Implement DataDeviceV3David Edmundson2021-12-0911-45/+152
* Remove the XComposite buffer sharing extensionPaul Olav Tvete2021-12-0755-3192/+1
* Use a correct serial for xdg_surface.ack_configureInho Lee2021-12-072-4/+6
* Docs: Fix parentheses for WaylandQuickItem subsurfaceHandler exampleKai Uwe Broulik2021-12-071-2/+3
* Move Q_DECLARE_PUBLIC to the public sectionJani Heikkinen2021-12-031-1/+2
* Client: Make xdg_output.name required only if it's supportedVlad Zahorodnii2021-12-031-1/+2
* Client: Upgrade Seat support to v7David Edmundson2021-12-021-1/+3
* Q*FActory: remove unused path argumentsThiago Macieira2021-12-0216-304/+48
* Client: Avoid processing of events when showing windowsDavid Edmundson2021-12-021-1/+0
* Update wayland.xml to version 1.19.0David Edmundson2021-12-021-32/+158
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-0255-93/+5475
* Only return modifiers if we have focusDavid Redondo2021-11-291-1/+1
* Support text-input-unstable-v4-wipInho Lee2021-11-1930-55/+2393
* Do not create decorations when the shellSurface is not readyInho Lee2021-11-121-1/+1
* Clean up some qDebug() which are not intendedLiang Qi2021-11-111-7/+2
* Don't build XComposite buffer integration by defaultPaul Olav Tvete2021-11-112-13/+5
* tests: add test for multiple text inputLiang Qi2021-11-092-2/+8
* Refactor QT_WAYLAND_TEXT_INPUT_PROTOCOLInho Lee2021-11-082-99/+40
* add abstract class QWaylandTextInputInterface in client sideInho Lee2021-11-0810-422/+713