aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
Commit message (Expand)AuthorAge
* Update wlr_box includesLibravatar Simon Ser2021-07-07
* focus: beyond fullscreen when focused explicitlyLibravatar lbonn2021-02-25
* render: handle containers without output when rendering titlesLibravatar Quantum2021-02-25
* container: Add container_is_current_floatingLibravatar Kenny Levinsen2021-02-22
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* introduce workspace_squashLibravatar Ronan Pigott2020-12-20
* tree/container: introduce `container_is_sticky[_or_child]` functionsLibravatar Tudor Brindus2020-11-11
* input: implement xdg_toplevel interactive resize hintsLibravatar Ronan Pigott2020-07-13
* tree/container: introduce `container_toplevel_ancestor` helperLibravatar Tudor Brindus2020-06-07
* container: Remove useless surface dimensionsLibravatar Kenny Levinsen2020-06-03
* Fix typos in commentsLibravatar Martin Michlmayr2020-05-21
* Fix crash when showing scratchpad hidden split containersLibravatar Ronan Pigott2020-01-16
* Revert "Make all the container dimensions integers"Libravatar Simon Ser2020-01-15
* Make all the container dimensions integersLibravatar Pedro Côrte-Real2020-01-01
* Avoid numerical instability in resizeLibravatar Pedro Côrte-Real2020-01-01
* 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
* Make mouse drag in tiled mode swap containers if no edge is selectedLibravatar Sebastian Parborg2019-07-09
* scratchpad: set initial sizeLibravatar Brian Ashworth2019-03-31
* Fix xwayland configure request scratchpad crashLibravatar Brian Ashworth2019-03-31
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-02
* 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
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Adding commands for configuring titlebar borders and paddingLibravatar Florent de Lamotte2018-11-22
* 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
* Remove enum movement_directionLibravatar Ryan Dwyer2018-10-30
* Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* Merge pull request #2703 from RyanDwyer/csd-borderLibravatar Drew DeVault2018-10-03
|\
| * Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* | Make gaps implementation consistent with i3-gapsLibravatar Ryan Dwyer2018-09-29
|/
* Minor fixes to tiling drag implementationLibravatar Ryan Dwyer2018-09-12
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Align titles to baselineLibravatar Ryan Dwyer2018-09-08
* Remove offset argument to container_add_siblingLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Make separate gaps functions per container typeLibravatar Ryan Dwyer2018-08-26
* Relocate container_move, container_move_to and container_get_in_directionLibravatar Ryan Dwyer2018-08-25
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Fix crash when adding outputLibravatar Ryan Dwyer2018-08-20
* Send output enter/leave events correctlyLibravatar Ryan Dwyer2018-08-20
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* Rename container_sort_workspaces and container_wrap_childrenLibravatar Ryan Dwyer2018-08-18
* Add using_csd variable to transaction stateLibravatar Ryan Dwyer2018-08-17