| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | about:preferences: Update mq_html_input_text() calls | Patrick McDermott | 2017-11-08 | 1 | -2/+2 |
|
|
* | mq_html_input_text(): Add autofocus parameter | Patrick McDermott | 2017-11-08 | 2 | -6/+10 |
|
|
* | mq_config_deref(): Rename to mq_config_free() | Patrick McDermott | 2017-11-08 | 3 | -4/+4 |
|
|
* | main(): Initialize GError pointer to NULL | Patrick McDermott | 2017-11-07 | 1 | -0/+1 |
|
|
* | about:profiles: Free "color_" string | Patrick McDermott | 2017-11-07 | 1 | -0/+1 |
|
|
* | about:profiles: Add "Launch" buttons | Patrick McDermott | 2017-11-07 | 1 | -0/+4 |
|
|
* | about:profiles: Handle "launch_" query keys | Patrick McDermott | 2017-11-07 | 1 | -0/+4 |
|
|
* | about:profiles: Move mq_profiles_save() into query key branches | Patrick McDermott | 2017-11-07 | 1 | -2/+3 |
|
|
* | about:profiles: Break from query keys loop after editing | Patrick McDermott | 2017-11-07 | 1 | -0/+3 |
|
|
* | mq_profile_launch(): New function | Patrick McDermott | 2017-11-07 | 2 | -0/+35 |
|
|
* | mq_profiles_new(): Save created configs | Patrick McDermott | 2017-11-06 | 1 | -4/+9 |
|
|
* | mq_profiles_new(): Close file creation output stream | Patrick McDermott | 2017-11-06 | 1 | -0/+1 |
|
|
* | mq_profiles_new(): Don't load profiles if just created | Patrick McDermott | 2017-11-06 | 1 | -1/+1 |
|
|
* | mq_profiles_insert(): Fix directory creation | Patrick McDermott | 2017-11-06 | 1 | -1/+5 |
|
|
* | mq_profiles_new(): Free configs after creation | Patrick McDermott | 2017-11-06 | 1 | -2/+4 |
|
|
* | mq_config_deref(): New function | Patrick McDermott | 2017-11-06 | 2 | -0/+13 |
|
|
* | mq_profiles_new(): Create profile configs | Patrick McDermott | 2017-11-06 | 1 | -4/+11 |
|
|
* | mq_application_new(): Get current profile ID from MqProfiles | Patrick McDermott | 2017-11-06 | 1 | -2/+6 |
|
|
* | mq_config_new(): Set cookies.accept to "no-third-party" by default | Patrick McDermott | 2017-11-06 | 1 | -1/+1 |
|
|
* | mq_config_new(): Add a profile type argument | Patrick McDermott | 2017-11-06 | 3 | -8/+16 |
|
|
* | mq_profiles_insert(): Make sure directory can be created | Patrick McDermott | 2017-11-06 | 1 | -5/+16 |
|
|
* | src/config/profiles.c: Set default profile after all insertions | Patrick McDermott | 2017-11-06 | 1 | -8/+7 |
|
|
* | src/config/profiles.c: Add a blank line | Patrick McDermott | 2017-11-06 | 1 | -0/+1 |
|
|
* | src/main.c: Don't set default profile ID | Patrick McDermott | 2017-11-06 | 1 | -1/+1 |
|
|
* | src/config/profiles.c: Insert default profiles | Patrick McDermott | 2017-11-06 | 1 | -0/+10 |
|
|
* | about:profiles: Shorten static edit_profiles() function | Patrick McDermott | 2017-11-06 | 1 | -8/+4 |
|
|
* | about:profiles: Set profile colors | Patrick McDermott | 2017-11-06 | 1 | -8/+15 |
|
|
* | mq_html_input_hidden(): Fix | Patrick McDermott | 2017-11-06 | 1 | -1/+1 |
|
|
* | about:profiles: Add color picker scripts | Patrick McDermott | 2017-11-06 | 1 | -0/+57 |
|
|
* | about:profiles: Add color picker elements | Patrick McDermott | 2017-11-06 | 1 | -0/+15 |
|
|
* | mq_html_buttonbox(): New function | Patrick McDermott | 2017-11-06 | 2 | -0/+69 |
|
|
* | mq_html_input_hidden(): Move declaration and definition | Patrick McDermott | 2017-11-06 | 2 | -11/+11 |
|
|
* | about:profiles: Change class name of color picker button box | Patrick McDermott | 2017-11-06 | 1 | -4/+2 |
|
|
* | about:profiles: Add hidden color input | Patrick McDermott | 2017-11-06 | 1 | -0/+3 |
|
|
* | mq_html_input_hidden(): New function | Patrick McDermott | 2017-11-06 | 2 | -0/+12 |
|
|
* | about:profiles: Add color picker styles | Patrick McDermott | 2017-11-06 | 1 | -0/+68 |
|
|
* | about:profiles: Include tabs in styles string | Patrick McDermott | 2017-11-06 | 1 | -44/+44 |
|
|
* | about:profiles: Drop flexi-color-picker/themes.css | Patrick McDermott | 2017-11-06 | 1 | -3/+0 |
|
|
* | mq_html_document*(): Don't dereference styles pointer if NULL | Patrick McDermott | 2017-11-05 | 1 | -4/+12 |
|
|
* | about:(version), about:preferences: Update mq_html_document() calls | Patrick McDermott | 2017-11-05 | 2 | -2/+2 |
|
|
* | about:profiles: Add color picker resources to document | Patrick McDermott | 2017-11-05 | 1 | -1/+15 |
|
|
* | 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 |
|
|