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
...
*
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
|
*
mq_html_input_number_i(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-5/+15
|
*
mq_html_input_text(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-4/+13
|
*
mq_html_form(): Allow buttons to be individually disabled
Patrick McDermott
2017-11-04
1
-12/+20
|
*
mq_html_form(): Split button box code and strings
Patrick McDermott
2017-11-04
1
-7/+13
|
*
mq_html_container_v(): New function
Patrick McDermott
2017-11-04
2
-0/+50
|
*
mq_html_container(): Add classes parameter
Patrick McDermott
2017-11-04
4
-10/+21
|
|
|
|
And update calls in <about:(version)> and <about:preferences>.
*
[WIP] src/config/profiles.[ch]: New files
Patrick McDermott
2017-11-04
3
-0/+181
|
*
Add missing #endif comments to headers
Patrick McDermott
2017-11-03
4
-4/+4
|
*
Add missing G_BEGIN_DECLS/G_END_DECLS to headers
Patrick McDermott
2017-11-03
5
-0/+20
|
*
MqMainMenu: Make profile button insensitive
Patrick McDermott
2017-11-03
1
-0/+1
|
*
src/config/local.mk: Add file to repository
Patrick McDermott
2017-11-03
1
-0/+3
|
|
|
|
Oops.
*
src/schemes/local.mk: Add file to repository
Patrick McDermott
2017-11-03
1
-0/+5
|
|
|
|
Oops.
*
MqMainMenu: Use NEW_BUTTON() macro for profile button
Patrick McDermott
2017-11-03
1
-5/+2
|
*
MqMainMenu: Define stub profile button click callback
Patrick McDermott
2017-11-03
1
-0/+7
|
*
MqMainMenu: Use NEW_BUTTON() macro for preferences button
Patrick McDermott
2017-11-03
1
-5/+2
|
*
MqMainMenu: Add comments explaining macro parameters
Patrick McDermott
2017-11-03
1
-0/+11
|
*
MqMainMenu: Remove preferences button from bottom row
Patrick McDermott
2017-11-03
1
-20/+37
|
*
MqMainMenu: Add tooltip to profile button
Patrick McDermott
2017-11-03
1
-0/+1
|
*
MqMainMenu: Add preferences button next to profile button
Patrick McDermott
2017-11-03
1
-2/+18
|
*
src/utils/profile-icon.c: Fix GDK include
Patrick McDermott
2017-11-03
1
-1/+1
|
[prev]
[next]