summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-141-1/+4
|\
| * Client: Make frame back callback timeout configurablev5.15.0-rc2v5.15.0-rc1v5.15.0Eskil Abrahamsen Blomfeldt2020-04-281-0/+1
| * Fix leaking of callback timersJanne Koskinen2020-04-281-1/+3
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-04-291-1/+3
|\|
| * Client: Workaround for QPlatformWindow::setVisible(true) being called twiceJohan Klokkhammer Helsing2020-02-271-0/+1
| * Client: Implement QPlatformWindow::startSystemResizeJohan Klokkhammer Helsing2020-02-051-0/+1
| * Client: Update to new signature for startSystemMove()Johan Klokkhammer Helsing2020-02-041-1/+1
* | Client: Don't send fake SurfaceCreated/Destroyed eventsDavid Edmundson2020-04-281-1/+1
|/
* Client: Temporarily disable QPA startSystemMoveJohan Klokkhammer Helsing2020-01-311-1/+1
* Client: Add QWaylandWindow::mapFromWlSurfaceJohan Klokkhammer Helsing2019-12-301-0/+1
* Client: Support running with no screensJohan Klokkhammer Helsing2019-11-121-3/+3