summaryrefslogtreecommitdiffstats
path: root/src/utils/html.c
Commit message (Expand)AuthorAgeFilesLines
* src/utils/html.c: Add border and background to <svg> when editingPatrick McDermott2017-11-051-0/+15
* mq_html_form*(): Add optional button namesPatrick McDermott2017-11-041-11/+60
* mq_html_input_radio(): Add value parameterPatrick McDermott2017-11-041-6/+7
* src/utils/html.c: Select profile save button by psuedo-classPatrick McDermott2017-11-041-2/+3
* mq_html_form_v(): New functionPatrick McDermott2017-11-041-0/+52
* mq_html_document_v(): New functionPatrick McDermott2017-11-041-0/+40
* src/utils/html.c: Style profile <div>s and childrenPatrick McDermott2017-11-041-0/+61
* mq_html_submit(): New functionPatrick McDermott2017-11-041-0/+8
* 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-041-0/+8
* 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-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