aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/container.c
AgeCommit message (Expand)Author
2020-12-24container: set fullscreen mode before attempting focusRonan Pigott
2020-12-20introduce workspace_squashRonan Pigott
2020-12-20Change workspace_layout to match i3 behaviorRonan Pigott
2020-12-20Revert "commands/move: maintain workspace_layout when moving"Ronan Pigott
2020-12-20container: don't split single childrenRonan Pigott
2020-11-11tree/container: introduce `container_is_sticky[_or_child]` functionsTudor Brindus
2020-10-28In container_split, set a floating container's view to tiledDimitris Triantafyllidis
2020-10-24container: Fix NULL pointer dereferencemwenzkowski
2020-08-05view: implement foreign toplevel fullscreen indicatorRonan Pigott
2020-07-13input: implement xdg_toplevel interactive resize hintsRonan Pigott
2020-07-03commands/move: maintain workspace_layout when movingTudor Brindus
2020-06-23Implement wlr-foreign-toplevel-management-v1Drew DeVault
2020-06-07tree/container: introduce `container_toplevel_ancestor` helperTudor Brindus
2020-05-30tree/container: refactor `tiling_container_at` to check boundsTudor Brindus
2020-04-20interpret "subpixel none" as CAIRO_ANTIALIAS_GRAYIan Huang
2020-03-27Fix hit test for floaters that cross outputsJosh Shone
2020-02-11container_at_{tabbed,stacked}: check x-axis boundsBrian Ashworth
2020-01-16Fix crash when showing scratchpad hidden split containersRonan Pigott
2020-01-14container: add inactive fullscreen to focus stackBrian Ashworth
2019-08-20Allow moving a container hidden in scratchpadlbonn
2019-08-20Remove xdg-shell v6 supportSimon Ser
2019-08-14container_replace: copy {width,height}_fractionBrian Ashworth
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-07-15Rework gaps code to be simpler and correctPedro Côrte-Real
2019-07-14Layout tiled using a width/height fractionPedro Côrte-Real
2019-06-27tree: set correct border value before creating floaterrandom human
2019-06-16Fix sway crashes for scratchpad layoutsRouven Czerwinski
2019-04-24cmd_move: respect workspace layout when insertingBrian Ashworth
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-03-31scratchpad: set initial sizeBrian Ashworth
2019-03-31floating: fix size of non-view containersBrian Ashworth
2019-03-31Fix xwayland configure request scratchpad crashBrian Ashworth
2019-03-23fix opening a floating view on the NOOP outputBrian Ashworth
2019-03-10fullscreen: init floating on disable without sizeBrian Ashworth
2019-03-06Fix container_parent_layout for scratchpad windowsemersion
2019-03-02floating_maximum_size: change default behaviorBrian Ashworth
2019-02-23Fix crash exiting fullscreened floating containerminus
2019-02-21Handle NULL from output_get_active_workspaceBrian Ashworth
2019-02-09container_at_stacked: skip titles when zero pixelsBrian Ashworth
2019-01-29Remove bad assertion in container_handle_fullscreen_reparentRyan Dwyer
2019-01-28Check xdg_surface's role before using its toplevelmwenzkowski
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
2019-01-22commands: allow tiled containers to be stickiedIan Fan
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2018-12-31Set font options when computing text width.John Chen
2018-12-22Fix wlr_box_intersection args for wlroots 1441Brian Ashworth
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan