2018-10-02 |
Ingo Schwarze | Add an option -T html -O toc to add a brief table of... |
blob | commitdiff | raw |
2018-10-02 |
Ingo Schwarze | Support a second argument to -O man, |
blob | commitdiff | raw | diff to current |
2018-06-25 |
Ingo Schwarze | Delete substantial amounts of code |
blob | commitdiff | raw | diff to current |
2018-06-25 |
Ingo Schwarze | Do not write <colgroup> elements. Their only purpose... |
blob | commitdiff | raw | diff to current |
2018-05-25 |
Ingo Schwarze | Do not write duplicate id= attributes, they violate... |
blob | commitdiff | raw | diff to current |
2018-05-09 |
Ingo Schwarze | Fix a long-standing issue: |
blob | commitdiff | raw | diff to current |
2018-04-13 |
Ingo Schwarze | preserve comments before .Dd and .TH (typically Copyrig... |
blob | commitdiff | raw | diff to current |
2017-07-08 |
Ingo Schwarze | 1. Eliminate struct eqn, instead use the existing members |
blob | commitdiff | raw | diff to current |
2017-06-23 |
Ingo Schwarze | Write text boxes as <mi>, <mn>, or <mo> as appropriate, |
blob | commitdiff | raw | diff to current |
2017-05-04 |
Ingo Schwarze | Start roff formatter modules for HTML and termininal... |
blob | commitdiff | raw | diff to current |
2017-03-15 |
Ingo Schwarze | Minimal support for deep linking into man(7) pages. |
blob | commitdiff | raw | diff to current |
2017-02-05 |
Ingo Schwarze | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather... |
blob | commitdiff | raw | diff to current |
2017-02-05 |
Ingo Schwarze | for .Rs, use <cite> |
blob | commitdiff | raw | diff to current |
2017-02-05 |
Ingo Schwarze | Improve <table> syntax: |
blob | commitdiff | raw | diff to current |
2017-01-29 |
Ingo Schwarze | eliminate one useless struct and one level of indirection; |
blob | commitdiff | raw | diff to current |
2017-01-26 |
Ingo Schwarze | Fix -man -Thtml formatting after .nf (which has nothing... |
blob | commitdiff | raw | diff to current |
2017-01-19 |
Ingo Schwarze | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; |
blob | commitdiff | raw | diff to current |
2017-01-19 |
Ingo Schwarze | Implement line breaking of the generated HTML code... |
blob | commitdiff | raw | diff to current |
2017-01-18 |
Ingo Schwarze | Make HTML output more human readable by overhauling... |
blob | commitdiff | raw | diff to current |
2017-01-17 |
Ingo Schwarze | Completely delete the buf field of struct html and... |
blob | commitdiff | raw | diff to current |
2017-01-17 |
Ingo Schwarze | Simplify the usage of print_otag() by making it accept... |
blob | commitdiff | raw | diff to current |
2016-07-19 |
Ingo Schwarze | Use __attribute__((__format__ throughout. |
blob | commitdiff | raw | diff to current |
2015-11-07 |
Ingo Schwarze | In private header files, __BEGIN_DECLS and __END_DECLS... |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
blob | commitdiff | raw | diff to current |
2014-12-02 |
Ingo Schwarze | Fix the implementation and documentation of \c (continu... |
blob | commitdiff | raw | diff to current |
2014-12-01 |
Ingo Schwarze | header cleanup: |
blob | commitdiff | raw | diff to current |
2014-12-01 |
Ingo Schwarze | remove unneccessary inclusion protection; patch from... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Ingo Schwarze | sync Copyright years after merge to OpenBSD; no code... |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Kristaps Dzonsons | Re-write of eqn(7) parser and MathML output. |
blob | commitdiff | raw | diff to current |
2014-09-28 |
Kristaps Dzonsons | Change "to" and "from" commands to use munder, mover... |
blob | commitdiff | raw | diff to current |
2014-09-28 |
Kristaps Dzonsons | Add support for some MathML elements and attributes... |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Don't pretend we have a separate XHTML and HTML mode... |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Remove <p> in favour of <div class="spacer">. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Remove last hard-coded width attribute. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | HTML5-isation: remove more alignments. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Kick out "summary" attribute, which isn't HTML5. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Kick out two attibutes we don't use any more in HTML5. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | First, add space for default styling for HTML5 (non... |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | First steps in HTML5: use UTF8 meta-charset and HTML5... |
blob | commitdiff | raw | diff to current |
2014-09-17 |
Ingo Schwarze | implement .An -[no]split for -Thtml |
blob | commitdiff | raw | diff to current |
2014-08-14 |
Ingo Schwarze | Revert previous, as requested by kristaps@. |
blob | commitdiff | raw | diff to current |
2014-08-13 |
Ingo Schwarze | Use <em> for .Em and .Bf -emphasis. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Joerg Sonnenberger | Tag functions with format strings as arguments as print... |
blob | commitdiff | raw | diff to current |
2013-08-08 |
Ingo Schwarze | Implement the roff(7) font-escape sequence \f(BI "bold... |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Ingo Schwarze | Implement the roff \z escape sequence, intended to... |
blob | commitdiff | raw | diff to current |
2011-10-05 |
Kristaps Dzonsons | Add the -Ofragment option to -T[]x]html. This accomoda... |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Flip on equation printing for -T[x]html. |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Cleanups in -T[x]html: make html_idcat() use the buffer... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Clean-ups in -T[x]html: inline print_num(), as it was... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Kristaps Dzonsons | Give -Thtml and -Txhtml the gift of recognising escapes... |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Kristaps Dzonsons | Move "chars" interface out of out.h and into mandoc... |
blob | commitdiff | raw | diff to current |
2011-01-29 |
Kristaps Dzonsons | When in a <PRE>, don't print out the <BR> before lines... |
blob | commitdiff | raw | diff to current |
2011-01-13 |
Kristaps Dzonsons | Change how -Thtml behaves with tables: use multiple... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Kristaps Dzonsons | Make -T[x]html for tables structure cells with a width... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Add skeleton for -T[x]html tbl stuff. Also start to... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Kristaps Dzonsons | Apparently the U tag is deprecated, so use a SPAN inste... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Kristaps Dzonsons | Drastically fix -T[x]html's handling of font-escape... |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Kristaps Dzonsons | Implement reference-counted version of original union... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Kristaps Dzonsons | More use default tags, this time I and U. Also fix... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Kristaps Dzonsons | Give header and footer table cells default widths ... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Make literal `Bd' use a PRE in -Thtml. Make `Bd' outpu... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Use a single P tag for paragraph breaks (which can... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Remove stupid outer DIV tag in favour of regular BODY... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | In-progress move from -T[x]html using DIVs for its... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Kristaps Dzonsons | Add support for `Sm' in -T[x]html -mdoc. |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Ingo Schwarze | correct lots of copyright notices; |
blob | commitdiff | raw | diff to current |
2010-07-06 |
Kristaps Dzonsons | Give -T[x]html `Bk -words' capability. |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Kristaps Dzonsons | Fix in `Mt' mailto from a patch by Tim van der Molen. |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Kristaps Dzonsons | Fixed Makefile for `make lint' dep. on config.h |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Kristaps Dzonsons | Abstraction of -Thtml -man font setting (still experime... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Kristaps Dzonsons | Removed superfluous HTML_NEWLINE. |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Kristaps Dzonsons | Fixed \c handling in -Thtml. |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Kristaps Dzonsons | (Forgot to update html.h with metafonts. Build will... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Kristaps Dzonsons | Fixed `sp', `br', `Pp', etc. so as not to have an empty... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Kristaps Dzonsons | Fixed un-reset buffer in `.In', -Thtml, -mdoc. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Kristaps Dzonsons | Added "summary" tag to tables in order to silence HTML... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Kristaps Dzonsons | Portability: replaced queue macros in html.c (Joerg... |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Kristaps Dzonsons | Clean up consts (noted by Joerg Sonnenberger and Ulrich... |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Kristaps Dzonsons | Additions to -Tman -Thtml: all structural components... |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Kristaps Dzonsons | Example style-sheet reflecting modified section/subsect... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Kristaps Dzonsons | Fixed mandoc.1 examples (new -Thtml options). |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Kristaps Dzonsons | Added the -oincludes=FMT option. |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Kristaps Dzonsons | Element tag buffer is now part of struct html. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | Added Bf, Pf, etc. to -Thtml. |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Kristaps Dzonsons | Split html.c into html.h, mdoc_html.c, man_html.c. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Kristaps Dzonsons | Purged all old files in favour of new design. Selectiv... |
blob | commitdiff | raw |
2008-12-10 |
Kristaps Dzonsons | Prettier HTML. |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | Linted on NetBSD side. |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
|