summaryrefslogtreecommitdiffstats
path: root/src/schemes/about
Commit message (Collapse)AuthorAgeFilesLines
* 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-042-2/+2
|
* 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-043-0/+102
|
* src/schemes/about/*.c: #include "paths.h" before library headersPatrick McDermott2017-11-043-3/+6
|
* mq_html_container(): Add classes parameterPatrick McDermott2017-11-042-6/+6
| | | | And update calls in <about:(version)> and <about:preferences>.
* Add missing #endif comments to headersPatrick McDermott2017-11-031-1/+1
|
* Add missing G_BEGIN_DECLS/G_END_DECLS to headersPatrick McDermott2017-11-031-0/+4
|
* about:marquee: Convert static const document var to macroPatrick McDermott2017-11-011-28/+28
| | | | | | | | | | Fixes: CC src/schemes/about/marquee-marquee.o src/schemes/about/marquee.c: In function ‘mq_about_marquee_response’: src/schemes/about/marquee.c:72:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] "DANGER", "DO NOT PRESS")); ^
* about:marquee: Fix #includePatrick McDermott2017-11-011-1/+1
| | | | | | | | | | Surprisingly, this was the error, instead of a fatal error about not finding "../paths.h": CC src/schemes/about/marquee-marquee.o src/schemes/about/marquee.c:58:1: warning: no previous prototype for ‘mq_about_marquee_response’ [-Wmissing-prototypes] mq_about_marquee_response(MqApplication *application, GHashTable *query, ^
* src/config.[ch], src/settings.[ch]: Move under src/config/Patrick McDermott2017-11-011-1/+1
|
* src/about*, src/view-source.*: Move under src/schemes/Patrick McDermott2017-11-015-0/+452