summaryrefslogtreecommitdiff
path: root/src/client/qwaylandwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply only valid min/max sizesInho Lee2023-05-091-3/+9
* QWaylandWindow: Init parent wl_surface when creating subsurfaceDavid Rosca2023-04-191-0/+2
* Make sure doApplyConfigure() is called from main threadPaul Olav Tvete2023-04-181-2/+20
* Client: Provide hooks for parent windows to attach popups to themVlad Zahorodnii2023-04-031-0/+4
* Client: Track parent-popup relationship in QWaylandWindowVlad Zahorodnii2023-04-031-4/+20
* Client: Fix wl_surface destruction orderVlad Zahorodnii2023-03-201-6/+6
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-071-0/+20
* client: Unify margins handlingIlya Fedin2023-02-281-25/+12
* client: Utilize new handleWindowDevicePixelRatioChangedDavid Edmundson2023-02-271-1/+7
* client: Force a roundtrip when an XdgOutput is not ready yetMarco Martin2023-02-271-0/+2
* Fix automoc warning regarding includeMårten Nordheim2023-02-211-1/+1
* Client: Provide support for custom shellsVlad Zahorodnii2022-12-081-3/+14
* client: Implement QNativeInterface::Private::QWaylandWindowDavid Redondo2022-12-081-0/+14
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-071-6/+55
* Fix frame sync related to unprotected multithread accessWeng Xuetian2022-12-031-27/+37
* Client: Honor QGuiApplication::overrideCursor()Vlad Zahorodnii2022-11-301-1/+4
* Implement window alert with xdg-activationIlya Fedin2022-10-231-0/+14
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-101-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-101-3/+3
* Client: fix enlargening window position by margins sizeIlya Fedin2022-09-201-2/+1
* Client: add custom margins support to xdg popupsIlya Fedin2022-08-231-0/+5
* Avoid calling requestUpdate from wrong threadEskil Abrahamsen Blomfeldt2022-08-171-1/+5
* Only close popup in the the hiercharyWeng Xuetian2022-07-241-17/+16
* Client: Expose a way to set window margins via native interfaceIlya Fedin2022-07-191-2/+15
* client: Respect initial size when only one component is setEskil Abrahamsen Blomfeldt2022-06-301-4/+7
* Keep toplevel windows in the top left corner of the screenDavid Redondo2022-06-221-1/+13
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* QtWaylandClient: includemocsLiang Qi2022-06-011-0/+2
* Client: fix mouse cursor restoring check when cursor enters the content areaIlya Fedin2022-06-011-1/+1
* Client: Fix up thread usage for mSurfaceDavid Edmundson2022-03-221-1/+1
* Fix race condition on mWaitingForUpdateDeliveryPaul Olav Tvete2022-03-211-4/+2
* Revert "Client: Remove mWaitingForUpdateDelivery"Paul Olav Tvete2022-03-211-3/+8
* Guard mResizeDirty by the correctMutexDavid Edmundson2022-03-171-3/+4
* Client: Fix opaque region setterVlad Zahorodnii2022-02-211-1/+1
* Update the window geometry when changing decorationsInho Lee2022-02-091-1/+1
* Do not delete window decorations before next updateInho Lee2022-02-091-18/+23
* Client: Remove mWaitingForUpdateDeliveryVlad Zahorodnii2022-02-081-8/+3
* 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-211-1/+12
* Implement xdg_activation_v1 protocolAleix Pol2021-12-091-2/+11
* 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-021-11/+49
* Do not create decorations when the shellSurface is not readyInho Lee2021-11-121-1/+1
* Move the wayland socket polling to a separate event threadGiulio Camuffo2021-10-181-10/+24
* Wayland client: use wl_keyboard to determine active stateMéven Car2021-10-041-2/+6
* 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
* Use QPointF for native gesture delta valuesShawn Rutledge2021-07-151-4/+4
* Improve categorized logging outputShawn Rutledge2021-07-141-4/+4