summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mq_config_get_string_list(): New functionPatrick McDermott2017-10-062-0/+21
* mq_config_notify_*(): New functionsPatrick McDermott2017-10-062-0/+88
* src/config.h: Define callback function pointer typesPatrick McDermott2017-10-062-4/+10
* MqConfig: Propagate const qualification through callbacksPatrick McDermott2017-10-051-10/+10
* src/config.c: Move a static functionPatrick McDermott2017-10-051-42/+42
* mq_html_input_*(): Add newlinesPatrick McDermott2017-10-051-11/+11
* about:preferences: Don't try to save "_tabs" form elementPatrick McDermott2017-10-051-1/+3
* about:preferences: Get string list values (as strings)Patrick McDermott2017-10-051-1/+1
* src/config.c: Set string lists as stringsPatrick McDermott2017-10-051-1/+1
* about:preferences: Get string valuesPatrick McDermott2017-10-051-1/+1
* mq_config_get_string(), mq_config_set_string(): New functionsPatrick McDermott2017-10-052-1/+49
* Revert "src/about.c: Use strtok_r() to parse query strings"Patrick McDermott2017-10-051-8/+16
* src/about.c: Make query string parsing function staticPatrick McDermott2017-10-051-1/+1
* about:preferences: Add two more pages of preferencesPatrick McDermott2017-10-051-0/+86
* about:preferences: Display and save some preferencesPatrick McDermott2017-10-051-16/+120
* mq_html_input_number_d(): New functionPatrick McDermott2017-10-052-0/+15
* mq_html_input_number_i(): New functionPatrick McDermott2017-10-052-0/+15
* src/html.c: Display labels as blocksPatrick McDermott2017-10-051-0/+3
* mq_config_load(): Load from ${XDG_CONFIG_HOME}/${PACKAGE}/${profile}Patrick McDermott2017-10-041-4/+8
* mq_config_load(): Build profile directoryPatrick McDermott2017-10-042-0/+9
* mq_config_new(): Build file name with g_build_filename()Patrick McDermott2017-10-041-2/+2
* MqApplication: Use MqConfigPatrick McDermott2017-10-042-0/+14
* src/config.h: Declare mq_config_load() and mq_config_save()Patrick McDermott2017-10-041-0/+6
* 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-042-9/+30
* mq_config_set_*(): Fix key arguments to g_key_file_set_*()Patrick McDermott2017-10-041-3/+3
* mq_config_get_*(): DefinePatrick McDermott2017-10-042-0/+45
* src/config.[ch]: Support setting integer and double valuesPatrick McDermott2017-10-042-1/+70
* src/config.[ch]: Expose static function as mq_config_set_boolean()Patrick McDermott2017-10-042-15/+21
* 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-043-0/+157
* mq_html_input_checkbox(): Enable "off" valuesPatrick McDermott2017-10-041-1/+24
* mq_html_input_radio(), mq_html_input_checkbox(): Fix input typesPatrick McDermott2017-10-041-2/+2
* about:(version): Use mq_gpl_3_0_html() instead of overlength stringPatrick McDermott2017-10-021-688/+2
* src/gpl-3-0.[ch]: New filesPatrick McDermott2017-10-023-0/+774
* about:preferences: Convert to a vertical notebookPatrick McDermott2017-10-021-1/+1
* src/html.c: Add vertical notebook stylesPatrick McDermott2017-10-021-0/+47
* src/html.c: Add C comments in CSS stringPatrick McDermott2017-10-011-0/+9
* about:(version): Use mq_html_list_v() for authors listPatrick McDermott2017-10-011-4/+6
* mq_html_list_v(): New functionPatrick McDermott2017-10-012-0/+40
* mq_html_*_free(): Remove and merge with non-*_free() variantsPatrick McDermott2017-10-013-50/+17
* mq_html_h*_free(), mq_html_p_free(): Rename variablePatrick McDermott2017-10-011-3/+3
* about:(version): Use mq_html_*() for credits pagePatrick McDermott2017-10-011-3/+7