aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
Commit message (Expand)AuthorAge
* commands/move: maintain workspace_layout when movingLibravatar Tudor Brindus2020-07-15
* Implement wlr-foreign-toplevel-management-v1Libravatar Drew DeVault2020-06-23
* tree/container: introduce `container_toplevel_ancestor` helperLibravatar Tudor Brindus2020-06-07
* tree/container: refactor `tiling_container_at` to check boundsLibravatar Tudor Brindus2020-05-30
* interpret "subpixel none" as CAIRO_ANTIALIAS_GRAYLibravatar Ian Huang2020-04-20
* Fix hit test for floaters that cross outputsLibravatar Josh Shone2020-03-27
* container_at_{tabbed,stacked}: check x-axis boundsLibravatar Brian Ashworth2020-02-11
* Fix crash when showing scratchpad hidden split containersLibravatar Ronan Pigott2020-01-16
* container: add inactive fullscreen to focus stackLibravatar Brian Ashworth2020-01-14
* Allow moving a container hidden in scratchpadLibravatar lbonn2019-08-20
* Remove xdg-shell v6 supportLibravatar Simon Ser2019-08-20
* container_replace: copy {width,height}_fractionLibravatar Brian Ashworth2019-08-14
* Remove all wayland-server.h includesLibravatar Simon Ser2019-07-27
* Rework gaps code to be simpler and correctLibravatar Pedro Côrte-Real2019-07-15
* Layout tiled using a width/height fractionLibravatar Pedro Côrte-Real2019-07-14
* tree: set correct border value before creating floaterLibravatar random human2019-06-27
* Fix sway crashes for scratchpad layoutsLibravatar Rouven Czerwinski2019-06-16
* cmd_move: respect workspace layout when insertingLibravatar Brian Ashworth2019-04-24
* Fix scratchpad fullscreen behavior and crashLibravatar Brian Ashworth2019-04-13
* scratchpad: set initial sizeLibravatar Brian Ashworth2019-03-31
* floating: fix size of non-view containersLibravatar Brian Ashworth2019-03-31
* Fix xwayland configure request scratchpad crashLibravatar Brian Ashworth2019-03-31
* fix opening a floating view on the NOOP outputLibravatar Brian Ashworth2019-03-23
* fullscreen: init floating on disable without sizeLibravatar Brian Ashworth2019-03-10
* Fix container_parent_layout for scratchpad windowsLibravatar emersion2019-03-06
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-02
* Fix crash exiting fullscreened floating containerLibravatar minus2019-02-23
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-21
* container_at_stacked: skip titles when zero pixelsLibravatar Brian Ashworth2019-02-09
* Remove bad assertion in container_handle_fullscreen_reparentLibravatar Ryan Dwyer2019-01-29
* Check xdg_surface's role before using its toplevelLibravatar mwenzkowski2019-01-28
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Center surface inside container when it's too smallLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* commands: allow tiled containers to be stickiedLibravatar Ian Fan2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Set font options when computing text width.Libravatar John Chen2018-12-31
* Fix wlr_box_intersection args for wlroots 1441Libravatar Brian Ashworth2018-12-22
* list.c: rename free_flat_list to list_free_items_and_destroyLibravatar Ian Fan2018-12-09
* list.c: Remove list_foreachLibravatar Ian Fan2018-12-09
* Adding commands for configuring titlebar borders and paddingLibravatar Florent de Lamotte2018-11-22
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* gaps: remove duplicate inner gapsLibravatar Brian Ashworth2018-11-07
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Move view border properties to container structLibravatar Ryan Dwyer2018-10-31
* Fix re-tiling for floating containersLibravatar Mihai Coman2018-10-25
* Fix crash when resizing container hidden in the scratchpadLibravatar Ryan Dwyer2018-10-23
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20