| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mq_html_document(): Add head_tags parameter | Patrick McDermott | 2017-11-05 | 2 | -11/+30 |
|
|
* | mq_html_document_v(): Add global styles to document | Patrick McDermott | 2017-11-05 | 1 | -0/+2 |
|
|
* | about:(version), about:preferences: Update mq_html_document() calls | Patrick McDermott | 2017-11-05 | 2 | -2/+2 |
|
|
* | about:profiles: Pass profiles styles to mq_html_document() | Patrick McDermott | 2017-11-05 | 1 | -1/+84 |
|
|
* | src/utils/html.c: Remove profiles styles | Patrick McDermott | 2017-11-05 | 1 | -80/+0 |
|
|
* | mq_html_document*(): Add styles parameter | Patrick McDermott | 2017-11-05 | 2 | -7/+10 |
|
|
* | MqMainMenu: Get current profile name and color from MqProfiles | Patrick McDermott | 2017-11-05 | 1 | -7/+23 |
|
|
* | src/utils/html.c: Set font-weight of div.profile > span.current | Patrick McDermott | 2017-11-05 | 1 | -0/+3 |
|
|
* | about:profiles: Add "current" class to <span> of current profile | Patrick McDermott | 2017-11-05 | 1 | -9/+16 |
|
|
* | mq_application_new(): Set current profile | Patrick McDermott | 2017-11-05 | 1 | -0/+1 |
|
|
* | mq_profiles_[gs]et_current(): New functions | Patrick McDermott | 2017-11-05 | 2 | -0/+25 |
|
|
* | src/utils/html.c: Add border and background to <svg> when editing | Patrick McDermott | 2017-11-05 | 1 | -0/+15 |
|
|
* | mq_profiles_insert(): Replace disallowed characters with "_", not "-" | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
|
|
* | about:profiles: Insert new profiles | Patrick McDermott | 2017-11-04 | 1 | -0/+6 |
|
|
* | mq_parse_query_string(): Replace "+" in query values with " " | Patrick McDermott | 2017-11-04 | 1 | -0/+2 |
|
|
* | mq_profiles_insert(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+22 |
|
|
* | about:profiles: Allocate room for trailing NULL in string vector | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
|
|
* | about:profiles: Free the color string of each displayed profile | Patrick McDermott | 2017-11-04 | 1 | -1/+4 |
|
|
* | about:profiles: Disable default button for new profile | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
|
|
* | about:profiles: Don't edit, remove, or make default new profiles | Patrick McDermott | 2017-11-04 | 1 | -6/+12 |
|
|
* | about:profiles: Show new profile on add button click | Patrick McDermott | 2017-11-04 | 1 | -7/+20 |
|
|
* | mq_web_view_normal_scheme_methods.display_uri(): Hide query of about-scheme URIs | Patrick McDermott | 2017-11-04 | 1 | -1/+9 |
|
|
* | Revert "mq_web_view_normal_scheme_methods.rewrite_uri(): Hide query of about-... | Patrick McDermott | 2017-11-04 | 1 | -9/+1 |
|
|
* | mq_html_form*(): Add optional button names | Patrick McDermott | 2017-11-04 | 4 | -16/+66 |
|
|
* | mq_web_view_normal_scheme_methods.rewrite_uri(): Hide query of about-scheme URIs | Patrick McDermott | 2017-11-04 | 1 | -1/+9 |
|
|
* | mq_profiles_get_default(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+26 |
|
|
* | about:profiles: Implement removal | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
|
|
* | mq_profiles_remove(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+9 |
|
|
* | about:profiles: Use g_strconcat() instead of g_strdup_printf() | Patrick McDermott | 2017-11-04 | 1 | -5/+5 |
|
|
* | mq_profiles_set_default(): Fix | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
|
|
* | about:profiles: Implement editing | Patrick McDermott | 2017-11-04 | 1 | -3/+41 |
|
|
* | about:profiles: Factor out document generation into new function | Patrick McDermott | 2017-11-04 | 1 | -14/+18 |
|
|
* | about:profiles: Free string vector of profile IDs | Patrick McDermott | 2017-11-04 | 1 | -0/+1 |
|
|
* | mq_profiles_set_default(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+20 |
|
|
* | about:profiles: Disable "Make Default" button on default profile | Patrick McDermott | 2017-11-04 | 1 | -1/+2 |
|
|
* | mq_profiles_is_default(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+10 |
|
|
* | MqMainMenu: Make profile button sensitive and effective | Patrick McDermott | 2017-11-04 | 1 | -2/+7 |
|
|
* | about:profiles: New page | Patrick McDermott | 2017-11-04 | 4 | -0/+104 |
|
|
* | mq_html_input_radio(): Add value parameter | Patrick McDermott | 2017-11-04 | 2 | -8/+9 |
|
|
* | src/utils/html.c: Select profile save button by psuedo-class | Patrick McDermott | 2017-11-04 | 1 | -2/+3 |
|
|
* | mq_html_form_v(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+56 |
|
|
* | mq_html_document_v(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+43 |
|
|
* | src/main.c: Drop -p/--private option | Patrick McDermott | 2017-11-04 | 1 | -5/+0 |
|
|
* | mq_application_new(): Drop private parameter | Patrick McDermott | 2017-11-04 | 3 | -3/+3 |
|
|
* | mq_application_get_profiles(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+10 |
|
|
* | mq_profiles_new(): Call g_key_file_new() | Patrick McDermott | 2017-11-04 | 1 | -0/+1 |
|
|
* | MqApplication: Load profiles | Patrick McDermott | 2017-11-04 | 1 | -0/+3 |
|
|
* | src/schemes/about/*.c: #include "paths.h" before library headers | Patrick McDermott | 2017-11-04 | 3 | -3/+6 |
|
|
* | src/utils/html.c: Style profile <div>s and children | Patrick McDermott | 2017-11-04 | 1 | -0/+61 |
|
|
* | mq_html_submit(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+11 |
|
|