aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/xdg_shell.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2024-02-12xdg_shell: Extract struct for popup descriptorAlexander Orzechowski
2024-02-12ext-foreign-toplevel-list: Implement protocolMerlin Lex
2024-01-18scene_graph: Implement toplevel clippingAlexander Orzechowski
2024-01-18Delete old damage tracking codeAlexander Orzechowski
2024-01-18scene_graph: Port view saved buffersAlexander Orzechowski
2024-01-18scene_graph: Port xdg_shellAlexander Orzechowski
2024-01-18view: init function should return a success boolAlexander Orzechowski
2023-11-23xdg-shell: chase events updateKirill Primak
2023-10-29xdg-shell: send maximized if tiled isn't supportedKirill Primak
2023-10-27xdg_shell: don't update wlr_toplevel if the container has no size yetDudemanguy
2023-08-28xdg_shell: update wlr_toplevel size on client resizesDudemanguy
2023-06-02chore: chase wlroots map logic unificationKirill Primak
2023-04-16xdg_shell: Fix crash if popup generates while toplevel is in the scratchpadAlexander Orzechowski
2022-05-27xdg-shell: schedule a configure on maximize requestKirill Primak
2022-05-27chore: chase wlroots xdg-shell updateKirill Primak
2022-02-24Don't enter seatop_move_floating when fullscreenThomas Hebb
2022-02-07xdg-shell: use wlr_xdg_popup in sway_xdg_popupSimon Ser
2022-02-07xdg-shell: use wlr_xdg_toplevel in sway_viewSimon Ser
2022-02-03Chase wlroots xdg-shell refactorKirill Primak
2022-01-12xdg-shell: use toplevel geometry to adjust the popup boxAleksei Bavshin
2021-10-07Fix compile after wlroots commit c3e54021f8bbf3ec1c1e5906459be0ae85f5fb8cTassilo Horn
2021-10-01Chase wlr_xdg_surface breaking changesSimon Ser
2021-09-21Revert "xdg_shell: schedule configure on maximize requests"Kirill Primak
2021-09-21xdg-shell: chase wlr xdg toplevel refactorKirill Primak
2021-09-08view: fix child position calcKirill Primak
2021-08-12xdg-decoration: let floating clients set bordersDudemanguy
2021-04-26xdg-shell: ignore unecessary fullscreen request ouput hintsRonan Pigott
2021-02-23shells: Update comment about size change on commitKenny Levinsen
2021-02-23transaction: Note if instructions are server requestsKenny Levinsen
2021-02-16container: Move pending state to state structKenny Levinsen
2021-02-09view: Read geometry directly in view_update_sizeKenny Levinsen
2021-02-09shells: Only center tiled views on size changeKenny Levinsen
2021-01-12Switch to wlr_xdg_surface_for_each_popup_surfaceSimon Ser
2020-12-20Change workspace_layout to match i3 behaviorRonan Pigott
2020-11-24xdg_shell: allow views to change geometry anytimeRonan Pigott
2020-10-18transaction: validate X transaction completions by geometry, not sizeTudor Brindus
2020-07-14xdg_shell: schedule configure on maximize requestsRonan Pigott
2020-07-13input: implement xdg_toplevel interactive resize hintsRonan Pigott
2020-06-30transaction: Mark client resize immediately readyKenny Levinsen
2020-06-03shells: Resize on commit if geometry x/y changesKenny Levinsen
2020-06-03container: Remove useless surface dimensionsKenny Levinsen
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-04-11Honor output for xdg_toplevel_set_fullscreenBrian Ashworth
2019-03-17Introduce default seatopRyan Dwyer
2019-02-23view: set xdg_decoration->view to NULL, check decoration destroyRouven Czerwinski
2019-02-05Fix close_popups for xdg-shellemersion
2019-01-28Check xdg_surface's role before using its toplevelmwenzkowski
2019-01-28Center surface inside container when it's too smallRyan Dwyer
2019-01-25Implement fullscreen globalRyan Dwyer