summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* about:profiles: Free the color string of each displayed profilePatrick McDermott2017-11-041-1/+4
* about:profiles: Disable default button for new profilePatrick McDermott2017-11-041-1/+1
* about:profiles: Don't edit, remove, or make default new profilesPatrick McDermott2017-11-041-6/+12
* about:profiles: Show new profile on add button clickPatrick McDermott2017-11-041-7/+20
* mq_web_view_normal_scheme_methods.display_uri(): Hide query of about-scheme URIsPatrick McDermott2017-11-041-1/+9
* Revert "mq_web_view_normal_scheme_methods.rewrite_uri(): Hide query of about-...Patrick McDermott2017-11-041-9/+1
* mq_html_form*(): Add optional button namesPatrick McDermott2017-11-044-16/+66
* mq_web_view_normal_scheme_methods.rewrite_uri(): Hide query of about-scheme URIsPatrick McDermott2017-11-041-1/+9
* mq_profiles_get_default(): New functionPatrick McDermott2017-11-042-0/+26
* about:profiles: Implement removalPatrick McDermott2017-11-041-1/+1
* mq_profiles_remove(): New functionPatrick McDermott2017-11-042-0/+9
* about:profiles: Use g_strconcat() instead of g_strdup_printf()Patrick McDermott2017-11-041-5/+5
* mq_profiles_set_default(): FixPatrick McDermott2017-11-041-1/+1
* about:profiles: Implement editingPatrick McDermott2017-11-041-3/+41
* about:profiles: Factor out document generation into new functionPatrick McDermott2017-11-041-14/+18
* about:profiles: Free string vector of profile IDsPatrick McDermott2017-11-041-0/+1
* mq_profiles_set_default(): New functionPatrick McDermott2017-11-042-0/+20
* about:profiles: Disable "Make Default" button on default profilePatrick McDermott2017-11-041-1/+2
* mq_profiles_is_default(): New functionPatrick McDermott2017-11-042-0/+10
* MqMainMenu: Make profile button sensitive and effectivePatrick McDermott2017-11-041-2/+7
* about:profiles: New pagePatrick McDermott2017-11-044-0/+104
* mq_html_input_radio(): Add value parameterPatrick McDermott2017-11-042-8/+9
* src/utils/html.c: Select profile save button by psuedo-classPatrick McDermott2017-11-041-2/+3
* mq_html_form_v(): New functionPatrick McDermott2017-11-042-0/+56
* mq_html_document_v(): New functionPatrick McDermott2017-11-042-0/+43
* src/main.c: Drop -p/--private optionPatrick McDermott2017-11-041-5/+0
* mq_application_new(): Drop private parameterPatrick McDermott2017-11-043-3/+3
* mq_application_get_profiles(): New functionPatrick McDermott2017-11-042-0/+10
* mq_profiles_new(): Call g_key_file_new()Patrick McDermott2017-11-041-0/+1
* MqApplication: Load profilesPatrick McDermott2017-11-041-0/+3
* src/schemes/about/*.c: #include "paths.h" before library headersPatrick McDermott2017-11-043-3/+6
* src/utils/html.c: Style profile <div>s and childrenPatrick McDermott2017-11-041-0/+61
* mq_html_submit(): New functionPatrick McDermott2017-11-042-0/+11
* src/utils/html.c: Style disabled buttonsPatrick McDermott2017-11-041-0/+5
* src/utils/html.c: Set font size of buttonsPatrick McDermott2017-11-041-0/+1
* mq_html_input_radio(): Fix <label>'s for attributePatrick McDermott2017-11-041-1/+1
* mq_html_label(): New functionPatrick McDermott2017-11-042-0/+11
* mq_html_input_select(): Allow label to be disabledPatrick McDermott2017-11-041-13/+26
* mq_html_input_number_d(): Fix indentationPatrick McDermott2017-11-041-3/+3
* mq_html_input_checkbox(): Allow label to be disabledPatrick McDermott2017-11-041-5/+19
* mq_html_input_radio(): Allow label to be disabledPatrick McDermott2017-11-041-3/+14
* mq_html_input_radio(): Add id parameterPatrick McDermott2017-11-042-3/+5
* mq_html_input_number_d(): Allow label to be disabledPatrick McDermott2017-11-041-5/+15
* mq_html_input_number_i(): Allow label to be disabledPatrick McDermott2017-11-041-5/+15
* mq_html_input_text(): Allow label to be disabledPatrick McDermott2017-11-041-4/+13
* mq_html_form(): Allow buttons to be individually disabledPatrick McDermott2017-11-041-12/+20
* mq_html_form(): Split button box code and stringsPatrick McDermott2017-11-041-7/+13
* mq_html_container_v(): New functionPatrick McDermott2017-11-042-0/+50
* mq_html_container(): Add classes parameterPatrick McDermott2017-11-044-10/+21
* [WIP] src/config/profiles.[ch]: New filesPatrick McDermott2017-11-043-0/+181