aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
AgeCommit message (Expand)Author
2016-09-07squash commits, move enum into resize.cZandr Martin
2016-09-02Merge branch 'master' of git://github.com/SirCmpwn/sway into commands-refactorZandr Martin
2016-09-01refactor commands.cZandr Martin
2016-09-01Reorganize includesDrew DeVault
2016-08-12Rerender after every split commandGuillaume Brogi
2016-08-07Fix container move when workspace is focusedD.B
2016-08-04Fix 'workspace back_and_forth' and workspace_auto_back_and_forth clashD.B
2016-08-01Merge pull request #811 from acrisci/feature/focus-containerDrew DeVault
2016-07-31cache floating container size when fullscreeningZandr Martin
2016-07-31Refactor functions to update container bordersTony Crisci
2016-07-31Update container geometry on layout switchD.B
2016-07-30implement solid color rendering for swaybgZandr Martin
2016-07-28Update hidpi support to latest wlc APIDrew DeVault
2016-07-28Initial pass on HiDPI supportDrew DeVault
2016-07-28Merge pull request #791 from acrisci/feature/focus-childDrew DeVault
2016-07-28Close all focused container's child views on killD.B
2016-07-27Implement `focus child` commandTony Crisci
2016-07-23Put ipc command result json in an arrayTony Crisci
2016-07-21Initial work on window eventsMykyta Holubakha
2016-07-17Add missing entry to list of accepted arguments for the move commandDavid Eklov
2016-07-17Do not crash when handling the command 'move position'David Eklov
2016-07-17Implement configurable wrapping on bar ws scrollDrew DeVault
2016-07-16refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use where...D.B
2016-07-07Fix tabbed/stacked corner case #742D.B
2016-07-03resize command updates (#713)Zandr Martin
2016-07-03match i3 syntax for `resize set`Zandr Martin
2016-06-19Minor fix to warning messagesDrew DeVault
2016-06-11implement resize command for absolute dimensionsZandr Martin
2016-06-11cleanup + add timeouts for pid_workspace listZandr Martin
2016-06-11Merge branch 'master' into assign-commandZandr Martin
2016-06-10trigger bg change on config reloadZandr Martin
2016-06-06messy, unfinished versionZandr Martin
2016-06-05Merge branch 'master' into variables_corner_casesDenis Doria
2016-06-04add documentation for client commandsZandr Martin
2016-06-03Put w to uppercase just to keep consistency between warningsDenis Doria
2016-06-03Includes $ for variables without itDenis Doria
2016-06-03Fix identation issuethuck
2016-06-03Fix output command when varible not setthuck
2016-06-02Including error message when variable do not start with $thuck
2016-06-02Initial implementation for floating_maximum_sizeDenis Doria
2016-06-01Included option floating_minimum_sizeDenis Doria
2016-05-29Remove bar position left:right from docsDrew DeVault
2016-05-28enforce workspace output assignentsZandr Martin
2016-05-28remove alphabetic sorting from sort_workspacesZandr Martin
2016-05-23Concatenate output cmd args, fixes #654Mykyta Holubakha
2016-05-14Support floating_scroll sidewaysMykyta Holubakha
2016-05-09Prevent changing layout when focusing float windowMikkel Oscar Lyderik
2016-05-08Allow to set relative path for wallpapers in configMykyta Holubakha
2016-05-08Remove FSB_GAPS_INNER and FSB_GAPS_OUTERMykyta Holubakha
2016-05-07Implemented configurable floating scroll behaviorMykyta Holubakha