index
:
marquee/marquee.git
master
Marquee Web browser
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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
|
|
|
|
This should have been in commit c7bf27f.
*
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
|
|
|
|
Fixes a heap overflow.
*
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 ↵
Patrick McDermott
2017-11-04
1
-9/+1
|
|
|
|
|
|
|
|
about-scheme URIs" This reverts commit 18bb954f220d97cf5d26a4a89088b6556b427563. Wrong method, but nothing broke.
*
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
|
[prev]
[next]