aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/arrange.c
Commit message (Expand)AuthorAge
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* Make sure we don't calculate fractional pixel gapsLibravatar Pedro Côrte-Real2020-01-01
* Avoid numerical instability in resizeLibravatar Pedro Côrte-Real2020-01-01
* arrange: remove gaps for workspace location deltasLibravatar Brian Ashworth2019-07-26
* Sanity check gaps between tiled containersLibravatar Pedro Côrte-Real2019-07-15
* 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
* Layout correctly with several new windowsLibravatar Pedro Côrte-Real2019-07-14
* Stop using wlr_output->{lx,ly}Libravatar emersion2019-03-11
* arrange: use int not size_t for title offsetsLibravatar Brian Ashworth2019-03-10
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Fix crash when view maps while lockedLibravatar Ryan Dwyer2018-10-13
* Prevent sticky containers from jumping on workspace switchLibravatar Ryan Dwyer2018-09-23
* Adjust container boxLibravatar Ryan Dwyer2018-09-06
* Fix output position issueLibravatar Ryan Dwyer2018-09-05
* 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
* Stop floaters from snapping on move to new outputLibravatar Brian Ashworth2018-08-27
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Make separate gaps functions per container typeLibravatar Ryan Dwyer2018-08-26
* Translate floating containers when a workspace is movedLibravatar Ryan Dwyer2018-08-22
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Separate root-related codeLibravatar Ryan Dwyer2018-08-04
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Remove transaction_add_damageLibravatar Ryan Dwyer2018-06-27
* Implement atomic layout updates for tree operationsLibravatar Ryan Dwyer2018-06-23
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-11
|\
| * Implement gaps (PR #2047)Libravatar Nate Symer2018-06-09
* | Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
* | Make main properties be the pending stateLibravatar Ryan Dwyer2018-06-09
* | WIP: Atomic layout updates ground workLibravatar Ryan Dwyer2018-06-09
|/
* Store swayc coordinates as layout-localLibravatar Ryan Dwyer2018-06-01
* Implement floatingLibravatar Ryan Dwyer2018-06-01
* Fix nested tabsLibravatar Ryan Dwyer2018-05-24
* Use constants for titlebar dimensionsLibravatar Ryan Dwyer2018-05-22
* Implement stacked layoutLibravatar Ryan Dwyer2018-05-22
* Implement tabbed layoutLibravatar Ryan Dwyer2018-05-21
* Use scissor to render title textureLibravatar Ryan Dwyer2018-05-05
* Render titlesLibravatar Ryan Dwyer2018-05-03
* Implement bordersLibravatar Ryan Dwyer2018-04-30
* Remove arrange_windows()Libravatar Ryan Dwyer2018-04-30
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28