summaryrefslogtreecommitdiffstats
path: root/src/html.c
Commit message (Expand)AuthorAgeFilesLines
* src/html.c: Style <iframe>Patrick McDermott2017-10-271-0/+4
* mq_html_input_iframe(): New functionPatrick McDermott2017-10-271-0/+6
* mq_html_input_*(): Add ":" to labelsPatrick McDermott2017-10-261-7/+7
* mq_html_h*(), mq_html_p(): Split out *_free() variantsPatrick McDermott2017-10-261-4/+7
* src/html.c: Center <p> textPatrick McDermott2017-10-261-1/+1
* src/html.c: Center form elementsPatrick McDermott2017-10-261-0/+8
* Revert layout of preferences form in tablePatrick McDermott2017-10-261-131/+18
* src/html.c: Style table elementsPatrick McDermott2017-10-261-0/+15
* mq_html_th(): New functionPatrick McDermott2017-10-261-0/+12
* mq_html_input_*(): Enclose labels and inputs in <tr>s and <td>sPatrick McDermott2017-10-261-18/+64
* mq_html_fieldset(): New functionPatrick McDermott2017-10-261-0/+40
* 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
* 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
* 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