aboutsummaryrefslogtreecommitdiff
path: root/sway/container.c
AgeCommit message (Collapse)Author
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-20setup for resizable windows, drop weighttaiyu
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-19Fix error with workspace/output name matchingDrew DeVault
2015-08-19fixed default active_workspace, and more use of set_focused_container_for(...)taiyu
2015-08-19fixed some more bugs, moved layout_log into log.ch, restored focus_parenttaiyu
2015-08-18fixed floating_modifier related thingstaiyu
2015-08-18Removed debugging, added in proper gap resets for config reloadsLuminarys
2015-08-18Improvements to gapsDrew DeVault
2015-08-19Merge remote-tracking branch 'upstream/master' into gapsKoffeinFlummi
2015-08-18Add support for gaps optionKoffeinFlummi
2015-08-18restored fullscreen/focus behaviortaiyu
2015-08-18Fix switching between focused outputsDrew DeVault
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-18more changestaiyu
2015-08-18changed handling of focus, handling of view by typetaiyu
2015-08-17Add support for workspace [name] output [name]Drew DeVault
2015-08-17fixed when views dont have names.taiyu
2015-08-17Style and other minor fixesLuminarys
2015-08-17Fixes to floating and umanaged viewsLuminarys
2015-08-17Added in basic floating togglingLuminarys
2015-08-16Fix format warningsDrew DeVault
2015-08-16fixtaiyu
2015-08-16unmanaged views handled bettertaiyu
2015-08-16fixed split [vh], small memory leak, unescape_strings handle \xnntaiyu
2015-08-16Log output name when added to treeDrew DeVault
2015-08-16Set C_OUTPUT name to name from wlcDrew DeVault
2015-08-16Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes."Drew DeVault
2015-08-16set userdata for handler to swayc_t containertaiyu
2015-08-15fixed 2 small memory leaks & adds format attribute to log.taiyu
2015-08-15Fix switching focus between outputsDrew DeVault
2015-08-15Merge pull request #31 from Luminarys/masterDrew DeVault
Multi output fixes
2015-08-15Minor style fixLuminarys
2015-08-15Removed alignmentLuminarys
2015-08-15Style fixesLuminarys
2015-08-15Fixed workspace switching in multimonitor layoutsLuminarys
2015-08-15fixed splittaiyu
2015-08-14changed swayc related functions, cleaned up some functions, moved wlc ↵Taiyu
related things into handlers
2015-08-10fixed 'return NULL' in 'void continer_map(...)'Taiyu
2015-08-10Basic workspace functionalityJose Diez