summaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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-212-1/+15
* Remove QWaylandShellIntegration::findGlobalPaul Olav Tvete2021-12-092-24/+2
* 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-094-2/+28
* Client: Implement DataDeviceV3David Edmundson2021-12-0911-45/+152
* Remove the XComposite buffer sharing extensionPaul Olav Tvete2021-12-071-8/+1
* 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-0210-190/+30
* Client: Avoid processing of events when showing windowsDavid Edmundson2021-12-021-1/+0
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-0212-30/+312
* Only return modifiers if we have focusDavid Redondo2021-11-291-1/+1
* Support text-input-unstable-v4-wipInho Lee2021-11-199-12/+627
* 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
* 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
* CMake: remove results for tests not testedThiago Macieira2021-11-031-2/+0
* client: emit QInputMethod::visibleChanged() for qt_text_input_method_v1Liang Qi2021-10-281-5/+13
* Support different text input protocols - updateLiang Qi2021-10-203-18/+65
* Move the wayland socket polling to a separate event threadGiulio Camuffo2021-10-185-113/+250
* Fix the logic for decoding modifiers map in Wayland text input protocolRodney Dawes2021-10-151-2/+4
* Support different text input protocolsLiang Qi2021-10-072-10/+75
* Client: do not empty clipboard when a new popup/window is openedJan Grulich2021-10-052-8/+13
* Add explicit dependency to Libdrm::Libdrm for the client as wellDominik Holland2021-10-051-0/+7
* Wayland client: use wl_keyboard to determine active stateMéven Car2021-10-044-16/+18
* Client: Always destroy frame callback in the actual callbackGeorges Basile Stavracas Neto2021-09-271-9/+5
* Client: Don't always recreate frame callbacksGeorges Basile Stavracas Neto2021-09-271-0/+4
* Wayland client: Don't applyConfigure for destroyed surfacePaul Olav Tvete2021-09-241-0/+1
* Wayland client: Fix crash when windows are shown/hidden during dragPaul Olav Tvete2021-09-241-1/+1
* Client: map keyboard mapping privatelyDavid Edmundson2021-09-081-1/+1
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-061-2/+2
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-09-011-2/+2
* Avoid memory leaks in QWaylandInputDeviceUlf Hermann2021-08-183-40/+32
* CMake: Make WAYLAND_INCLUDE_DIR argument internalJoerg Bornemann2021-08-041-3/+3
* Fix building standalone examples with CMakeJoerg Bornemann2021-08-041-2/+1
* Adjust INTERFACE_MODULE_HAS_HEADERS property nameAlexey Edelev2021-08-021-1/+1
* Client: Drop unused member variableDavid Edmundson2021-07-231-1/+0
* Use QPointF for native gesture delta valuesShawn Rutledge2021-07-151-4/+4
* Improve categorized logging outputShawn Rutledge2021-07-141-4/+4
* Do not update the mask if we do not have a surfaceAleix Pol2021-07-131-4/+4
* Restructure configure featuresJoerg Bornemann2021-07-053-201/+3
* Use QEventPoint::State instead of Qt::TouchPointStateJiDe Zhang2021-06-256-12/+14
* Client: Drop use of hardcoded strings in interface comparisonDavid Edmundson2021-06-241-19/+19
* Remove old configure-related filesJoerg Bornemann2021-06-171-297/+0
* cmake: be more flexible when creating Wayland client and server extension hea...Robert Griebl2021-06-161-5/+11
* Hook up queryKeyboardModifersDavid Redondo2021-06-142-0/+10
* Add BlankCursor for cursor names mapJiDe Zhang2021-06-111-0/+2