summaryrefslogtreecommitdiffstats
path: root/src/utils/html.c
Commit message (Collapse)AuthorAgeFilesLines
* mq_html_input_text(): Add autofocus parameterPatrick McDermott2017-11-081-5/+8
|
* mq_html_input_hidden(): FixPatrick McDermott2017-11-061-1/+1
|
* mq_html_buttonbox(): New functionPatrick McDermott2017-11-061-0/+65
|
* mq_html_input_hidden(): Move declaration and definitionPatrick McDermott2017-11-061-9/+9
|
* mq_html_input_hidden(): New functionPatrick McDermott2017-11-061-0/+9
|
* mq_html_document*(): Don't dereference styles pointer if NULLPatrick McDermott2017-11-051-4/+12
|
* mq_html_document(): Add head_tags parameterPatrick McDermott2017-11-051-8/+26
|
* 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-051-5/+7
|
* 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_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
| | | | And update calls in <about:(version)> and <about:preferences>.
* src/html.[ch]: Move under src/utils/Patrick McDermott2017-11-011-0/+703