aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell.c
Commit message (Expand)AuthorAge
* shells: Update comment about size change on commitLibravatar Kenny Levinsen2021-02-23
* transaction: Note if instructions are server requestsLibravatar Kenny Levinsen2021-02-23
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* view: Read geometry directly in view_update_sizeLibravatar Kenny Levinsen2021-02-09
* shells: Only center tiled views on size changeLibravatar Kenny Levinsen2021-02-09
* Switch to wlr_xdg_surface_for_each_popup_surfaceLibravatar Simon Ser2021-01-12
* Change workspace_layout to match i3 behaviorLibravatar Ronan Pigott2020-12-20
* xdg_shell: allow views to change geometry anytimeLibravatar Ronan Pigott2020-11-24
* transaction: validate X transaction completions by geometry, not sizeLibravatar Tudor Brindus2020-10-18
* xdg_shell: schedule configure on maximize requestsLibravatar Ronan Pigott2020-07-14
* input: implement xdg_toplevel interactive resize hintsLibravatar Ronan Pigott2020-07-13
* transaction: Mark client resize immediately readyLibravatar Kenny Levinsen2020-06-30
* shells: Resize on commit if geometry x/y changesLibravatar Kenny Levinsen2020-06-03
* container: Remove useless surface dimensionsLibravatar Kenny Levinsen2020-06-03
* Remove all wayland-server.h includesLibravatar Simon Ser2019-07-27
* Honor output for xdg_toplevel_set_fullscreenLibravatar Brian Ashworth2019-04-11
* Introduce default seatopLibravatar Ryan Dwyer2019-03-17
* view: set xdg_decoration->view to NULL, check decoration destroyLibravatar Rouven Czerwinski2019-02-23
* Fix close_popups for xdg-shellLibravatar emersion2019-02-05
* Check xdg_surface's role before using its toplevelLibravatar mwenzkowski2019-01-28
* Center surface inside container when it's too smallLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Remove wlr_xdg_surface_send_close.Libravatar Connor E2019-01-15
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* Rebase the cursor after applying transactionsLibravatar Ryan Dwyer2018-10-25
* Rebase the cursor after mapping a viewLibravatar Ryan Dwyer2018-10-24
* Fix popup damage issues when toplevel and/or popup uses geometryLibravatar Ryan Dwyer2018-10-20
* view: move arrange_workspace into view_mapLibravatar Rouven Czerwinski2018-10-16
* Merge pull request #2772 from RyanDwyer/improve-popup-damageLibravatar Drew DeVault2018-10-09
|\
| * Use wlr_xdg_popup_get_toplevel_coordsLibravatar Ryan Dwyer2018-10-07
| * Only damage popups when popups have damageLibravatar Ryan Dwyer2018-10-07
* | Remove duplicate codeLibravatar Ryan Dwyer2018-10-08
* | Look for any ancestor when checking for fullscreen exitLibravatar Ryan Dwyer2018-10-08
* | Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
|/
* Remove server-decoration assumption if view supports xdg-decorationLibravatar Ryan Dwyer2018-09-27
* Rename view_set_csd_from_client to view_update_csd_from_clientLibravatar Ryan Dwyer2018-09-27
* Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* Allow running commands on containers without focusing themLibravatar Ryan Dwyer2018-09-23
* Rename OP_MOVE to OP_MOVE_FLOATINGLibravatar Ryan Dwyer2018-09-11
* Float views when min == max on either dimensionLibravatar Ryan Dwyer2018-09-06
* Don't use wlr_output propertiesLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Prepare arrange code for type safe argumentsLibravatar Ryan Dwyer2018-08-28
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Store geometry in the view and handle any floating view resizingLibravatar Ryan Dwyer2018-08-18
* Add view_get_geometryLibravatar emersion2018-08-18