aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell.c
Commit message (Expand)AuthorAge
* 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
* Simplify transactionsLibravatar Ryan Dwyer2018-08-15
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12
* Handle views created after decoration mode is sent for xdg-shellLibravatar emersion2018-08-06
* Revert "Revert "Fix popups""Libravatar Ryan Dwyer2018-08-02
* Revert "Fix popups"Libravatar Drew DeVault2018-08-02
* Close popups when changing focusLibravatar Ryan Dwyer2018-07-31
* Fix popupsLibravatar Ryan Dwyer2018-07-31
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Merge branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
|\
| * Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6Libravatar emersion2018-07-22
| * Deny move/resize events for tiled xdg shell viewsLibravatar Ryan Dwyer2018-07-22
| * Consider view's min/max sizes when resizingLibravatar Ryan Dwyer2018-07-22