aboutsummaryrefslogtreecommitdiff
path: root/sway/layout.c
AgeCommit message (Expand)Author
2017-03-19Prevent "move next" and "move prev" commands from crashingJarkko Oranen
2017-03-10UnGNUify the codebaseDrew DeVault
2017-03-01i3 feature support: Moving flotaing containersCalvin Lee
2017-01-14[fix] handle auto layout of empty containerwil
2017-01-14Improved behavior of insert/remove child in auto layoutswil
2017-01-14Merge branch 'master' into masterwillakat
2017-01-12Implement hide_edge_borders smart (like in i3 4.13)Frantisek Fladung
2017-01-08fixed up space-after-cast style issueswil
2017-01-08Indent cleanupswil
2017-01-08[fix] Keep Clang happywil
2017-01-07Added mouse resize for auto layoutswil
2017-01-07simplification of apply_auto_layoutwil
2017-01-07[fix] scale check to prevent un-necessary layouts was in the wrong place.wil
2017-01-07[fix] corner cases win nb_children < nb_master|nb_colwil
2017-01-07Moved auto_* layout functions from resize.c to layout.cwil
2017-01-01Merge branch 'master' of https://github.com/willakat/swaywil
2017-01-01[fix] cleanups suggested by Sway communitywil
2017-01-01changed "layout promote" command to "move first"wil
2017-01-01Fix inline is_auto_layoutDrew DeVault
2016-12-29[fix] move next/prev behavior for vert/horiz layoutwil
2016-12-29introduce next/prev as a direction for focus/move commands.wil
2016-12-29[fix] handle cases where nb_master > children->length in auto layoutwil
2016-12-29Added Awesome/Monad type "auto" layoutswil
2016-12-04wrap some views under workspacesD.B
2016-12-04add workspace_layout to containerD.B
2016-10-12Revert "Fixes dealing with workspace_layout and related bugs [rfc]"Drew DeVault
2016-10-11generalize wrapping views under workspacesD.B
2016-10-11add workspace_layout, ensure ws is always L_HORIZD.B
2016-10-07Fix creating of sibling floating/childrenNicolas Cornu
2016-10-07add focus changing between floating containersD.B
2016-10-07add force_focus_wrapping optionD.B
2016-10-07wrap container in direction (if possible)D.B
2016-09-21add unique IDs to containersZandr Martin
2016-09-17add global `current_focus` pointerZandr Martin
2016-09-05Make it possible to move views between outputsMikkel Oscar Lyderik
2016-09-02Correct `hide_edge_borders` commandLukas Lihotzki
2016-09-01Reorganize includesDrew DeVault
2016-08-07Sort workspaces when moving workspace to outputD.B
2016-07-31Refactor functions to update container bordersTony Crisci
2016-07-30revert border hiding to more recent versionD.B
2016-07-30properly hide top border inside tabbed/stackedD.B
2016-07-28Update hidpi support to latest wlc APIDrew DeVault
2016-07-28Initial pass on HiDPI supportDrew DeVault
2016-07-28Merge pull request #793 from thejan2009/workspace_layout_first_window_fixDrew DeVault
2016-07-28bugfix: windows on empty workspaces with layout tabbed/stacked would spawn wi...D.B
2016-07-27Implement `focus child` commandTony Crisci
2016-07-22properly hide bottom and right bordersD.B
2016-07-21fix regression in hide_edge_bordersZandr Martin
2016-07-21rename ws to workspace for clarityD.B
2016-07-21calculate borders for hiding from workspace geometryD.B