Age | Commit message (Expand) | Author |
2019-01-18 | The .UR and .MT blocks in man(7) are represented by <a> elements | Ingo Schwarze |
2019-01-15 | In PostScript and PDF output, one AFM unit is not nearly enough | Ingo Schwarze |
2019-01-11 | Improve error reporting when a file given on the command line | Ingo Schwarze |
2019-01-11 | do not access a NULL pointer when formatting a completely empty document | Ingo Schwarze |
2019-01-11 | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze |
2019-01-10 | After years of gnashing of teeth, i finally found a way to avoid | Ingo Schwarze |
2019-01-10 | Initializers for file-scope static variables should be compile-time | Ingo Schwarze |
2019-01-07 | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze |
2019-01-06 | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze |
2019-01-05 | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze |
2019-01-05 | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze |
2019-01-05 | In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">, | Ingo Schwarze |
2019-01-05 | minor cleanup, no functional change: | Ingo Schwarze |
2019-01-05 | Now that the NODE_NOFILL flag in the syntax tree is accurate, | Ingo Schwarze |
2019-01-05 | no-fill mode has to be suspended during tbl(7) rendering, too | Ingo Schwarze |
2019-01-05 | minor cleanup, no functional change: | Ingo Schwarze |
2019-01-05 | Some high-level block macros have an effect similar to temporarily | Ingo Schwarze |
2019-01-04 | Two functional improvements to filling in terminal output. | Ingo Schwarze |
2019-01-04 | Simplify the roff(7) .ce and .rj terminal formatter by using the | Ingo Schwarze |
2019-01-04 | Implement centering and adjustment to the right margin directly in | Ingo Schwarze |
2019-01-04 | Oops, i forgot to adjust this file to the changes in roff.h rev. 1.49. | Ingo Schwarze |
2019-01-03 | Rewrite the line filling function for terminal output yet again. | Ingo Schwarze |
2019-01-01 | Support taking the -O tag value from apropos(1) key=value search terms; | Ingo Schwarze |
2019-01-01 | Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, such | Ingo Schwarze |
2019-01-01 | display the NODE_NOFILL flag indicating no-fill mode | Ingo Schwarze |
2018-12-31 | drop flag HTML_LITERAL which is no longer used | Ingo Schwarze |
2018-12-31 | Cleanup, minus 25 LOC, no functional change: | Ingo Schwarze |
2018-12-31 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-31 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-31 | oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17 | Ingo Schwarze |
2018-12-31 | Use the new flag NODE_NOFILL in the validators, which is sometimes | Ingo Schwarze |
2018-12-31 | Store the fill mode with a new flag NODE_NOFILL in every node, | Ingo Schwarze |
2018-12-31 | For .EX and .EE, set the fill mode parser state directly in the | Ingo Schwarze |
2018-12-31 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-31 | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze |
2018-12-31 | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze |
2018-12-30 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-27 | add some notes about using col and ul to process the ascii markup | Ted Unangst |
2018-12-25 | bugfix: make the static class buffer long enough | Ingo Schwarze |
2018-12-24 | mandoc.css lives in /usr/share/misc now; use full paths to indicate this. | Ted Unangst |
2018-12-24 | install /usr/share/misc/mandoc.css | Ingo Schwarze |
2018-12-22 | In the TOC, close <a> before opening <ul>. | Ingo Schwarze |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-20 | Move the full responsibility for reporting open(2) errors from | Ingo Schwarze |
2018-12-20 | Explain what the fields in mandoc messages mean, | Ingo Schwarze |
2018-12-20 | Bugfix: | Ingo Schwarze |
2018-12-18 | As a first step towards making roff_res() callable from mandoc_getarg(), | Ingo Schwarze |
2018-12-15 | Yet another round of improvements to manual font selection. | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-12-14 | Cleanup, no functional change: | Ingo Schwarze |