Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/utils/profile-icon.c: Fix GDK include | Patrick McDermott | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | src/utils/profile-icon.c: #include <string.h> | Patrick McDermott | 2017-11-03 | 1 | -0/+2 |
| | |||||
* | src/utils/profile-icon.c: Don't use macros in SVG document string | Patrick McDermott | 2017-11-03 | 1 | -6/+2 |
| | | | | This partially reverts commit d3461b3. | ||||
* | src/utils/profile-icon.c: Replace magic numbers with macros | Patrick McDermott | 2017-11-03 | 1 | -3/+10 |
| | |||||
* | mq_profile_icon_new_pixbuf(): New function | Patrick McDermott | 2017-11-03 | 2 | -0/+33 |
| | |||||
* | src/utils/*.h: Add G_BEGIN_DECLS/G_END_DECLS | Patrick McDermott | 2017-11-03 | 4 | -0/+16 |
| | |||||
* | src/utils/*.h: Add/update include guards | Patrick McDermott | 2017-11-03 | 5 | -6/+21 |
| | |||||
* | src/utils/profile-icon.[ch]: New files | Patrick McDermott | 2017-11-03 | 3 | -0/+72 |
| | |||||
* | src/utils/svg.[ch]: New files | Patrick McDermott | 2017-11-03 | 3 | -1/+95 |
| | |||||
* | src/utils/resources.c: Convert static const error_document var to macro | Patrick McDermott | 2017-11-01 | 1 | -14/+14 |
| | | | | | | | | | | Fixes: CC src/utils/marquee-resources.o src/utils/resources.c: In function ‘mq_resource_response’: src/utils/resources.c:64:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] path, error->message), -1, g_free); ^ | ||||
* | src/utils/string-utils.[ch]: Rename to src/utils/string.[ch] | Patrick McDermott | 2017-11-01 | 3 | -2/+2 |
| | |||||
* | src/utils/local.mk: New file | Patrick McDermott | 2017-11-01 | 1 | -0/+4 |
| | | | | And update src/local.mk. | ||||
* | src/string-utils.[ch]: Move under src/utils/ | Patrick McDermott | 2017-11-01 | 2 | -0/+111 |
| | |||||
* | src/resources.[ch]: Move under src/utils/ | Patrick McDermott | 2017-11-01 | 2 | -0/+97 |
| | |||||
* | src/html.[ch]: Move under src/utils/ | Patrick McDermott | 2017-11-01 | 2 | -0/+791 |