summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* client texture cleanup: fix crash in clean-up lambdaThomas Senyk2024-01-182-0/+4
* client: Avoid creating decorations in the render threadDavid Edmundson2024-01-113-8/+3
* QWaylandEglWindow: Pass window surface format to q_glFormatFromConfigKai Uwe Broulik2024-01-101-1/+1
* bradient: Explicitly set Qt::PlainText textFormatKai Uwe Broulik2024-01-101-0/+1
* Doc: Add documentation for QML WaylandQuickItem::output propertyAndreas Eliasson2024-01-091-0/+5
* client: Fix window margin calculationRob Hall2024-01-061-2/+2
* QWaylandWindow: Reset input region on window resetKai Uwe Broulik2024-01-061-0/+3
* bradient: Don't cache decoration colorsKai Uwe Broulik2024-01-061-12/+9
* QWaylandScreen: Implement subpixelAntialiasingTypeHintKai Uwe Broulik2024-01-062-2/+30
* bradient: Use "Size" instead of "Split" cursors for resizingKai Uwe Broulik2024-01-061-3/+3
* client: Clean up text input proxy object in textinputv2David Edmundson2023-12-211-0/+1
* QWaylandMimeData: Skip "DELETE" formatKai Uwe Broulik2023-12-211-2/+5
* QWaylandCursor: Set appropriate shape for drag cursorsKai Uwe Broulik2023-12-151-3/+3
* Don't lock render thread when blocking swap is usedEskil Abrahamsen Blomfeldt2023-12-141-2/+4
* client: If the window minimized state is requested do not forward other statesDavid Edmundson2023-12-111-5/+10
* 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
* 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
* client: Convert text/x-moz-urls to text/uri-listKai Uwe Broulik2023-11-091-0/+49
* client: Implement QWheelEvent::invertedDavid Edmundson2023-11-063-10/+37
* 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
* Fix regression in orphaned texture clean-upThomas Senyk2023-10-102-6/+6
* Doc: Highlight 2 examplesKai Köhne2023-09-291-0/+4
* Client: Avoid locking resizing in QWaylandShmBackingStoreVlad Zahorodnii2023-09-251-3/+0
* Client: Remove some surface commitsVlad Zahorodnii2023-09-252-7/+0
* Client: Commit the initial surface state explicitlyVlad Zahorodnii2023-09-251-0/+2
* Fix use-after-free with animated cursorsPaul Olav Tvete2023-09-191-8/+1
* Reimplement orphaned texture handlingThomas Senyk2023-09-188-225/+186
* client: make drag and drop in same control works againLiang Qi2023-09-101-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
* 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
* client: Wait for the compositor to send a fractional scaleKai Uwe Broulik2023-08-253-18/+7
* QWaylandInputDevice: Reset cursor surface state when using shape cursorKai Uwe Broulik2023-08-251-1/+10
* 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
* 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
* Fix injecting key events in QML testsBernd Weimer2023-07-121-0/+2