Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | about(:version): Add "Copyright " string | Patrick McDermott | 2017-10-26 | 1 | -1/+2 |
| | |||||
* | mq_html_h*(), mq_html_p(): Split out *_free() variants | Patrick McDermott | 2017-10-26 | 2 | -24/+22 |
| | | | | And update calls. | ||||
* | about(:version): Use mq_html_*() instead of g_strdup_printf() | Patrick McDermott | 2017-10-26 | 1 | -11/+9 |
| | |||||
* | Revert layout of preferences form in table | Patrick McDermott | 2017-10-26 | 1 | -20/+20 |
| | | | | | This reverts commits 5e4efa9, 8f26235, 87d058f, fc1eaf8, 1e94c07, and b58eedd. | ||||
* | about:preferences: Use mq_html_th() | Patrick McDermott | 2017-10-26 | 1 | -16/+16 |
| | |||||
* | about:preferences: Use mq_html_fieldset() | Patrick McDermott | 2017-10-26 | 1 | -4/+4 |
| | |||||
* | about:preferences: s/Smooth Scrolling/Enable Smooth Scrolling/ | Patrick McDermott | 2017-10-07 | 1 | -1/+1 |
| | |||||
* | s/__attribute__((unused))/G_GNUC_UNUSED/ | Patrick McDermott | 2017-10-07 | 1 | -2/+2 |
| | | | | | | And rewrap lines. G_GNUC_UNUSED expands to nothing on compilers other than GCC 2.4+. | ||||
* | about:preferences: Make tabs.new and cookies.accept <select>s | Patrick McDermott | 2017-10-07 | 1 | -4/+11 |
| | |||||
* | about:preferences: Don't try to save "_tabs" form element | Patrick McDermott | 2017-10-05 | 1 | -1/+3 |
| | |||||
* | about:preferences: Get string list values (as strings) | Patrick McDermott | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | about:preferences: Get string values | Patrick McDermott | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | about:preferences: Add two more pages of preferences | Patrick McDermott | 2017-10-05 | 1 | -0/+86 |
| | |||||
* | about:preferences: Display and save some preferences | Patrick McDermott | 2017-10-05 | 1 | -16/+120 |
| | |||||
* | about:(version): Use mq_gpl_3_0_html() instead of overlength string | Patrick McDermott | 2017-10-02 | 1 | -688/+2 |
| | |||||
* | about:preferences: Convert to a vertical notebook | Patrick McDermott | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | about:(version): Use mq_html_list_v() for authors list | Patrick McDermott | 2017-10-01 | 1 | -4/+6 |
| | |||||
* | mq_html_*_free(): Remove and merge with non-*_free() variants | Patrick McDermott | 2017-10-01 | 1 | -2/+2 |
| | |||||
* | about:(version): Use mq_html_*() for credits page | Patrick McDermott | 2017-10-01 | 1 | -3/+7 |
| | |||||
* | about:(version): Mark query parameter unused | Patrick McDermott | 2017-10-01 | 1 | -1/+2 |
| | |||||
* | about:(version): Drop query handling | Patrick McDermott | 2017-10-01 | 1 | -24/+19 |
| | |||||
* | about:(version): New page | Patrick McDermott | 2017-10-01 | 4 | -1/+759 |
| | |||||
* | about:preferences: Use mq_html_document() | Patrick McDermott | 2017-10-01 | 1 | -15/+17 |
| | |||||
* | about:preferences: New (stub) page | Patrick McDermott | 2017-09-30 | 3 | -0/+65 |
| | |||||
* | about:marquee: Add CSS | Patrick McDermott | 2017-09-29 | 1 | -0/+13 |
| | |||||
* | about:marquee: Set HTML charset | Patrick McDermott | 2017-09-29 | 1 | -0/+1 |
| | |||||
* | about:marquee: Support RTL text in HTML | Patrick McDermott | 2017-09-29 | 1 | -2/+4 |
| | |||||
* | about:marquee: Redirect to "mq-about:marquee" on toggle | Patrick McDermott | 2017-09-29 | 1 | -3/+4 |
| | |||||
* | about: Make path handlers send responses to WK | Patrick McDermott | 2017-09-29 | 2 | -6/+10 |
| | |||||
* | mq_about_marquee_response(): Return an HTML document | Patrick McDermott | 2017-09-29 | 1 | -2/+16 |
| | |||||
* | mq_about_marquee_response(): New function | Patrick McDermott | 2017-09-29 | 3 | -0/+74 |