summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* about:profiles: Implement editingPatrick McDermott2017-11-041-3/+41
|
* about:profiles: Factor out document generation into new functionPatrick McDermott2017-11-041-14/+18
|
* about:profiles: Free string vector of profile IDsPatrick McDermott2017-11-041-0/+1
|
* mq_profiles_set_default(): New functionPatrick McDermott2017-11-042-0/+20
|
* about:profiles: Disable "Make Default" button on default profilePatrick McDermott2017-11-041-1/+2
|
* mq_profiles_is_default(): New functionPatrick McDermott2017-11-042-0/+10
|
* MqMainMenu: Make profile button sensitive and effectivePatrick McDermott2017-11-041-2/+7
|
* about:profiles: New pagePatrick McDermott2017-11-044-0/+104
|
* mq_html_input_radio(): Add value parameterPatrick McDermott2017-11-042-8/+9
|
* src/utils/html.c: Select profile save button by psuedo-classPatrick McDermott2017-11-041-2/+3
|
* mq_html_form_v(): New functionPatrick McDermott2017-11-042-0/+56
|
* mq_html_document_v(): New functionPatrick McDermott2017-11-042-0/+43
|
* src/main.c: Drop -p/--private optionPatrick McDermott2017-11-041-5/+0
|
* mq_application_new(): Drop private parameterPatrick McDermott2017-11-043-3/+3
| | | | Private browsing will be configured with a profile.
* mq_application_get_profiles(): New functionPatrick McDermott2017-11-042-0/+10
|
* mq_profiles_new(): Call g_key_file_new()Patrick McDermott2017-11-041-0/+1
|
* MqApplication: Load profilesPatrick McDermott2017-11-041-0/+3
|
* src/schemes/about/*.c: #include "paths.h" before library headersPatrick McDermott2017-11-043-3/+6
|
* src/utils/html.c: Style profile <div>s and childrenPatrick McDermott2017-11-041-0/+61
|
* mq_html_submit(): New functionPatrick McDermott2017-11-042-0/+11
|
* src/utils/html.c: Style disabled buttonsPatrick McDermott2017-11-041-0/+5
|
* src/utils/html.c: Set font size of buttonsPatrick McDermott2017-11-041-0/+1
|
* mq_html_input_radio(): Fix <label>'s for attributePatrick McDermott2017-11-041-1/+1
|
* mq_html_label(): New functionPatrick McDermott2017-11-042-0/+11
|
* mq_html_input_select(): Allow label to be disabledPatrick McDermott2017-11-041-13/+26
|
* mq_html_input_number_d(): Fix indentationPatrick McDermott2017-11-041-3/+3
|
* mq_html_input_checkbox(): Allow label to be disabledPatrick McDermott2017-11-041-5/+19
|
* mq_html_input_radio(): Allow label to be disabledPatrick McDermott2017-11-041-3/+14
|
* mq_html_input_radio(): Add id parameterPatrick McDermott2017-11-042-3/+5
|
* mq_html_input_number_d(): Allow label to be disabledPatrick McDermott2017-11-041-5/+15
|
* mq_html_input_number_i(): Allow label to be disabledPatrick McDermott2017-11-041-5/+15
|
* mq_html_input_text(): Allow label to be disabledPatrick McDermott2017-11-041-4/+13
|
* mq_html_form(): Allow buttons to be individually disabledPatrick McDermott2017-11-041-12/+20
|
* mq_html_form(): Split button box code and stringsPatrick McDermott2017-11-041-7/+13
|
* mq_html_container_v(): New functionPatrick McDermott2017-11-042-0/+50
|
* mq_html_container(): Add classes parameterPatrick McDermott2017-11-044-10/+21
| | | | And update calls in <about:(version)> and <about:preferences>.
* [WIP] src/config/profiles.[ch]: New filesPatrick McDermott2017-11-043-0/+181
|
* Add missing #endif comments to headersPatrick McDermott2017-11-034-4/+4
|
* Add missing G_BEGIN_DECLS/G_END_DECLS to headersPatrick McDermott2017-11-035-0/+20
|
* MqMainMenu: Make profile button insensitivePatrick McDermott2017-11-031-0/+1
|
* src/config/local.mk: Add file to repositoryPatrick McDermott2017-11-031-0/+3
| | | | Oops.
* src/schemes/local.mk: Add file to repositoryPatrick McDermott2017-11-031-0/+5
| | | | Oops.
* MqMainMenu: Use NEW_BUTTON() macro for profile buttonPatrick McDermott2017-11-031-5/+2
|
* MqMainMenu: Define stub profile button click callbackPatrick McDermott2017-11-031-0/+7
|
* MqMainMenu: Use NEW_BUTTON() macro for preferences buttonPatrick McDermott2017-11-031-5/+2
|
* MqMainMenu: Add comments explaining macro parametersPatrick McDermott2017-11-031-0/+11
|
* MqMainMenu: Remove preferences button from bottom rowPatrick McDermott2017-11-031-20/+37
|
* MqMainMenu: Add tooltip to profile buttonPatrick McDermott2017-11-031-0/+1
|
* MqMainMenu: Add preferences button next to profile buttonPatrick McDermott2017-11-031-2/+18
|
* src/utils/profile-icon.c: Fix GDK includePatrick McDermott2017-11-031-1/+1
|