summaryrefslogtreecommitdiff
path: root/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp
Commit message (Expand)AuthorAgeFilesLines
* Client: fix a typo in minimum window size handlingIlya Fedin2023-05-151-1/+1
* Apply only valid min/max sizesInho Lee2023-05-091-4/+8
* Client: Track parent-popup relationship in QWaylandWindowVlad Zahorodnii2023-04-031-8/+2
* client: Add support for xdg_popup_configureLiang Qi2023-03-101-0/+23
* Port xdg shell plugin towards QWaylandShellIntegrationTemplateDavid Redondo2023-03-011-15/+3
* client: Unify margins handlingIlya Fedin2023-02-281-11/+10
* Client: Remove flip popup constraintsVlad Zahorodnii2023-02-281-3/+1
* client: Attempt to request activate even if there's no focus windowIlya Fedin2023-01-251-2/+6
* client: Implement QNativeInterface::Private::QWaylandWindowDavid Redondo2022-12-081-0/+9
* Client: Improve handling of 0xH and Wx0 xdg_toplevel configure eventsVlad Zahorodnii2022-12-051-8/+27
* Client: Add support for xdg_toplevel.configure_boundsVlad Zahorodnii2022-10-261-3/+12
* Implement window alert with xdg-activationIlya Fedin2022-10-231-0/+23
* Client: add custom margins support to xdg popupsIlya Fedin2022-08-231-3/+5
* Provide a handle for desktop portal via xdg-exporterDavid Redondo2022-07-291-0/+19
* Client: do not take decoration shadows into account when placing popupsJan Grulich2022-07-291-2/+2
* Only close popup in the the hiercharyWeng Xuetian2022-07-241-7/+15
* Client: get activation token automatically whenever possibleIlya Fedin2022-07-111-2/+24
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* QWaylandXdgShellIntegrationPlugin: includemocsLiang Qi2022-06-011-0/+2
* client: Avoid protocol error with invalid min/max sizeEskil Abrahamsen Blomfeldt2022-05-231-2/+2
* client: Synthesize enter/leave event for popup in xdg-shellLiang Qi2022-04-041-0/+27
* client: set_constraint_adjustment() for popups in xdgLiang Qi2022-03-081-0/+4
* Allow creating popups from non xdg-shell parentsDavid Redondo2022-03-081-4/+4
* XDG shell: fix warnings about unused variableThiago Macieira2022-01-211-1/+1
* Handle the transientParent of a window having another kind of surfaceDavid Redondo2021-12-091-1/+1
* Implement xdg_activation_v1 protocolAleix Pol2021-12-091-0/+39
* Use a correct serial for xdg_surface.ack_configureInho Lee2021-12-071-4/+5
* Wayland client: use wl_keyboard to determine active stateMéven Car2021-10-041-11/+5
* Client: expose toplevel window stateJan Grulich2021-05-141-1/+15
* Client: Set XdgShell size hints before the first commitDavid Edmundson2021-05-101-2/+1
* xdgshell: Tell the compositor the screen we're expecting to fillAleix Pol2021-03-261-3/+6
* Make setting QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2020-11-161-1/+1
* Client: Expose XdgShell native resourcesDavid Edmundson2020-08-261-0/+12
* Client: Delete decoration object when frameless window hint is addedJohan Klokkhammer Helsing2020-02-271-3/+5
* Client: Don't allow decorations for frameless windowsJohan Klokkhammer Helsing2020-02-131-3/+4
* Client: Implement QPlatformWindow::startSystemResizeJohan Klokkhammer Helsing2020-02-051-2/+5
* Merge remote-tracking branch 'origin/5.13' into 5.14Johan Klokkhammer Helsing2019-09-161-1/+1
|\
| * Client: Don't spam stderr about ignored window statesJohan Klokkhammer Helsing2019-09-031-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-261-1/+2
|\ \ | |/
| * Avoid creating decoration whilst Xdg Decoration is pending configureDavid Edmundson2019-05-231-1/+2
* | Merge remote-tracking branch 'qt/5.13' into devPaul Olav Tvete2019-03-211-1/+8
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-161-1/+8
| |\
| | * Client xdg-shell: Fix crash when switching popupsJohan Klokkhammer Helsing2019-02-121-1/+8
* | | Client: Make QWaylandWindow's wl_surface inheritance privateJohan Klokkhammer Helsing2019-03-141-1/+1
|/ /
* | Track changes to window geometry for xdg-shell and xdg-shell-v6Pier Luigi Fiorini2019-01-151-3/+5
* | Set size hints for xdg-shell and xdg-shell-v6Pier Luigi Fiorini2019-01-151-0/+30
* | Client decorations: Show menu on right clickJohan Klokkhammer Helsing2019-01-141-0/+10
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-051-0/+1
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-051-0/+1
| |\
| | * Client: Explicitly send expose window on first configureDavid Edmundson2018-10-311-0/+1