gri3-wm/include
Ingo Bürk 8d36f78b8e Reject invalid match criteria with an error.
Previously, using a command like

  [con_id=foo] kill

would kill the currently focused window because while an error for
not being able to parse the con_id was logged, no further action
was taken, which caused the criterion to be ignored. In this case,
the fallback behavior of using the focused window took over.

For con_id, id and window_type we now reject incorrect values with
an error and abort the command.

fixes #2091
2015-12-09 14:00:53 +01:00
..
i3
all.h
assignments.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
atoms.xmacro Support _NET_WM_USER_TIME. 2015-11-21 22:48:48 +01:00
bindings.h Only grab scrollwheel buttons if necessary. 2015-11-15 22:08:47 +01:00
click.h
cmdparse.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
commands.h Add --no-auto-back-and-forth for moving windows. 2015-10-26 22:40:06 +01:00
commands_parser.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
con.h Fix crash when trying to split and float a dock container. 2015-10-26 22:14:14 +01:00
config.h Parse colors as color_t instead of colorpixel. 2015-11-23 22:18:02 +01:00
config_directives.h Make pango markup in mode names optional with a flag. 2015-10-13 09:23:30 +02:00
config_parser.h Check duplicated bindings after translating keysym 2015-10-02 22:09:53 +08:00
data.h Reject invalid match criteria with an error. 2015-12-09 14:00:53 +01:00
debug.h
display_version.h
ewmh.h
fake_outputs.h
floating.h
handlers.h
i3.h
ipc.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
key_press.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
libi3.h Use 32-bit visual by default if available. 2015-11-23 22:18:02 +01:00
load_layout.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
log.h
main.h
manage.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
match.h Refactor parsing of matches to avoid code duplication. 2015-10-04 17:40:25 +02:00
move.h
output.h Keep a sticky window focused if it was the focused window on the source workspace. 2015-09-24 22:10:17 +02:00
queue.h
randr.h Don't create empty workspaces on restart 2015-09-21 13:26:58 +02:00
regex.h
render.h
resize.h
restore_layout.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
scratchpad.h
sd-daemon.h
shmlog.h
sighandler.h
startup.h Turn "char *" into "const char *" for all command parser functions. 2015-09-28 14:24:08 +02:00
tree.h
util.h
window.h
workspace.h Turn "char *" into "const char *" for all command parser functions. 2015-09-28 14:24:08 +02:00
x.h
xcb.h Use 32-bit visual by default if available. 2015-11-23 22:18:02 +01:00
xcb_compat.h Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
xcursor.h
xinerama.h
yajl_utils.h