aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2017-01-08Indent cleanupswil
2017-01-08[fix] Keep Clang happywil
2017-01-07Merge branch 'master' of https://github.com/SirCmpwn/swaywil
2017-01-07Added mouse resize for auto layoutswil
2017-01-07simplification of apply_auto_layoutwil
2017-01-07[fix] resize should now preserve surrounding container's dimensionswil
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-06Fix workspace layouts in json dataHummer12007
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-01Document new layout command syntaxDrew DeVault
2017-01-01Fix inline is_auto_layoutDrew DeVault
2016-12-31[fix] cycle auto layouts backwardswil
2016-12-29Added "layout promote" command.wil
2016-12-29cleanup in auto layoutswil
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 auto layout resize with multiple slave groupswil
2016-12-29[fix] handle cases where nb_master > children->length in auto layoutwil
2016-12-29Added "layout incnmaster|incncol" commandswil
2016-12-29Handle resize in auto layoutswil
2016-12-29Added Awesome/Monad type "auto" layoutswil
2016-12-28Add redshift supportDrew DeVault
2016-12-26sway: extensions: make locking give back focusAleksa Sarai
2016-12-26sway: extensions: only unlock if lock_surfaces.length == 0Aleksa Sarai
2016-12-23Update default swaybar commandDrew DeVault
2016-12-18Put floating views in center, fallback on top leftNicolas Cornu
2016-12-17Change how security config is loadedDrew DeVault
2016-12-17Merge pull request #996 from woutershep/datadirDrew DeVault
2016-12-17Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIRWouter van Kesteren
2016-12-15Fix build errorDrew DeVault
2016-12-15Fix indentation issuesDrew DeVault
2016-12-15Handle calloc failuresDrew DeVault
2016-12-15Add remaining sway allocation failure handlingDrew DeVault
2016-12-15Handle allocation failures in security codeDrew DeVault
2016-12-15Handle IPC server allocation failuresDrew DeVault
2016-12-15Handle some more memory allocation failuresDrew DeVault
2016-12-15Handle config-related allocation failuresDrew DeVault
2016-12-15Handle allocation failure in commandsDrew DeVault
2016-12-15Handle border-related malloc failuresDrew DeVault
2016-12-15Handle malloc failures from read_lineDrew DeVault
2016-12-09Fix build on FreeBSDGreg V
2016-12-06Use return value of writeDrew DeVault
2016-12-04Decrement expected_lenDrew DeVault
2016-12-04Fix to sway-security(7)Drew DeVault
2016-12-04Drop restart command from sanity checkDrew DeVault
2016-12-04fix layout switching (was broken because of workspace_layout)D.B