summaryrefslogtreecommitdiff
path: root/sway/commands/force_focus_wrapping.c
AgeCommit message (Collapse)Author
2019-04-14Add deprecation warnings for new_float, new_window, and force_focus_wrapping.Connor E
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
Patch tested by compiling with `__attribute__ ((format (printf, 2, 3)))` applied to `cmd_results_new`. String usage constants have been converted from pointers to arrays when encountered. General handler format strings were sometimes modified to include the old input string, especially for unknown command errors.
2018-07-23Switch to using a function to parse booleansBrian Ashworth
2018-05-28Support i3's legacy force_focus_wrapping commandBrian Ashworth
2017-11-18Move everything to sway/old/Drew DeVault
2017-03-10UnGNUify the codebaseDrew DeVault
2016-10-07add force_focus_wrapping optionD.B