summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/tbl_html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The header file "html.h" uses enum roff_tok,schwarze2019-03-171-1/+2
* Finally, represent the man(7) .PP and .HP macros by the naturalschwarze2019-01-061-1/+2
* Yet another round of improvements to manual font selection.schwarze2018-12-151-1/+2
* Cleanup, no functional change:schwarze2018-12-121-2/+2
* Implement tbl(7) lines in -T html output,schwarze2018-11-261-68/+124
* Simplify writing of tbl(7) cells by using the new feature of passingschwarze2018-11-261-17/+5
* Let cells containing nothing but \^ extend the cell above.schwarze2018-11-251-7/+12
* In tbl(7) -T html output,schwarze2018-11-251-17/+40
* Implement horizontal and vertical alignment of tbl(7) cell contentschwarze2018-11-241-6/+36
* Do not write <colgroup> elements. Their only purpose is to enforceschwarze2018-06-251-10/+1
* Ignore explicitly specified negative column widths rather thanschwarze2017-07-311-1/+4
* fix column width calculation for text block cellsschwarze2017-06-121-2/+2
* Implement w layout specifier (minimum column width).schwarze2017-06-081-3/+30
* Improve <table> syntax:schwarze2017-02-051-3/+4
* Simplify the usage of print_otag() by making it accept a variableschwarze2017-01-171-22/+10
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsschwarze2015-10-121-2/+1
* modernize style: "return" is not a function; ok cmp(1)schwarze2015-10-061-3/+4
* Delete the redundant tbl span flags, just inspect the actual dataschwarze2015-01-301-3/+3
* Abolish struct tbl_head and replace it by an "int col" member inschwarze2015-01-301-8/+8
* Auditing the tbl(7) code for more NULL pointer accesses, i came outschwarze2015-01-301-7/+7
* Rudimentary implementation of the e, x, and z table layout modifiersschwarze2014-10-141-2/+4
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-10/+5
* Do not handle vertical lines as additional tbl(7) columns,schwarze2012-05-261-14/+6
* sync to version 1.11.7 from kristaps@schwarze2011-09-181-2/+2
* Merge from bsd.lv, original commit message by kristaps@:schwarze2011-01-161-45/+62
* Various tbl improvements from kristaps@:schwarze2011-01-161-4/+12
* Sync tbl handling to bsd.lv release 1.10.9:schwarze2011-01-091-26/+79
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-0/+73