Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | about:profiles: Insert new profiles | Patrick McDermott | 2017-11-04 | 1 | -0/+6 |
| | |||||
* | 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_html_form*(): Add optional button names | Patrick McDermott | 2017-11-04 | 2 | -2/+2 |
| | |||||
* | about:profiles: Implement removal | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | about:profiles: Use g_strconcat() instead of g_strdup_printf() | Patrick McDermott | 2017-11-04 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | about:profiles: Disable "Make Default" button on default profile | Patrick McDermott | 2017-11-04 | 1 | -1/+2 |
| | |||||
* | about:profiles: New page | Patrick McDermott | 2017-11-04 | 3 | -0/+102 |
| | |||||
* | src/schemes/about/*.c: #include "paths.h" before library headers | Patrick McDermott | 2017-11-04 | 3 | -3/+6 |
| | |||||
* | mq_html_container(): Add classes parameter | Patrick McDermott | 2017-11-04 | 2 | -6/+6 |
| | | | | And update calls in <about:(version)> and <about:preferences>. | ||||
* | Add missing #endif comments to headers | Patrick McDermott | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | Add missing G_BEGIN_DECLS/G_END_DECLS to headers | Patrick McDermott | 2017-11-03 | 1 | -0/+4 |
| | |||||
* | about:marquee: Convert static const document var to macro | Patrick McDermott | 2017-11-01 | 1 | -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 #include | Patrick McDermott | 2017-11-01 | 1 | -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 McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | src/about*, src/view-source.*: Move under src/schemes/ | Patrick McDermott | 2017-11-01 | 5 | -0/+452 |