aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-101-6/+1
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ...Kristaps Dzonsons2009-07-271-1/+2
* Full support for `An -split/-nosplit'. Compat documented.Kristaps Dzonsons2009-07-241-1/+4
* Fixed transcription error of define values (bah).Kristaps Dzonsons2009-07-211-2/+2
* Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ...Kristaps Dzonsons2009-07-211-1/+2
* Removed unused TERMP_LITERAL.Kristaps Dzonsons2009-07-191-6/+5
* Renamed TERMP_NONOSPACE -> TERMP_DANGLE.Kristaps Dzonsons2009-07-141-11/+12
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-2/+3
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-38/+1
* *** empty log message ***Kristaps Dzonsons2009-03-251-3/+3
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-1/+2
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-2/+2