summaryrefslogtreecommitdiffstats
path: root/src/about
Commit message (Collapse)AuthorAgeFilesLines
* about(:version): Show both PACKAGE_VERSION and PACKAGE_VERSION_GITPatrick McDermott2017-10-291-1/+2
|
* mq_about_version_response(): Load license text in <iframe>Patrick McDermott2017-10-271-2/+2
|
* src/about/version.c: Sort includesPatrick McDermott2017-10-261-3/+3
|
* about(:version): Add no-warranty statment and TODO commentsPatrick McDermott2017-10-261-0/+5
|
* about(:version): Add "Copyright " stringPatrick McDermott2017-10-261-1/+2
|
* mq_html_h*(), mq_html_p(): Split out *_free() variantsPatrick McDermott2017-10-262-24/+22
| | | | And update calls.
* about(:version): Use mq_html_*() instead of g_strdup_printf()Patrick McDermott2017-10-261-11/+9
|
* Revert layout of preferences form in tablePatrick McDermott2017-10-261-20/+20
| | | | | This reverts commits 5e4efa9, 8f26235, 87d058f, fc1eaf8, 1e94c07, and b58eedd.
* about:preferences: Use mq_html_th()Patrick McDermott2017-10-261-16/+16
|
* about:preferences: Use mq_html_fieldset()Patrick McDermott2017-10-261-4/+4
|
* about:preferences: s/Smooth Scrolling/Enable Smooth Scrolling/Patrick McDermott2017-10-071-1/+1
|
* s/__attribute__((unused))/G_GNUC_UNUSED/Patrick McDermott2017-10-071-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>sPatrick McDermott2017-10-071-4/+11
|
* about:preferences: Don't try to save "_tabs" form elementPatrick McDermott2017-10-051-1/+3
|
* about:preferences: Get string list values (as strings)Patrick McDermott2017-10-051-1/+1
|
* about:preferences: Get string valuesPatrick McDermott2017-10-051-1/+1
|
* about:preferences: Add two more pages of preferencesPatrick McDermott2017-10-051-0/+86
|
* about:preferences: Display and save some preferencesPatrick McDermott2017-10-051-16/+120
|
* about:(version): Use mq_gpl_3_0_html() instead of overlength stringPatrick McDermott2017-10-021-688/+2
|
* about:preferences: Convert to a vertical notebookPatrick McDermott2017-10-021-1/+1
|
* about:(version): Use mq_html_list_v() for authors listPatrick McDermott2017-10-011-4/+6
|
* mq_html_*_free(): Remove and merge with non-*_free() variantsPatrick McDermott2017-10-011-2/+2
|
* about:(version): Use mq_html_*() for credits pagePatrick McDermott2017-10-011-3/+7
|
* about:(version): Mark query parameter unusedPatrick McDermott2017-10-011-1/+2
|
* about:(version): Drop query handlingPatrick McDermott2017-10-011-24/+19
|
* about:(version): New pagePatrick McDermott2017-10-014-1/+759
|
* about:preferences: Use mq_html_document()Patrick McDermott2017-10-011-15/+17
|
* about:preferences: New (stub) pagePatrick McDermott2017-09-303-0/+65
|
* about:marquee: Add CSSPatrick McDermott2017-09-291-0/+13
|
* about:marquee: Set HTML charsetPatrick McDermott2017-09-291-0/+1
|
* about:marquee: Support RTL text in HTMLPatrick McDermott2017-09-291-2/+4
|
* about:marquee: Redirect to "mq-about:marquee" on togglePatrick McDermott2017-09-291-3/+4
|
* about: Make path handlers send responses to WKPatrick McDermott2017-09-292-6/+10
|
* mq_about_marquee_response(): Return an HTML documentPatrick McDermott2017-09-291-2/+16
|
* mq_about_marquee_response(): New functionPatrick McDermott2017-09-293-0/+74