summaryrefslogtreecommitdiffstats
path: root/src/html.c
Commit message (Collapse)AuthorAgeFilesLines
* src/*.c: Reorganize #include directivesPatrick McDermott2017-10-131-2/+2
|
* mq_html_input_select(): New functionPatrick McDermott2017-10-071-0/+75
|
* mq_html_input_*(): Add newlinesPatrick McDermott2017-10-051-11/+11
|
* mq_html_input_number_d(): New functionPatrick McDermott2017-10-051-0/+11
|
* mq_html_input_number_i(): New functionPatrick McDermott2017-10-051-0/+11
|
* src/html.c: Display labels as blocksPatrick McDermott2017-10-051-0/+3
|
* mq_html_input_checkbox(): Enable "off" valuesPatrick McDermott2017-10-041-1/+24
|
* mq_html_input_radio(), mq_html_input_checkbox(): Fix input typesPatrick McDermott2017-10-041-2/+2
|
* src/html.c: Add vertical notebook stylesPatrick McDermott2017-10-021-0/+47
|
* src/html.c: Add C comments in CSS stringPatrick McDermott2017-10-011-0/+9
|
* mq_html_list_v(): New functionPatrick McDermott2017-10-011-0/+37
|
* mq_html_*_free(): Remove and merge with non-*_free() variantsPatrick McDermott2017-10-011-41/+13
|
* mq_html_h*_free(), mq_html_p_free(): Rename variablePatrick McDermott2017-10-011-3/+3
|
* mq_html_list_free(): New functionPatrick McDermott2017-10-011-15/+42
|
* mq_html_list(): New functionPatrick McDermott2017-10-011-0/+43
|
* mq_html_h*(): New functionsPatrick McDermott2017-10-011-17/+22
| | | | Declare and define them all with macros.
* src/html.c: Float submit and reset buttons to the rightPatrick McDermott2017-10-011-3/+11
|
* src/html.c: Increase <body> marginPatrick McDermott2017-10-011-0/+1
|
* src/html.c: Eliminate <html> and <form> marginsPatrick McDermott2017-10-011-0/+6
|
* src/html.c: Fix top margin of notebook tabsPatrick McDermott2017-10-011-1/+1
|
* src/html.c: Add notebook stylesPatrick McDermott2017-10-011-3/+78
|
* mq_html_input_*(): Close <label>sPatrick McDermott2017-10-011-3/+4
|
* src/html.c: Add basic page and form stylesPatrick McDermott2017-10-011-2/+42
|
* mq_html_p(), mq_html_p_free(): Just use g_strconcat()Patrick McDermott2017-10-011-19/+3
|
* mq_html_p(), mq_html_p_free(): New functionsPatrick McDermott2017-10-011-0/+34
|
* mq_html_document(): New functionPatrick McDermott2017-10-011-0/+43
|
* Revert "mq_html_document(): New (incomplete) function"Patrick McDermott2017-10-011-29/+0
| | | | This reverts commit 84283c5112e74b708fe984701427b72a25077ca0.
* mq_html_document(): New (incomplete) functionPatrick McDermott2017-10-011-0/+29
|
* mq_html_notebook(): Accept and handle a current_page argumentPatrick McDermott2017-09-301-9/+15
|
* mq_html_container(): New functionPatrick McDermott2017-09-301-0/+41
|
* mq_html_notebook(): New functionPatrick McDermott2017-09-301-0/+89
|
* mq_html_*(): New functionsPatrick McDermott2017-09-301-0/+90