aboutsummaryrefslogtreecommitdiff
path: root/sway/layout.c
AgeCommit message (Collapse)Author
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
2015-08-18Fixes to make floating windows work betterLuminarys
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-18Patched for wlc updatesLuminarys
2015-08-18restored fullscreen/focus behaviortaiyu
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-18fixed floating window crashing bugtaiyu
2015-08-18more changestaiyu
2015-08-18changed handling of focus, handling of view by typetaiyu
2015-08-17Fix segfault from focus_viewDrew DeVault
2015-08-17Fixes to floating and umanaged viewsLuminarys
2015-08-17Added in basic floating togglingLuminarys
2015-08-16fixtaiyu
2015-08-16sends hidden views to back, visible view to fronttaiyu
2015-08-16handle_view_state_requesttaiyu
2015-08-16Fix movement between outputsDrew DeVault
2015-08-16Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes."Drew DeVault
2015-08-15fixed 2 small memory leaks & adds format attribute to log.taiyu
2015-08-15Fixed reloading and arrange_windowsLuminarys
2015-08-15Fixed workspace switching in multimonitor layoutsLuminarys
2015-08-15Added layout debugger back in and fixed mutlimonitor layout issuesLuminarys
2015-08-15fixed focustaiyu
2015-08-15fixed focustaiyu
2015-08-14styleTaiyu
2015-08-14changed swayc related functions, cleaned up some functions, moved wlc ↵Taiyu
related things into handlers