index
:
marquee/marquee.git
master
Marquee Web browser
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
/
html.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mq_html_input_text(): Add autofocus parameter
Patrick McDermott
2017-11-08
1
-5/+8
*
mq_html_input_hidden(): Fix
Patrick McDermott
2017-11-06
1
-1/+1
*
mq_html_buttonbox(): New function
Patrick McDermott
2017-11-06
1
-0/+65
*
mq_html_input_hidden(): Move declaration and definition
Patrick McDermott
2017-11-06
1
-9/+9
*
mq_html_input_hidden(): New function
Patrick McDermott
2017-11-06
1
-0/+9
*
mq_html_document*(): Don't dereference styles pointer if NULL
Patrick McDermott
2017-11-05
1
-4/+12
*
mq_html_document(): Add head_tags parameter
Patrick McDermott
2017-11-05
1
-8/+26
*
mq_html_document_v(): Add global styles to document
Patrick McDermott
2017-11-05
1
-0/+2
*
src/utils/html.c: Remove profiles styles
Patrick McDermott
2017-11-05
1
-80/+0
*
mq_html_document*(): Add styles parameter
Patrick McDermott
2017-11-05
1
-5/+7
*
src/utils/html.c: Set font-weight of div.profile > span.current
Patrick McDermott
2017-11-05
1
-0/+3
*
src/utils/html.c: Add border and background to <svg> when editing
Patrick McDermott
2017-11-05
1
-0/+15
*
mq_html_form*(): Add optional button names
Patrick McDermott
2017-11-04
1
-11/+60
*
mq_html_input_radio(): Add value parameter
Patrick McDermott
2017-11-04
1
-6/+7
*
src/utils/html.c: Select profile save button by psuedo-class
Patrick McDermott
2017-11-04
1
-2/+3
*
mq_html_form_v(): New function
Patrick McDermott
2017-11-04
1
-0/+52
*
mq_html_document_v(): New function
Patrick McDermott
2017-11-04
1
-0/+40
*
src/utils/html.c: Style profile <div>s and children
Patrick McDermott
2017-11-04
1
-0/+61
*
mq_html_submit(): New function
Patrick McDermott
2017-11-04
1
-0/+8
*
src/utils/html.c: Style disabled buttons
Patrick McDermott
2017-11-04
1
-0/+5
*
src/utils/html.c: Set font size of buttons
Patrick McDermott
2017-11-04
1
-0/+1
*
mq_html_input_radio(): Fix <label>'s for attribute
Patrick McDermott
2017-11-04
1
-1/+1
*
mq_html_label(): New function
Patrick McDermott
2017-11-04
1
-0/+8
*
mq_html_input_select(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-13/+26
*
mq_html_input_number_d(): Fix indentation
Patrick McDermott
2017-11-04
1
-3/+3
*
mq_html_input_checkbox(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-5/+19
*
mq_html_input_radio(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-3/+14
*
mq_html_input_radio(): Add id parameter
Patrick McDermott
2017-11-04
1
-2/+3
*
mq_html_input_number_d(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-5/+15
*
mq_html_input_number_i(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-5/+15
*
mq_html_input_text(): Allow label to be disabled
Patrick McDermott
2017-11-04
1
-4/+13
*
mq_html_form(): Allow buttons to be individually disabled
Patrick McDermott
2017-11-04
1
-12/+20
*
mq_html_form(): Split button box code and strings
Patrick McDermott
2017-11-04
1
-7/+13
*
mq_html_container_v(): New function
Patrick McDermott
2017-11-04
1
-0/+46
*
mq_html_container(): Add classes parameter
Patrick McDermott
2017-11-04
1
-3/+13
*
src/html.[ch]: Move under src/utils/
Patrick McDermott
2017-11-01
1
-0/+703