summaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* mq_config_new(): Build file name with g_build_filename()Patrick McDermott2017-10-041-2/+2
* src/config.c: Drop compatibility.user-agent TODO commentPatrick McDermott2017-10-041-1/+1
* src/config.c: Disable DNS prefetching by defaultPatrick McDermott2017-10-041-1/+1
* src/config.c: Set resizable text areas config defaultPatrick McDermott2017-10-041-1/+1
* src/config.c: Set MediaStream and MediaSource config defaultsPatrick McDermott2017-10-041-55/+55
* src/config.c: Set configuration defaultsPatrick McDermott2017-10-041-0/+101
* src/config.c: Move a static functionPatrick McDermott2017-10-041-9/+9
* mq_config_get_*(), mq_config_set_*(): Free duplicated group/key stringsPatrick McDermott2017-10-041-8/+29
* mq_config_set_*(): Fix key arguments to g_key_file_set_*()Patrick McDermott2017-10-041-3/+3
* mq_config_get_*(): DefinePatrick McDermott2017-10-041-0/+36
* src/config.[ch]: Support setting integer and double valuesPatrick McDermott2017-10-041-1/+61
* src/config.[ch]: Expose static function as mq_config_set_boolean()Patrick McDermott2017-10-041-15/+15
* src/config.c: Run callbacks on value settingPatrick McDermott2017-10-041-10/+33
* src/config.c: Move hash table setup into new functionPatrick McDermott2017-10-041-9/+16
* src/config.c: Set up hash table of types and callbacksPatrick McDermott2017-10-041-3/+7
* src/config.[ch]: New filesPatrick McDermott2017-10-041-0/+120