Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | about:marquee: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -1/+2 |
| | |||||
* | src/schemes/about/*.c: #include "paths.h" before library headers | Patrick McDermott | 2017-11-04 | 1 | -1/+2 |
| | |||||
* | 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/about*, src/view-source.*: Move under src/schemes/ | Patrick McDermott | 2017-11-01 | 1 | -0/+74 |