mpv/input
wm4 392ae68e5f options: fix --no-config
This was completely broken. It was checked manually in some config
loading paths, so it appeared to work. But the intention was always to
completely disable reading from the normal config dir. This logic was
broken in commit 2263f37d.

The manual checks are actually redundant, and are not needed if
--no-config is implemented properly - remove them.

Additionally, the change to load the libmpv defaults from an embedded
profile also failed to set "config=no". The option is marked as not
being settable by a config file, and the libmpv default profile is
parsed as a config file, so this option was rejected. Fix it by removing
the CONF_NOCFG flag. (Alternatively, m_config_set_profile() could be
changed not to set the "config file" flag by default, but I'm not
bothering with this.)
2015-09-05 15:33:19 +02:00
..
cmd_list.c lua: implement input_enable_section/input_disable_section via commands 2015-08-06 00:31:47 +02:00
cmd_list.h command: add a command for defining input bindings 2015-08-06 00:16:45 +02:00
cmd_parse.c input: allow - as separator between commands, instead of _ 2015-05-25 21:59:44 +02:00
cmd_parse.h Update license headers 2015-04-13 12:10:01 +02:00
event.c input: add append argument to file drop event 2015-08-30 05:28:24 -07:00
event.h input: add append argument to file drop event 2015-08-30 05:28:24 -07:00
input.c options: fix --no-config 2015-09-05 15:33:19 +02:00
input.h input: remove some unneeded things 2015-05-26 22:00:25 +02:00
ipc.c ipc: fix undefined behavior in some error cases 2015-07-06 00:08:29 +02:00
keycodes.c Update license headers 2015-04-13 12:10:01 +02:00
keycodes.h Update license headers 2015-04-13 12:10:01 +02:00
pipe-win32.c pipe-win32: possible fix for Windows XP deadlock 2014-12-11 23:38:15 +11:00