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
...
*
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
|
*
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
|
|
|
|
Private browsing will be configured with a profile.
*
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
|
*
src/utils/html.c: Style disabled buttons
Patrick McDermott
2017-11-04
1
-0/+5
|
*
src/utils/html.c: Set font size of buttons
Patrick McDermott
2017-11-04
1
-0/+1
|
*
mq_html_input_radio(): Fix <label>'s for attribute
Patrick McDermott
2017-11-04
1
-1/+1
|
*
mq_html_label(): New function
Patrick McDermott
2017-11-04
2
-0/+11
|
*
mq_html_input_select(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-13/+26
|
*
mq_html_input_number_d(): Fix indentation
Patrick McDermott
2017-11-04
1
-3/+3
|
*
mq_html_input_checkbox(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-5/+19
|
*
mq_html_input_radio(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-3/+14
|
*
mq_html_input_radio(): Add id parameter
Patrick McDermott
2017-11-04
2
-3/+5
|
*
mq_html_input_number_d(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-5/+15
|
[prev]
[next]