aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/view.c
AgeCommit message (Expand)Author
2021-02-09shells: Only center tiled views on size changeKenny Levinsen
2021-02-09transaction: Move centering to view_center_surfaceKenny Levinsen
2021-02-09view: Save surface x and y on saved buffersKenny Levinsen
2021-01-25Implement foreign toplevel fullscreen output hintsfwsmit
2021-01-20Adhere to ICCCM focus specificationBrassyPanache
2021-01-12Switch to wlr_xdg_surface_for_each_popup_surfaceSimon Ser
2020-12-20Change workspace_layout to match i3 behaviorRonan Pigott
2020-11-11tree/container: introduce `container_is_sticky[_or_child]` functionsTudor Brindus
2020-10-25Smart borders fix: always show borders for floating containersDimitris Triantafyllidis
2020-08-05view: remove foreign toplevel listeners on destroyRonan Pigott
2020-08-05view: implement foreign toplevel fullscreen requestRonan Pigott
2020-07-25view: display scratchpad hidden containers when activated by ftmRonan Pigott
2020-07-03tree/view: fix segfault in view_update_titleSimon Ser
2020-07-01tree/view: Make foreign-toplevel app_id fallback to classJohan Bjäreholt
2020-06-27tree/view: fix smart borders with tabbed/stacked ancestorTudor Brindus
2020-06-23Implement wlr-foreign-toplevel-management-v1Drew DeVault
2020-06-17Add support for viewporterSimon Ser
2020-06-12Remove view child surface_{map,unmap} listeners on destroySimon Ser
2020-06-13view: fix surface_new_subsurface use-after-freeRonan Pigott
2020-06-08tree/view: fix smart gaps when ancestor container is tabbed or stackedTudor Brindus
2020-06-05Save transform during transactionKalyan Sriram
2020-06-03container: Remove useless surface dimensionsKenny Levinsen
2020-06-03view: update_size should only update pending sizeKenny Levinsen
2020-06-03view: Save all buffers associated with viewKenny Levinsen
2020-05-29Add views idle inhibition status in get_tree outputDamien Tardy-Panis
2020-05-13commands: Add per-view shortcuts_inhibitor commandMichael Weiser
2020-04-02Update for new wlr_buffer APISimon Ser
2020-03-06Use wlr_client_bufferSimon Ser
2020-02-18tree/view: do not attempt enter on hidden childBrian Ashworth
2020-01-09view: remove workspace pid mapping for assignsBrian Ashworth
2019-11-04smart_borders: separate smartness from edge typesRonan Pigott
2019-09-22view: create container before selecting workspaceRonan Pigott
2019-09-20view: always populate pidBrian Ashworth
2019-08-20Remove xdg-shell v6 supportSimon Ser
2019-08-12view_update_size: fix surface_width/height mismatchAntonin Décimo
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-07-15Rework gaps code to be simpler and correctPedro Côrte-Real
2019-06-27tree: set correct border value before creating floaterrandom human
2019-05-30Use parent get_root_coords in subsurfacesKenny Levinsen
2019-04-16Don't apply hide_edge_borders to floating windowsmwenzkowski
2019-04-16view.c: refactor view_autoconfigure()mwenzkowski
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-04-11Honor output for xdg_toplevel_set_fullscreenBrian Ashworth
2019-03-11sway_view_child: add listener for view unmapBrian Ashworth
2019-02-24add --i3 flag to hide_edge_bordersdb
2019-02-13subsurface_get_root_coords: break on NULLBrian Ashworth
2019-02-10view: remove pointer constraints on unmapBrian Ashworth
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer
2019-01-28Center surface inside container when it's too smallRyan Dwyer
2019-01-25Implement fullscreen globalRyan Dwyer