2020-04-19 |
Ingo Schwarze | Correctly handle non-unique tags even when NODE_ID... |
blob | commitdiff | raw |
2020-04-18 |
Ingo Schwarze | When a .Tg is attached to a paragraph, attach the permalink |
blob | commitdiff | raw | diff to current |
2020-04-06 |
Ingo Schwarze | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl,... |
blob | commitdiff | raw | diff to current |
2020-04-01 |
Ingo Schwarze | Just like we are already doing it in HTML output, autom... |
blob | commitdiff | raw | diff to current |
2020-03-13 |
Ingo Schwarze | Split tagging into a validation part including prioriti... |
blob | commitdiff | raw | diff to current |
2020-02-27 |
Ingo Schwarze | The HTML standard does not allow self-closing syntax... |
blob | commitdiff | raw | diff to current |
2020-02-27 |
Ingo Schwarze | Introduce the concept of nodes that are semantically... |
blob | commitdiff | raw | diff to current |
2020-01-19 |
Ingo Schwarze | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly... |
blob | commitdiff | raw | diff to current |
2019-12-11 |
Ingo Schwarze | In HTML, display straight quotes, not curly quotes... |
blob | commitdiff | raw | diff to current |
2019-09-15 |
Ingo Schwarze | Fix line breaking in no-fill mode (.Bd -unfilled/<pre>), |
blob | commitdiff | raw | diff to current |
2019-09-03 |
Ingo Schwarze | Format .Nd with more logically with <span> rather than... |
blob | commitdiff | raw | diff to current |
2019-09-01 |
Ingo Schwarze | delete the TAG_IDIV crutch, which is no longer used |
blob | commitdiff | raw | diff to current |
2019-03-01 |
Ingo Schwarze | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML... |
blob | commitdiff | raw | diff to current |
2019-01-18 |
Ingo Schwarze | The .UR and .MT blocks in man(7) are represented by... |
blob | commitdiff | raw | diff to current |
2019-01-11 |
Ingo Schwarze | do not access a NULL pointer when formatting a complete... |
blob | commitdiff | raw | diff to current |
2019-01-11 |
Ingo Schwarze | Remove the HTML title= attributes which harmed accessib... |
blob | commitdiff | raw | diff to current |
2019-01-10 |
Ingo Schwarze | After years of gnashing of teeth, i finally found a... |
blob | commitdiff | raw | diff to current |
2019-01-07 |
Ingo Schwarze | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and... |
blob | commitdiff | raw | diff to current |
2018-12-31 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-30 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-25 |
Ingo Schwarze | bugfix: make the static class buffer long enough |
blob | commitdiff | raw | diff to current |
2018-12-22 |
Ingo Schwarze | In the TOC, close <a> before opening <ul>. |
blob | commitdiff | raw | diff to current |
2018-12-16 |
Ingo Schwarze | Yet another round of improvements to manual font selection. |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-03 |
Ingo Schwarze | In the validators, translate obsolete macro aliases... |
blob | commitdiff | raw | diff to current |
2018-10-04 |
Ingo Schwarze | When a subsection header contains no letters but only... |
blob | commitdiff | raw | diff to current |
2018-10-02 |
Ingo Schwarze | add DESCRIPTION and .Ss to the toc; suggested by espie@ |
blob | commitdiff | raw | diff to current |
2018-10-02 |
Ingo Schwarze | Add an option -T html -O toc to add a brief table of... |
blob | commitdiff | raw | diff to current |
2018-10-02 |
Ingo Schwarze | Support a second argument to -O man, |
blob | commitdiff | raw | diff to current |
2018-08-17 |
Ingo Schwarze | Remove more pointer arithmetic passing via regions... |
blob | commitdiff | raw | diff to current |
2018-07-27 |
Ingo Schwarze | garbage collect the unused "#define INDENT" |
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 | Drop explicit, constant style=margin-left attribute... |
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-06-10 |
Ingo Schwarze | In HTML output, for lists that have an -indent argument... |
blob | commitdiff | raw | diff to current |
2018-05-29 |
Ingo Schwarze | Ignore author-specified -width arguments for -tag and... |
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-21 |
Ingo Schwarze | Use <span> for .Ms rather than <b>; discussed with... |
blob | commitdiff | raw | diff to current |
2018-05-21 |
Ingo Schwarze | Use <span> for .Ad rather than <i>; also suggested... |
blob | commitdiff | raw | diff to current |
2018-05-21 |
Ingo Schwarze | Use <span> rather than abusing <i> for .Pa; |
blob | commitdiff | raw | diff to current |
2018-05-09 |
Ingo Schwarze | Fix a long-standing issue: |
blob | commitdiff | raw | diff to current |
2018-05-08 |
Ingo Schwarze | Eliminate the class=It-* attributes. |
blob | commitdiff | raw | diff to current |
2018-05-08 |
Ingo Schwarze | Switch the emitted HTML element from <b> to <code>... |
blob | commitdiff | raw | diff to current |
2018-04-24 |
Ingo Schwarze | replace my vague and idiosyncratic term "selflink" |
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 |
2018-04-11 |
Ingo Schwarze | preserve comments before .Dd when converting mdoc(7... |
blob | commitdiff | raw | diff to current |
2017-07-15 |
Ingo Schwarze | In .Bl -tag and -hang, do not print a margin-left style... |
blob | commitdiff | raw | diff to current |
2017-07-15 |
Ingo Schwarze | use the same width increase logic for .Bl -hang as... |
blob | commitdiff | raw | diff to current |
2017-07-14 |
Ingo Schwarze | Handle .Bl -compact via CSS rather than writing individ... |
blob | commitdiff | raw | diff to current |
2017-06-24 |
Ingo Schwarze | Split -Wstyle into -Wstyle and the even lower -Wbase... |
blob | commitdiff | raw | diff to current |
2017-06-19 |
Ingo Schwarze | Fix a regression in the previous revision: |
blob | commitdiff | raw | diff to current |
2017-05-30 |
Ingo Schwarze | fix formatting of intermediate punctuation in .Lk |
blob | commitdiff | raw | diff to current |
2017-05-17 |
Ingo Schwarze | Delete pointless width calculation for SYNOPSIS .Nm... |
blob | commitdiff | raw | diff to current |
2017-05-12 |
Ingo Schwarze | Make the tag column in .Bl -tag lists wider: |
blob | commitdiff | raw | diff to current |
2017-05-09 |
Ingo Schwarze | Trailing \c suppresses the output line break even if |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Move .sp to the roff modules. Enough infrastructure... |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | move .ll to the roff modules |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Move handling of the roff(7) .ft request from the man(7) |
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-05-04 |
Ingo Schwarze | Parser reorg: |
blob | commitdiff | raw | diff to current |
2017-04-24 |
Ingo Schwarze | Continue parser unification: |
blob | commitdiff | raw | diff to current |
2017-04-17 |
Ingo Schwarze | Fix handling of trailing punctuation in .Lk. |
blob | commitdiff | raw | diff to current |
2017-03-17 |
Ingo Schwarze | Fix regression in mdoc_html.c 1.275, man_html 1.134: |
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-03-14 |
Ingo Schwarze | Slightly increase widths calculated from string lengths... |
blob | commitdiff | raw | diff to current |
2017-03-13 |
Ingo Schwarze | Port ctags-style, less(1) :t internal searching from... |
blob | commitdiff | raw | diff to current |
2017-03-13 |
Ingo Schwarze | Print title="..." in addition to id="..." attributes... |
blob | commitdiff | raw | diff to current |
2017-03-03 |
Ingo Schwarze | remove a few redundant conditions that jsg@ found with... |
blob | commitdiff | raw | diff to current |
2017-02-22 |
Ingo Schwarze | Handle an odd edge case where .It is preceded by .Sm. |
blob | commitdiff | raw | diff to current |
2017-02-16 |
Ingo Schwarze | Remove the ENDBODY_NOSPACE flag, simplifying the code. |
blob | commitdiff | raw | diff to current |
2017-02-06 |
Ingo Schwarze | The .Nm macro does not only use the default name when... |
blob | commitdiff | raw | diff to current |
2017-02-05 |
Ingo Schwarze | Wrap .St content in a <span class="St">. |
blob | commitdiff | raw | diff to current |
2017-02-05 |
Ingo Schwarze | fix font selection for .Bf without argument |
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-28 |
Ingo Schwarze | Simplify usage of print_otag() even more: |
blob | commitdiff | raw | diff to current |
2017-01-28 |
Ingo Schwarze | .Bl -column with zero columns is legal, so don't segfal... |
blob | commitdiff | raw | diff to current |
2017-01-25 |
Ingo Schwarze | Improve HTML formatting of .Bl -tag. |
blob | commitdiff | raw | diff to current |
2017-01-21 |
Ingo Schwarze | Avoid writing constant style attributes over and over... |
blob | commitdiff | raw | diff to current |
2017-01-21 |
Ingo Schwarze | clean up the remaining class attributes |
blob | commitdiff | raw | diff to current |
2017-01-20 |
Ingo Schwarze | Standardize class attributes for semantic macros. |
blob | commitdiff | raw | diff to current |
2017-01-20 |
Ingo Schwarze | standardize .Rs class attributes |
blob | commitdiff | raw | diff to current |
2017-01-20 |
Ingo Schwarze | standardize .Bl and .It class attributes |
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 | clean up .Sx and .Xr HTML markup |
blob | commitdiff | raw | diff to current |
2017-01-19 |
Ingo Schwarze | Clean up CSS rules for sections and paragraphs. |
blob | commitdiff | raw | diff to current |
2017-01-19 |
Ingo Schwarze | Start cleanup: trim useless HTML comments, <div> elements, |
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 |
2017-01-11 |
Ingo Schwarze | Do text production for .Bt, .Ex, .Rv, .Ud at the valida... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | For the .Ux/.Ox family of macros, do text production... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | unify names of AST node flags; no change of cpp output |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. |
blob | commitdiff | raw | diff to current |
2017-01-09 |
Ingo Schwarze | The .No macro is not supposed to produce fixed-width... |
blob | commitdiff | raw | diff to current |
2017-01-08 |
Ingo Schwarze | Indentation must be measured in units of the surroundin... |
blob | commitdiff | raw | diff to current |
next |