sway/include
S. Christoffer Eliesen af30a1b67c ipc,commands,config: Replace cmd_status enum with cmd_results struct.
In i3 the ipc reply will contain a human readable error message, and
this patch replicates that behaviour.

However, that error message is also useful for logging, which this
patch takes advantage of.

E.g. instead of logging errors directly in commands.c/checkargs, it is
fed back to the caller which eventually ends up logging everything with
maximum context available (config.c/read_config).

So instead of logging e.g. "Error on line 'exit'" it will now log:
"Error on line 'exit': Can't execute from config."
2015-10-22 23:36:24 +02:00
..
commands.h ipc,commands,config: Replace cmd_status enum with cmd_results struct. 2015-10-22 23:36:24 +02:00
config.h config: Add "seamless_mouse" to decide if pointer crosses output edges. 2015-10-22 01:39:12 +02:00
container.h Revert "new_workspace null behavior + testmap functions + regex" 2015-09-13 19:46:16 -04:00
focus.h fixed segfault on exit + a little fixup of that floatfocus pr 2015-08-25 13:29:33 -07:00
handlers.h Refactored resizing functions into resize.c 2015-08-21 22:26:11 -05:00
input_state.h merge 2015-08-23 12:34:18 -07:00
ipc.h main: Implement --get-socketpath switch. 2015-10-18 19:53:56 +02:00
layout.h Added in scratchpad adding 2015-08-28 23:39:12 -05:00
list.h set variable changes 2015-09-08 08:54:57 -07:00
log.h move_container_to fixup 2015-08-26 11:01:26 -07:00
readline.h Move headers to include/ 2015-08-16 11:02:56 -04:00
resize.h dont swap view with workspace... 2015-08-22 21:54:39 -07:00
stringop.h merge + no c_extensions 2015-09-18 07:23:04 -07:00
sway.h added missing header file 2015-08-20 15:27:59 +02:00
util.h added missing util.h/c stuff 2015-08-25 19:53:59 +02:00
workspace.h Revert "new_workspace null behavior + testmap functions + regex" 2015-09-13 19:46:16 -04:00