aboutsummaryrefslogtreecommitdiff
path: root/sway/layout.c
AgeCommit message (Collapse)Author
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-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
2015-08-10Slightly better multihead supportDrew DeVault
2015-08-10Prevent passing WM keys, improve multihead supportDrew DeVault
2015-08-10destroys empty workspace + minor bugfixesTaiyu
2015-08-10Set view->visible to true when createdDrew DeVault
2015-08-10Basic workspace functionalityJose Diez
2015-08-10Focus unmanaged windows when createdDrew DeVault
2015-08-10Fix issue with untitled windowsDrew DeVault
2015-08-09Finish up fullscreen commandDrew DeVault
2015-08-09Flesh out fullscreen support a bitDrew DeVault
2015-08-09fullscreen: partially workingjdiez17
2015-08-09Keep track of window namesDrew DeVault
2015-08-10log: add newlinejdiez17
2015-08-09Add movement supportDrew DeVault
2015-08-09Destroy containers when all views are removedDrew DeVault
2015-08-09Implement splith/splitvDrew DeVault
Ref #2
2015-08-09Fix up some issues with focusDrew DeVault
2015-08-09Implement focus_follows_mouseDrew DeVault
2015-08-09Handle unmanaged windows appropriatelyDrew DeVault
2015-08-08Handle focus changesDrew DeVault
And some simple refactoring
2015-08-08Tile some windows babyDrew DeVault