summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't lock render thread when blocking swap is usedEskil Abrahamsen Blomfeldt2023-12-131-2/+4
* Support TextInput V3 over v4-wipDavid Edmundson2023-12-1327-425/+325
* client: If the window minimized state is requested do not forward other statesDavid Edmundson2023-12-111-5/+10
* Handle subsurfaces with async configureDavid Edmundson2023-12-112-2/+2
* Error out early when base was build without our native interfacesDavid Redondo2023-12-091-0/+6
* 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
* Client: Fix enter event cursor position with xdg-popup and QHighDpiScalingIlya Fedin2023-12-041-4/+9
* 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
* Warn if eglSwapBuffers failDavid Redondo2023-11-241-1/+2
* Client: Switch QWaylandXdgSurface::setSizeHints to the window content geometryIlya Fedin2023-11-231-4/+7
* Client: Move topmost grabbing popup tracking to QWaylandWindowVlad Zahorodnii2023-11-174-22/+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
* Add license headers to shader filesEskil Abrahamsen Blomfeldt2023-10-267-0/+21
* Issue keyReleaseEvent regardless of focusInho Lee2023-10-241-1/+1
* 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-1313-0/+23
* Fix regression in orphaned texture clean-upThomas Senyk2023-10-102-6/+6
* QWaylandWindow: add QWaylandWindow::setScaleJiDe Zhang2023-10-072-23/+24
* client: Implement QWheelEvent::invertedDavid Edmundson2023-09-293-10/+37
* Doc: Highlight 2 examplesKai Köhne2023-09-291-0/+4
* client: support Xdg Shell not_shown stateDavid Edmundson2023-09-255-61/+166
* Fix use-after-free with animated cursorsPaul Olav Tvete2023-09-191-8/+1
* Reimplement orphaned texture handlingThomas Senyk2023-09-188-225/+186
* 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: Add path to manipulate popup positioning via hidden properties APIDavid Edmundson2023-09-041-9/+90
* Only remove initialized extensions in ExtContainerInho Lee2023-09-041-0/+2
* Doc: Fix documentation warnings for undocumented parametersTopi Reinio2023-09-012-2/+5
* client: Simplify toplevel exposure trackingDavid Edmundson2023-08-312-8/+2
* client: Drop unused member variablesDavid Edmundson2023-08-311-4/+0
* Client: Remove some surface commitsVlad Zahorodnii2023-08-292-7/+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