summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* mq_config_load(): Build profile directoryPatrick McDermott2017-10-042-0/+9
| | | | And save profile name in mq_config_new().
* 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
| | | | And fix return value of mq_config_get_double().
* 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
| | | | Also declare mq_config_set() in src/config.h.
* src/config.[ch]: Expose static function as mq_config_set_boolean()Patrick McDermott2017-10-042-15/+21
| | | | And declare mq_config_new() in src/config.h.
* src/config.c: Run callbacks on value settingPatrick McDermott2017-10-041-10/+33
| | | | | | And just use "enum", "union", and "struct" keywords and namespaces instead of defining types. Otherwise, at least one of these types would have to be forward declared.
* 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
| | | | | | | | | | | | | | mq_gpl_3_0_html() builds a long string from an array of shorter strings. This works around possibly limited literal string lengths of compilers, as described by this warning from GCC: $ make [...] CC src/about/marquee-version.o src/about/version.c:726:2: warning: string length ‘36973’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] ; ^ [...]
* 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
|
* mq_html_list_free(): New functionPatrick McDermott2017-10-012-15/+45
|
* mq_html_list(): New functionPatrick McDermott2017-10-012-0/+46
|
* about:(version): Mark query parameter unusedPatrick McDermott2017-10-011-1/+2
|
* mq_html_h*(): New functionsPatrick McDermott2017-10-012-22/+35
| | | | Declare and define them all with macros.
* about:(version): Drop query handlingPatrick McDermott2017-10-011-24/+19
|
* MqTabChrome: Switch to about tabPatrick McDermott2017-10-011-0/+2
|
* MqTabChrome: Close menu on about button clickPatrick McDermott2017-10-012-4/+5
|
* MqTabChrome: Make about button functionalPatrick McDermott2017-10-011-0/+7
|
* mq_tab_chrome_new(): Accept and save MqTab argumentPatrick McDermott2017-10-013-3/+8
|
* about:(version): New pagePatrick McDermott2017-10-015-3/+761
|
* src/html.c: Float submit and reset buttons to the rightPatrick McDermott2017-10-011-3/+11
|
* src/html.c: Increase <body> marginPatrick McDermott2017-10-011-0/+1
|
* src/html.c: Eliminate <html> and <form> marginsPatrick McDermott2017-10-011-0/+6
|
* src/html.c: Fix top margin of notebook tabsPatrick McDermott2017-10-011-1/+1
|
* src/html.c: Add notebook stylesPatrick McDermott2017-10-011-3/+78
|
* mq_html_input_*(): Close <label>sPatrick McDermott2017-10-011-3/+4
|
* src/html.c: Add basic page and form stylesPatrick McDermott2017-10-011-2/+42
|
* mq_html_p(), mq_html_p_free(): Just use g_strconcat()Patrick McDermott2017-10-011-19/+3
|
* mq_html_p(), mq_html_p_free(): New functionsPatrick McDermott2017-10-012-0/+40
|