aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.h
Commit message (Expand)AuthorAgeFilesLines
* Move the last column-counting members of struct termp (col and maxcols)Ingo Schwarze2013-08-211-3/+3
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-081-1/+2
* Implement the roff \z escape sequence, intended to output the nextIngo Schwarze2012-05-311-1/+2
* Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze2012-05-271-1/+2
* Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze2011-12-041-1/+2
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-1/+2
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-191-2/+1
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-221-1/+2
* Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and doesKristaps Dzonsons2011-05-201-2/+3
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-3/+3
* Move struct termp_ps into term_ps.c; remove the engine union in struct termp,Kristaps Dzonsons2011-05-151-33/+2
* Make some values "int" that were "size_t". These are primarily used forKristaps Dzonsons2011-05-141-3/+3
* Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make bufferKristaps Dzonsons2011-05-141-4/+4
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-2/+2
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-051-2/+2
* Make width calculations occur within tbl_term.c, not tbl.c. This allowsKristaps Dzonsons2011-01-031-2/+8
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-1/+2
* Fully-working -Tpdf: xref table is now generated. This works for bothKristaps Dzonsons2010-07-251-4/+6
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-251-2/+6
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Suppress printing of newlines/space at start of new -Tps page.Kristaps Dzonsons2010-07-041-2/+3
* PostScript can now handle scaled glyph sizes (see "scale" in structKristaps Dzonsons2010-06-301-1/+2
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-301-2/+2
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-301-1/+3
* Push paper calculation out of getsubopt() loop. Make all points be AFMKristaps Dzonsons2010-06-301-11/+11
* Give -Tps better PostScript hinting. Note that we're using Adobe-3.0Kristaps Dzonsons2010-06-291-5/+15
* Clean-up of variable-width glyph support. Adds no new code; onlyKristaps Dzonsons2010-06-281-2/+1
* Basic implementation of .Bk/.Ek; from OpenBSD.Ingo Schwarze2010-06-271-1/+3
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-3/+8
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Implement font-switching for PostScript. -Tps now supportsKristaps Dzonsons2010-06-111-1/+2
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-111-1/+2
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-7/+10
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-7/+18
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-1/+3
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-1/+23
* sync to OpenBSD:Ingo Schwarze2010-05-241-1/+2
* Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze2010-05-241-1/+2
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-1/+2
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-1/+2
* -man also now has unbound margins for literal context.Kristaps Dzonsons2010-05-101-1/+3
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-1/+2
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-7/+18
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-051-1/+5
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-3/+3
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-1/+4
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-6/+1
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-4/+2
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-4/+3