summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headersPatrick McDermott2017-11-131-1/+6
|
* mq_svg_is_color_valid(): Avoid NULL pointer dereferencePatrick McDermott2017-11-081-1/+1
| | | | | | This shouldn't happen once the no-default case is handled and profiles that are in use but removed are re-inserted, but it's good to avoid a potential creash anyway.
* mq_html_input_text(): Add autofocus parameterPatrick McDermott2017-11-082-6/+10
|
* mq_html_input_hidden(): FixPatrick McDermott2017-11-061-1/+1
|
* mq_html_buttonbox(): New functionPatrick McDermott2017-11-062-0/+69
|
* mq_html_input_hidden(): Move declaration and definitionPatrick McDermott2017-11-062-11/+11
|
* mq_html_input_hidden(): New functionPatrick McDermott2017-11-062-0/+12
|
* mq_html_document*(): Don't dereference styles pointer if NULLPatrick McDermott2017-11-051-4/+12
|
* mq_html_document(): Add head_tags parameterPatrick McDermott2017-11-052-11/+30
|
* mq_html_document_v(): Add global styles to documentPatrick McDermott2017-11-051-0/+2
| | | | This should have been in commit c7bf27f.
* src/utils/html.c: Remove profiles stylesPatrick McDermott2017-11-051-80/+0
|
* mq_html_document*(): Add styles parameterPatrick McDermott2017-11-052-7/+10
|
* src/utils/html.c: Set font-weight of div.profile > span.currentPatrick McDermott2017-11-051-0/+3
|
* src/utils/html.c: Add border and background to <svg> when editingPatrick McDermott2017-11-051-0/+15
|
* mq_parse_query_string(): Replace "+" in query values with " "Patrick McDermott2017-11-041-0/+2
|
* mq_html_form*(): Add optional button namesPatrick McDermott2017-11-042-14/+64
|
* mq_html_input_radio(): Add value parameterPatrick McDermott2017-11-042-8/+9
|
* src/utils/html.c: Select profile save button by psuedo-classPatrick McDermott2017-11-041-2/+3
|
* mq_html_form_v(): New functionPatrick McDermott2017-11-042-0/+56
|
* mq_html_document_v(): New functionPatrick McDermott2017-11-042-0/+43
|
* src/utils/html.c: Style profile <div>s and childrenPatrick McDermott2017-11-041-0/+61
|
* mq_html_submit(): New functionPatrick McDermott2017-11-042-0/+11
|
* src/utils/html.c: Style disabled buttonsPatrick McDermott2017-11-041-0/+5
|
* src/utils/html.c: Set font size of buttonsPatrick McDermott2017-11-041-0/+1
|
* mq_html_input_radio(): Fix <label>'s for attributePatrick McDermott2017-11-041-1/+1
|
* mq_html_label(): New functionPatrick McDermott2017-11-042-0/+11
|
* mq_html_input_select(): Allow label to be disabledPatrick McDermott2017-11-041-13/+26
|
* mq_html_input_number_d(): Fix indentationPatrick McDermott2017-11-041-3/+3
|
* mq_html_input_checkbox(): Allow label to be disabledPatrick McDermott2017-11-041-5/+19
|
* mq_html_input_radio(): Allow label to be disabledPatrick McDermott2017-11-041-3/+14
|
* mq_html_input_radio(): Add id parameterPatrick McDermott2017-11-042-3/+5
|
* mq_html_input_number_d(): Allow label to be disabledPatrick McDermott2017-11-041-5/+15
|
* mq_html_input_number_i(): Allow label to be disabledPatrick McDermott2017-11-041-5/+15
|
* mq_html_input_text(): Allow label to be disabledPatrick McDermott2017-11-041-4/+13
|
* mq_html_form(): Allow buttons to be individually disabledPatrick McDermott2017-11-041-12/+20
|
* mq_html_form(): Split button box code and stringsPatrick McDermott2017-11-041-7/+13
|
* mq_html_container_v(): New functionPatrick McDermott2017-11-042-0/+50
|
* mq_html_container(): Add classes parameterPatrick McDermott2017-11-042-4/+15
| | | | And update calls in <about:(version)> and <about:preferences>.
* src/utils/profile-icon.c: Fix GDK includePatrick McDermott2017-11-031-1/+1
|
* src/utils/profile-icon.c: #include <string.h>Patrick McDermott2017-11-031-0/+2
|
* src/utils/profile-icon.c: Don't use macros in SVG document stringPatrick McDermott2017-11-031-6/+2
| | | | This partially reverts commit d3461b3.
* src/utils/profile-icon.c: Replace magic numbers with macrosPatrick McDermott2017-11-031-3/+10
|
* mq_profile_icon_new_pixbuf(): New functionPatrick McDermott2017-11-032-0/+33
|
* src/utils/*.h: Add G_BEGIN_DECLS/G_END_DECLSPatrick McDermott2017-11-034-0/+16
|
* src/utils/*.h: Add/update include guardsPatrick McDermott2017-11-035-6/+21
|
* src/utils/profile-icon.[ch]: New filesPatrick McDermott2017-11-033-0/+72
|
* src/utils/svg.[ch]: New filesPatrick McDermott2017-11-033-1/+95
|
* src/utils/resources.c: Convert static const error_document var to macroPatrick McDermott2017-11-011-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 McDermott2017-11-013-2/+2
|
* src/utils/local.mk: New filePatrick McDermott2017-11-011-0/+4
| | | | And update src/local.mk.