summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove QWaylandWindow::handleExposeTor Arne Vestbø2024-01-301-1/+0
* Mark QWaylandWindow::wlSurface as constDavid Redondo2024-01-191-2/+2
* QWaylandWindow: Update decoration when application palette/font changesKai Uwe Broulik2024-01-101-0/+2
* bradient: Use QWaylandWindow actual window titleKai Uwe Broulik2024-01-101-0/+2
* Don't use Qt keywords in headersKai Uwe Broulik2023-12-181-3/+3
* Handle subsurfaces with async configureDavid Edmundson2023-12-111-1/+1
* Client: Move topmost grabbing popup tracking to QWaylandWindowVlad Zahorodnii2023-11-171-1/+2
* QWaylandSurface: client support wl_surface version 6JiDe Zhang2023-11-021-0/+4
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* QWaylandWindow: add QWaylandWindow::setScaleJiDe Zhang2023-10-071-0/+1
* Client: Fix QT_WAYLAND_RESIZE_AFTER_SWAPVlad Zahorodnii2023-09-121-2/+1
* QWaylandWindow: Support Qt::WindowTransparentForInputKai Uwe Broulik2023-08-071-0/+6
* QWaylandWindow: adapt to QPlatformWindow::setBackingStore() additionMarc Mutz2023-08-021-0/+4
* Make sure doApplyConfigure() is called from main threadPaul Olav Tvete2023-04-181-0/+3
* Client: Track parent-popup relationship in QWaylandWindowVlad Zahorodnii2023-04-031-2/+5
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-071-2/+3
* client: Unify margins handlingIlya Fedin2023-02-281-2/+2
* Client: Provide support for custom shellsVlad Zahorodnii2022-12-081-0/+5
* client: Implement QNativeInterface::Private::QWaylandWindowDavid Redondo2022-12-081-4/+11
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-071-1/+6
* Fix frame sync related to unprotected multithread accessWeng Xuetian2022-12-031-5/+6
* Implement window alert with xdg-activationIlya Fedin2022-10-231-0/+3
* Client: add custom margins support to xdg popupsIlya Fedin2022-08-231-0/+1
* Only close popup in the the hiercharyWeng Xuetian2022-07-241-0/+6
* Client: Expose a way to set window margins via native interfaceIlya Fedin2022-07-191-0/+3
* Keep toplevel windows in the top left corner of the screenDavid Redondo2022-06-221-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* QtWaylandClient: use the CMake exports.h supportThiago Macieira2022-04-281-1/+1
* Client: Fix up thread usage for mSurfaceDavid Edmundson2022-03-221-2/+4
* Fix race condition on mWaitingForUpdateDeliveryPaul Olav Tvete2022-03-211-1/+1
* Revert "Client: Remove mWaitingForUpdateDelivery"Paul Olav Tvete2022-03-211-0/+1
* wayland: do not rely on transitive includesFabian Kosmale2022-03-111-0/+2
* Do not delete window decorations before next updateInho Lee2022-02-091-0/+1
* Client: Remove mWaitingForUpdateDeliveryVlad Zahorodnii2022-02-081-1/+0
* client: Fix crash on shutdown on Mesa driverEskil Abrahamsen Blomfeldt2021-12-211-0/+3
* Implement xdg_activation_v1 protocolAleix Pol2021-12-091-0/+4
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-021-0/+3
* Move the wayland socket polling to a separate event threadGiulio Camuffo2021-10-181-1/+1
* Use QEventPoint::State instead of Qt::TouchPointStateJiDe Zhang2021-06-251-1/+2
* Implement support for pointer gestures v1Povilas Kanapickas2021-05-281-0/+25
* client: Gracefully handle shutdown and window hidingEskil Abrahamsen Blomfeldt2021-05-271-1/+1
* Client: expose toplevel window stateJan Grulich2021-05-141-0/+16
* Fix inconsistent window geometry on null windowYoungjin Kim2021-04-151-0/+1
* Replace scale with devicePixelRatio for non-integer scalingJungi Byun2021-03-251-1/+1
* Support handleFrameCallback to derived classesJungi Byun2021-03-081-0/+1
* Support platform specific implementationElvis Lee2021-02-171-1/+2
* Issue set_opaque_region on opaque surfacesAleix Pol2020-10-201-0/+3
* Fix race condition on frame callbackPaul Olav Tvete2020-10-071-2/+3
* Client: Send subsurface expose event when toplevel is configuredDavid Edmundson2020-08-211-0/+1
* Use QList instead of QVectorJarek Kobus2020-06-081-1/+1