summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
* client: Clean up text input proxy object in textinputv2David Edmundson2023-12-211-0/+1
* QWaylandMimeData: Skip "DELETE" formatKai Uwe Broulik2023-12-201-2/+5
* Don't use Qt keywords in headersKai Uwe Broulik2023-12-185-10/+10
* Remove inactionable warnings suggesting qt-text-input-method-unstable-v1Nicolas Fella2023-12-181-4/+0
* QWaylandCursor: Set appropriate shape for drag cursorsKai Uwe Broulik2023-12-141-3/+3
* Support TextInput V3 over v4-wipDavid Edmundson2023-12-138-109/+74
* Handle subsurfaces with async configureDavid Edmundson2023-12-111-1/+1
* Adapt to QWaylandScreen being publicDavid Redondo2023-12-091-2/+2
* client: implement QWaylandCursor::size()Liang Qi2023-12-082-0/+12
* QWaylandMimeData: Check text/x-moz-urls for UTF-16Kai Uwe Broulik2023-12-041-10/+23
* Remove redundant static uint32_t QWaylandDisplay::currentTimeMillisec()Edward Welbourne2023-11-272-12/+0
* client: Use correct offset handling features for wl_surface version 5David Edmundson2023-11-261-2/+6
* Follow up handleWindowActivated -> handleFocusWindowChanged renameTor Arne Vestbø2023-11-242-2/+2
* Client: Move topmost grabbing popup tracking to QWaylandWindowVlad Zahorodnii2023-11-172-3/+23
* client: Always clear queued buffer busy flag when resetting the windowWeng Xuetian2023-11-131-0/+3
* Add list is empty judgment,optimize to use constantFeifei Zhan2023-11-031-1/+6
* QWaylandSurface: client support wl_surface version 6JiDe Zhang2023-11-029-50/+131
* QWaylandMimeData: adapt to qt_safe_poll changes from qtbaseAhmad Samir2023-10-281-5/+3
* Client: Always populate mimedata in dragsDavid Edmundson2023-10-231-0/+6
* client: Provide seatname for multi-seatLu YaNing2023-10-182-0/+8
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* QWaylandWindow: add QWaylandWindow::setScaleJiDe Zhang2023-10-072-23/+24
* client: Implement QWheelEvent::invertedDavid Edmundson2023-09-293-10/+37
* client: support Xdg Shell not_shown stateDavid Edmundson2023-09-251-6/+7
* Fix use-after-free with animated cursorsPaul Olav Tvete2023-09-191-8/+1
* Client: Fix QT_WAYLAND_RESIZE_AFTER_SWAPVlad Zahorodnii2023-09-121-2/+1
* Client: Avoid locking resizing in QWaylandShmBackingStoreVlad Zahorodnii2023-09-111-3/+0
* client: Port QWaylandInputDevice to support QT_NO_CONTEXTLESS_CONNECTDavid Edmundson2023-09-091-2/+2
* client: make drag and drop in same control works againLiang Qi2023-09-081-0/+1
* Revert "Client: Send release button event on pointer leave"Liang Qi2023-09-062-8/+2
* client: Drop unused member variablesDavid Edmundson2023-08-311-4/+0
* Client: Remove some surface commitsVlad Zahorodnii2023-08-291-4/+0
* Client: Commit the initial surface state explicitlyVlad Zahorodnii2023-08-281-0/+2
* Client: Fix coding style in QWaylandWindow::setMask()Vlad Zahorodnii2023-08-281-1/+1
* QWaylandInputDevice: Don't create cursor surface just for hiding itKai Uwe Broulik2023-08-281-9/+3
* QWaylandInputDevice: Reset cursor surface state when using shape cursorKai Uwe Broulik2023-08-251-1/+10
* client: Wait for the compositor to send a fractional scaleKai Uwe Broulik2023-08-253-18/+7
* Client: Fix keyboard focus when closing a popupVlad Zahorodnii2023-08-172-12/+15
* QWaylandDrag: Call into super class QBasicDrag::dropKai Uwe Broulik2023-08-161-4/+1
* client: Convert text/x-moz-urls to text/uri-listKai Uwe Broulik2023-08-071-0/+49
* QWaylandWindow: Support Qt::WindowTransparentForInputKai Uwe Broulik2023-08-072-9/+39
* Client: Fix buffer damageVlad Zahorodnii2023-08-031-5/+15
* client: Set queued buffer busyDavid Redondo2023-08-032-2/+6
* QWaylandWindow: adapt to QPlatformWindow::setBackingStore() additionMarc Mutz2023-08-022-0/+11
* client: Make sure screens stay virtual siblings during reconnectDavid Redondo2023-07-281-3/+3
* Do not generate the deprecated 'QtWaylandClient/qwaylandclientexport.h'Alexey Edelev2023-07-061-4/+0
* client: no need to update decoration when shutting downLiang Qi2023-06-301-0/+3
* client: Fix variable names for QWaylandDisplay::GlobalHolderInho Lee2023-06-302-11/+11
* client: check nullptr before usageLiang Qi2023-06-282-2/+2
* client: Use nullptr instead of 0 in QWaylandDisplayLiang Qi2023-06-281-1/+1