aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/xdg_shell.c
AgeCommit message (Expand)Author
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
2019-01-22Fix dead stores found by scan-buildM Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-15Remove wlr_xdg_surface_send_close.Connor E
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer
2018-10-25Rebase the cursor after applying transactionsRyan Dwyer
2018-10-24Rebase the cursor after mapping a viewRyan Dwyer
2018-10-20Fix popup damage issues when toplevel and/or popup uses geometryRyan Dwyer
2018-10-16view: move arrange_workspace into view_mapRouven Czerwinski
2018-10-09Merge pull request #2772 from RyanDwyer/improve-popup-damageDrew DeVault
2018-10-08Remove duplicate codeRyan Dwyer
2018-10-08Look for any ancestor when checking for fullscreen exitRyan Dwyer
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-10-07Use wlr_xdg_popup_get_toplevel_coordsRyan Dwyer
2018-10-07Only damage popups when popups have damageRyan Dwyer
2018-09-27Remove server-decoration assumption if view supports xdg-decorationRyan Dwyer
2018-09-27Rename view_set_csd_from_client to view_update_csd_from_clientRyan Dwyer
2018-09-27Add CSD to border modesRyan Dwyer
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-11Rename OP_MOVE to OP_MOVE_FLOATINGRyan Dwyer
2018-09-06Float views when min == max on either dimensionRyan Dwyer