summaryrefslogtreecommitdiffstats
path: root/src/schemes/about/profiles.c
Commit message (Collapse)AuthorAgeFilesLines
* about:profiles: Add "current" class to <span> of current profilePatrick McDermott2017-11-051-9/+16
|
* about:profiles: Insert new profilesPatrick McDermott2017-11-041-0/+6
|
* 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_html_form*(): Add optional button namesPatrick McDermott2017-11-041-1/+1
|
* about:profiles: Implement removalPatrick McDermott2017-11-041-1/+1
|
* about:profiles: Use g_strconcat() instead of g_strdup_printf()Patrick McDermott2017-11-041-5/+5
|
* 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
|
* about:profiles: Disable "Make Default" button on default profilePatrick McDermott2017-11-041-1/+2
|
* about:profiles: New pagePatrick McDermott2017-11-041-0/+97