summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/tbl_html.c
AgeCommit message (Expand)Author
2018-12-12Cleanup, no functional change:Ingo Schwarze
2018-11-26Implement tbl(7) lines in -T html output,Ingo Schwarze
2018-11-26Simplify writing of tbl(7) cells by using the new feature of passingIngo Schwarze
2018-11-25Let cells containing nothing but \^ extend the cell above.Ingo Schwarze
2018-11-25In tbl(7) -T html output,Ingo Schwarze
2018-11-24Implement horizontal and vertical alignment of tbl(7) cell contentIngo Schwarze
2018-06-25Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze
2017-07-31Ignore explicitly specified negative column widths rather thanIngo Schwarze
2017-06-12fix column width calculation for text block cellsIngo Schwarze
2017-06-08Implement w layout specifier (minimum column width).Ingo Schwarze
2017-02-05Improve <table> syntax:Ingo Schwarze
2017-01-17Simplify the usage of print_otag() by making it accept a variableIngo Schwarze
2015-10-12To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze
2015-10-06modernize style: "return" is not a function; ok cmp(1)Ingo Schwarze
2015-01-30Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze
2015-01-30Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze
2015-01-30Auditing the tbl(7) code for more NULL pointer accesses, i came outIngo Schwarze
2014-10-14Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2012-05-26Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze
2011-09-18sync to version 1.11.7 from kristaps@Ingo Schwarze
2011-01-16Merge from bsd.lv, original commit message by kristaps@:Ingo Schwarze
2011-01-16Various tbl improvements from kristaps@:Ingo Schwarze
2011-01-09Sync tbl handling to bsd.lv release 1.10.9:Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze