summaryrefslogtreecommitdiffstats
path: root/src/html.c
Commit message (Collapse)AuthorAgeFilesLines
* 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