summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/term.c
AgeCommit message (Expand)Author
2012-11-16Improve formatting of badly nested font blocks.Ingo Schwarze
2012-07-16Release polishing: finally fix the perl(1) SYNOPSIS.Ingo Schwarze
2012-07-10Remove a hack that was intended for groff-1.15 bug compatibility:Ingo Schwarze
2012-05-28Implement the roff \z escape sequence, intended to output the nextIngo Schwarze
2012-05-27Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze
2011-09-21As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze
2011-09-19Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze
2011-09-18fix a regression introduced in 1.11.7:Ingo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-01-30Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2010-10-27Fix an off-by-one in an assertion, crashing the renderer on ".Os \&".Ingo Schwarze
2010-10-02style cleanup, no functional change:Ingo Schwarze
2010-10-01* need a space before .No even if it starts with a closing delimiterIngo Schwarze
2010-09-23Count trailing escaped blanks correctly;Ingo Schwarze
2010-09-21When calculating string lengths, resolve escape sequences and useIngo Schwarze
2010-08-20Centralize handling of literal tabs in term_flushln() in one place,Ingo Schwarze
2010-08-20When a column contains trailing spaces, calculate the paddingIngo Schwarze
2010-08-20Implement a simple, consistent user interface for error handling.Ingo Schwarze
2010-07-31Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.Ingo Schwarze
2010-07-25Sync to bsd.lv; in particular, pull in lots of bug fixes.Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-07-03Rudimentary implementation of user-defined strings;Ingo Schwarze
2010-06-29framework for glyph width encoding; from kristaps@Ingo Schwarze
2010-06-27Full .nr nS support, unbreaking the kernel manuals.Ingo Schwarze
2010-06-27Basic implementation of .Bk/.Ek.Ingo Schwarze
2010-06-26As a first step towards variable-width font support,Ingo Schwarze
2010-06-26merge release 1.10.2Ingo Schwarze
2010-06-10minimal initial -Tps support, from kristaps@ GSOCIngo Schwarze
2010-06-08Merge more bits that will be going into 1.10.1:Ingo Schwarze
2010-05-26When a word does not fully fit onto the output line, but it containsIngo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-17The function term_flushln() had effectively forked wrt to bsd.lv.Ingo Schwarze
2010-05-15More systematic output width handling by Joerg Sonnenberger:Ingo Schwarze
2010-05-14Integrate kristaps@' end-of-sentence (EOS) frameworkIngo Schwarze
2010-04-23Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze
2010-04-13Fix rendering of multiple successive .It macros without intervening text;Ingo Schwarze
2010-04-12Partial revert of term.c rev. 1.23Ingo Schwarze
2010-04-07Merge the good parts of 1.9.23,Ingo Schwarze
2010-03-26merge 1.9.17, keeping local patchesIngo Schwarze
2010-03-22Only try to break the line at an existing hyphenIngo Schwarze
2010-03-20When the length of a single words exceeds the maximum acceptable lineIngo Schwarze
2010-03-06When the last field on an output line is empty, break the lineIngo Schwarze
2010-03-05At the end of lines, split words at existing hyphens:Ingo Schwarze
2010-03-02Proper inter-sentence spacing for mdoc(7).Ingo Schwarze
2009-12-24sync to 1.9.14: rewrite escape sequence handling:Ingo Schwarze
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-10-27sync to 1.9.11: adapt printing of dates to groff conventions,Ingo Schwarze