summaryrefslogtreecommitdiffstats
path: root/src/utils/html.h
Commit message (Expand)AuthorAgeFilesLines
* mq_html_input_text(): Add autofocus parameterPatrick McDermott2017-11-081-1/+2
* mq_html_buttonbox(): New functionPatrick McDermott2017-11-061-0/+4
* mq_html_input_hidden(): Move declaration and definitionPatrick McDermott2017-11-061-2/+2
* mq_html_input_hidden(): New functionPatrick McDermott2017-11-061-0/+3
* mq_html_document(): Add head_tags parameterPatrick McDermott2017-11-051-3/+4
* mq_html_document*(): Add styles parameterPatrick McDermott2017-11-051-2/+3
* mq_html_form*(): Add optional button namesPatrick McDermott2017-11-041-3/+4
* mq_html_input_radio(): Add value parameterPatrick McDermott2017-11-041-2/+2
* mq_html_form_v(): New functionPatrick McDermott2017-11-041-0/+4
* mq_html_document_v(): New functionPatrick McDermott2017-11-041-0/+3
* mq_html_submit(): New functionPatrick McDermott2017-11-041-0/+3
* mq_html_label(): New functionPatrick McDermott2017-11-041-0/+3
* mq_html_input_radio(): Add id parameterPatrick McDermott2017-11-041-1/+2
* mq_html_container_v(): New functionPatrick McDermott2017-11-041-0/+4
* mq_html_container(): Add classes parameterPatrick McDermott2017-11-041-1/+2
* src/utils/*.h: Add G_BEGIN_DECLS/G_END_DECLSPatrick McDermott2017-11-031-0/+4
* src/utils/*.h: Add/update include guardsPatrick McDermott2017-11-031-3/+3
* src/html.[ch]: Move under src/utils/Patrick McDermott2017-11-011-0/+88