aboutsummaryrefslogtreecommitdiff
path: root/sway/layout.c
AgeCommit message (Collapse)Author
2015-08-29#151 fixtaiyu
2015-08-29Fixed move scratchpad and added in scratchpad showLuminarys
2015-08-28Added in scratchpad addingLuminarys
2015-08-28move v3taiyu
2015-08-28styletaiyu
2015-08-28layout fix for a certain casetaiyu
2015-08-28dont move floating contaienrstaiyu
2015-08-28move function redonetaiyu
2015-08-27update visibility + container info functionstaiyu
2015-08-26slight fixtaiyu
2015-08-26fixed move_container bug, log prints before abortingtaiyu
2015-08-26some function documentation, fixed gaps on config reloadtaiyu
2015-08-26move_container_to fixuptaiyu
2015-08-25fixed segfault on exit + a little fixup of that floatfocus prtaiyu
2015-08-25added "move container to workspace"minus
makes the previous commit actually testable
2015-08-24add limit to swayc_in_directiontaiyu
2015-08-23mergetaiyu
2015-08-22fixed container resize odditytaiyu
2015-08-22floating/tiling move + floating resize cleaned and fixedtaiyu
2015-08-22Fix minor bug with output positioningDrew DeVault
2015-08-22Implement output positioningDrew DeVault
:tada:
2015-08-22Set x/y positions for output containersDrew DeVault
2015-08-21Refactored resizing functions into resize.cLuminarys
2015-08-21swayc_is_fullscreentaiyu
2015-08-21bugfixes, renamestaiyu
2015-08-21fixed #108 signed/unsigned comparisonminus
2015-08-21Merge pull request #105 from Half-Shot/masterDrew DeVault
Basic 'move' functionality.
2015-08-21Merge pull request #101 from Luminarys/masterDrew DeVault
Added in basic resizing command.
2015-08-21Added in bspwm like mouse resizingLuminarys
2015-08-20Rewrite of resize command to make it more saneLuminarys
2015-08-20Fixed style errorsHalf-Shot
2015-08-20Few stray bitsHalf-Shot
2015-08-20Merge branch 'master' of https://github.com/SirCmpwn/swayHalf-Shot
2015-08-20Basic left right move command implemented.Half-Shot
2015-08-20find_parent_by_typetaiyu
2015-08-20Style fixesLuminarys
2015-08-20Added in basic resize commandLuminarys
2015-08-20Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu
merging
2015-08-20Merge pull request #97 from taiyu-len/masterDrew DeVault
setup for resizable windows, drop weight
2015-08-20styletaiyu
2015-08-20small fix, default width/height 0taiyu
2015-08-20unnessesary logtaiyu
2015-08-20setup for resizable windows, drop weighttaiyu
2015-08-20Merge pull request #94 from taiyu-len/masterDrew DeVault
input_state.ch, and command conflicts resolved
2015-08-20Change gap behaviour to more closely match i3-gapsKoffeinFlummi
Previously, when only using inner gaps, the gap between a window at the edge of the output was only half the size of the gaps between views. Additionally, the gaps between the actual windows was twice as wide as it was on i3-gaps.
2015-08-19remove debug messagetaiyu
2015-08-19input state, find_container_in_directiontaiyu
2015-08-19fixed default active_workspace, and more use of set_focused_container_for(...)taiyu
2015-08-19fixed focus key handlertaiyu
2015-08-18focus to only childtaiyu