summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* mq_profiles_insert(): Fix directory creationPatrick McDermott2017-11-061-1/+5
| | | | Wow that was stupid.
* mq_profiles_new(): Free configs after creationPatrick McDermott2017-11-061-2/+4
|
* mq_config_deref(): New functionPatrick McDermott2017-11-062-0/+13
|
* mq_profiles_new(): Create profile configsPatrick McDermott2017-11-061-4/+11
|
* mq_application_new(): Get current profile ID from MqProfilesPatrick McDermott2017-11-061-2/+6
|
* mq_config_new(): Set cookies.accept to "no-third-party" by defaultPatrick McDermott2017-11-061-1/+1
| | | | For any profile type.
* mq_config_new(): Add a profile type argumentPatrick McDermott2017-11-063-8/+16
|
* mq_profiles_insert(): Make sure directory can be createdPatrick McDermott2017-11-061-5/+16
|
* src/config/profiles.c: Set default profile after all insertionsPatrick McDermott2017-11-061-8/+7
|
* src/config/profiles.c: Add a blank linePatrick McDermott2017-11-061-0/+1
|
* src/main.c: Don't set default profile IDPatrick McDermott2017-11-061-1/+1
|
* src/config/profiles.c: Insert default profilesPatrick McDermott2017-11-061-0/+10
|
* about:profiles: Shorten static edit_profiles() functionPatrick McDermott2017-11-061-8/+4
|
* about:profiles: Set profile colorsPatrick McDermott2017-11-061-8/+15
|
* mq_html_input_hidden(): FixPatrick McDermott2017-11-061-1/+1
|
* about:profiles: Add color picker scriptsPatrick McDermott2017-11-061-0/+57
|
* about:profiles: Add color picker elementsPatrick McDermott2017-11-061-0/+15
|
* mq_html_buttonbox(): New functionPatrick McDermott2017-11-062-0/+69
|
* mq_html_input_hidden(): Move declaration and definitionPatrick McDermott2017-11-062-11/+11
|
* about:profiles: Change class name of color picker button boxPatrick McDermott2017-11-061-4/+2
|
* about:profiles: Add hidden color inputPatrick McDermott2017-11-061-0/+3
|
* mq_html_input_hidden(): New functionPatrick McDermott2017-11-062-0/+12
|
* about:profiles: Add color picker stylesPatrick McDermott2017-11-061-0/+68
|
* about:profiles: Include tabs in styles stringPatrick McDermott2017-11-061-44/+44
|
* about:profiles: Drop flexi-color-picker/themes.cssPatrick McDermott2017-11-061-3/+0
|
* mq_html_document*(): Don't dereference styles pointer if NULLPatrick McDermott2017-11-051-4/+12
|
* about:(version), about:preferences: Update mq_html_document() callsPatrick McDermott2017-11-052-2/+2
|
* about:profiles: Add color picker resources to documentPatrick McDermott2017-11-051-1/+15
|
* mq_html_document(): Add head_tags parameterPatrick McDermott2017-11-052-11/+30
|
* mq_html_document_v(): Add global styles to documentPatrick McDermott2017-11-051-0/+2
| | | | This should have been in commit c7bf27f.
* about:(version), about:preferences: Update mq_html_document() callsPatrick McDermott2017-11-052-2/+2
|
* about:profiles: Pass profiles styles to mq_html_document()Patrick McDermott2017-11-051-1/+84
|
* src/utils/html.c: Remove profiles stylesPatrick McDermott2017-11-051-80/+0
|
* mq_html_document*(): Add styles parameterPatrick McDermott2017-11-052-7/+10
|
* MqMainMenu: Get current profile name and color from MqProfilesPatrick McDermott2017-11-051-7/+23
|
* src/utils/html.c: Set font-weight of div.profile > span.currentPatrick McDermott2017-11-051-0/+3
|
* about:profiles: Add "current" class to <span> of current profilePatrick McDermott2017-11-051-9/+16
|
* mq_application_new(): Set current profilePatrick McDermott2017-11-051-0/+1
|
* mq_profiles_[gs]et_current(): New functionsPatrick McDermott2017-11-052-0/+25
|
* src/utils/html.c: Add border and background to <svg> when editingPatrick McDermott2017-11-051-0/+15
|
* mq_profiles_insert(): Replace disallowed characters with "_", not "-"Patrick McDermott2017-11-041-1/+1
|
* about:profiles: Insert new profilesPatrick McDermott2017-11-041-0/+6
|
* mq_parse_query_string(): Replace "+" in query values with " "Patrick McDermott2017-11-041-0/+2
|
* mq_profiles_insert(): New functionPatrick McDermott2017-11-042-0/+22
|
* about:profiles: Allocate room for trailing NULL in string vectorPatrick McDermott2017-11-041-1/+1
| | | | Fixes a heap overflow.
* 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
|