aboutsummaryrefslogtreecommitdiff
path: root/include/container.h
AgeCommit message (Collapse)Author
2015-09-13Revert "new_workspace null behavior + testmap functions + regex"Drew DeVault
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len
2015-09-12visible valuestaiyu
2015-09-12new_workspace null behavior + testmap functions + regextaiyu
2015-09-05gap resizetaiyu
2015-09-04default gap valuetaiyu
2015-08-27update visibility + container info functionstaiyu
2015-08-27use previous outputstaiyu
2015-08-26move_container_to fixuptaiyu
2015-08-25changed view visibility to be boolminus
view_visibility enum remains with one constant that is the mask to wlc's view masking
2015-08-25refactored view visibilityminus
- replace visibilty mask integers with an enum - set output's visibilty mask on creation - added update_visibility to manually update a containers visibility (e.g. when it moved to an invisible workspace)
2015-08-24add limit to swayc_in_directiontaiyu
2015-08-21bugfixes, renamestaiyu
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-20Rewrite of resize command to make it more saneLuminarys
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-20styletaiyu
2015-08-20setup for resizable windows, drop weighttaiyu
2015-08-18header updateLuminarys
2015-08-18Add support for gaps optionKoffeinFlummi
2015-08-18Coding style enforcementDrew DeVault
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
2015-08-18changed handling of focus, handling of view by typetaiyu
2015-08-17Style and other minor fixesLuminarys
2015-08-17Fixes to floating and umanaged viewsLuminarys
2015-08-17Added in basic floating togglingLuminarys
2015-08-16fixtaiyu
2015-08-16Move headers to include/Drew DeVault