summaryrefslogtreecommitdiffstats
path: root/src/utils/html.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-2/+3
* 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-041-0/+46
* mq_html_container(): Add classes parameterPatrick McDermott2017-11-041-3/+13
* src/html.[ch]: Move under src/utils/Patrick McDermott2017-11-011-0/+703