aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_html.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the last explicit length in HTML style= attributes.Ingo Schwarze2018-06-251-13/+3
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-1/+2
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-1/+2
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-1/+2
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-2/+2
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-2/+21
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-1/+2
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-0/+1
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-0/+1
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-1/+21
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-1/+4
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-0/+48