swayfx/sway
S. Christoffer Eliesen db92920cf9 handle_command: Skip commands that has a criteria string.
We can't handle them currently (the criteria needs to e.g. be passed to
each command handler which then needs to do the right thing), so it's
better to just do nothing than to create unexpected results (because the
command was executed on the wrong view).

(Before this patch any command list with a criteria string would simply
fail to parse, so this is at least a step in the right direction.)
2015-11-24 16:29:28 +01:00
..
commands.c handle_command: Skip commands that has a criteria string. 2015-11-24 16:29:28 +01:00
config.c fix list sorting 2015-11-24 00:30:02 -08:00
container.c container: Store app_id attribute for views. 2015-11-24 16:00:41 +01:00
debug_log.c Start fleshing out wayland client implementation 2015-11-12 19:04:01 -05:00
extensions.c Fix background extensions 2015-11-19 07:23:11 -05:00
focus.c Include header declaring ipc_event_workpace(2) 2015-11-04 21:12:25 +01:00
handlers.c Add wallpapers to output command 2015-11-19 18:55:17 -05:00
input_state.c We somewhat more wlc_point now 2015-11-14 17:14:23 -05:00
ipc.c ipc: Store socketname in SWAYSOCK. Fixes --get-socketpath. 2015-11-13 18:18:52 +01:00
layout.c output: Support multiple adjacent outputs. 2015-11-16 21:32:18 +01:00
main.c Basic support for extensions in server and clients 2015-11-18 22:01:22 -05:00
output.c output: Support multiple adjacent outputs. 2015-11-16 21:32:18 +01:00
readline.c Fix potential memory leak 2015-08-20 02:30:22 +02:00
resize.c return after disconnect ipc client and minor checks 2015-09-29 07:19:10 -07:00
stringop.c stringop: Properly handle criteria strings. 2015-11-24 16:12:37 +01:00
util.c added missing util.h/c stuff 2015-08-25 19:53:59 +02:00
workspace.c put ipc_event_workspace in update_focus 2015-11-02 11:28:51 -08:00