| Commit message (Expand) | Author | Age | Files | Lines |
* | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze | 2018-04-13 | 1 | -1/+2 |
* | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze | 2017-07-08 | 1 | -2/+2 |
* | Write text boxes as <mi>, <mn>, or <mo> as appropriate, | Ingo Schwarze | 2017-06-23 | 1 | -0/+1 |
* | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze | 2017-05-04 | 1 | -0/+2 |
* | Minimal support for deep linking into man(7) pages. | Ingo Schwarze | 2017-03-15 | 1 | -0/+2 |
* | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
* | for .Rs, use <cite> | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
* | Improve <table> syntax: | Ingo Schwarze | 2017-02-05 | 1 | -1/+1 |
* | eliminate one useless struct and one level of indirection; | Ingo Schwarze | 2017-01-29 | 1 | -5/+1 |
* | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze | 2017-01-26 | 1 | -0/+1 |
* | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze | 2017-01-19 | 1 | -1/+0 |
* | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze | 2017-01-19 | 1 | -2/+5 |
* | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | 2017-01-18 | 1 | -0/+3 |
* | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze | 2017-01-17 | 1 | -15/+0 |
* | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze | 2017-01-17 | 1 | -35/+2 |
* | Use __attribute__((__format__ throughout. | Ingo Schwarze | 2016-07-19 | 1 | -4/+2 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -1/+0 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -0/+1 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -2/+5 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -1/+1 |
* | sync Copyright years after merge to OpenBSD; no code change | Ingo Schwarze | 2014-10-10 | 1 | -1/+1 |
* | Re-write of eqn(7) parser and MathML output. | Kristaps Dzonsons | 2014-10-10 | 1 | -0/+1 |
* | Change "to" and "from" commands to use munder, mover, and munderover. | Kristaps Dzonsons | 2014-09-28 | 1 | -0/+3 |
* | Add support for some MathML elements and attributes in our HTML5. | Kristaps Dzonsons | 2014-09-28 | 1 | -0/+15 |
* | Don't pretend we have a separate XHTML and HTML mode any more. | Kristaps Dzonsons | 2014-09-27 | 1 | -6/+0 |
* | Remove <p> in favour of <div class="spacer">. | Kristaps Dzonsons | 2014-09-27 | 1 | -1/+1 |
* | Remove last hard-coded width attribute. | Kristaps Dzonsons | 2014-09-27 | 1 | -1/+0 |
* | HTML5-isation: remove more alignments. | Kristaps Dzonsons | 2014-09-27 | 1 | -1/+0 |
* | Kick out "summary" attribute, which isn't HTML5. | Kristaps Dzonsons | 2014-09-27 | 1 | -2/+0 |
* | Kick out two attibutes we don't use any more in HTML5. | Kristaps Dzonsons | 2014-09-27 | 1 | -2/+0 |
* | First, add space for default styling for HTML5 (non-fragment) output. | Kristaps Dzonsons | 2014-09-27 | 1 | -0/+1 |
* | First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier. | Kristaps Dzonsons | 2014-09-27 | 1 | -0/+1 |
* | implement .An -[no]split for -Thtml | Ingo Schwarze | 2014-09-17 | 1 | -0/+2 |
* | Revert previous, as requested by kristaps@. | Ingo Schwarze | 2014-08-14 | 1 | -1/+0 |
* | Use <em> for .Em and .Bf -emphasis. | Ingo Schwarze | 2014-08-13 | 1 | -0/+1 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -6/+6 |
* | Tag functions with format strings as arguments as printf-like. | Joerg Sonnenberger | 2014-01-05 | 1 | -0/+3 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | 2013-08-08 | 1 | -0/+1 |
* | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze | 2012-05-31 | 1 | -0/+1 |
* | Add the -Ofragment option to -T[]x]html. This accomodates for embedding | Kristaps Dzonsons | 2011-10-05 | 1 | -3/+5 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Flip on equation printing for -T[x]html. | Kristaps Dzonsons | 2011-07-23 | 1 | -0/+1 |
* | Cleanups in -T[x]html: make html_idcat() use the buffer and be called | Kristaps Dzonsons | 2011-05-17 | 1 | -6/+6 |
* | Clean-ups in -T[x]html: inline print_num(), as it was just a single | Kristaps Dzonsons | 2011-05-17 | 1 | -2/+1 |
* | Give -Thtml and -Txhtml the gift of recognising escapes when calculating | Kristaps Dzonsons | 2011-05-14 | 1 | -0/+1 |
* | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -1/+1 |
* | When in a <PRE>, don't print out the <BR> before lines that have leading | Kristaps Dzonsons | 2011-01-29 | 1 | -2/+3 |
* | Change how -Thtml behaves with tables: use multiple rows, with widths | Kristaps Dzonsons | 2011-01-13 | 1 | -0/+3 |