summaryrefslogtreecommitdiffstats
path: root/term.h
Commit message (Expand)AuthorAgeFilesLines
* Suppress printing of newlines/space at start of new -Tps page.Kristaps Dzonsons2010-07-041-1/+2
* PostScript can now handle scaled glyph sizes (see "scale" in structKristaps Dzonsons2010-06-301-0/+1
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-301-1/+1
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-301-0/+2
* Push paper calculation out of getsubopt() loop. Make all points be AFMKristaps Dzonsons2010-06-301-10/+10
* Give -Tps better PostScript hinting. Note that we're using Adobe-3.0Kristaps Dzonsons2010-06-291-4/+14
* Clean-up of variable-width glyph support. Adds no new code; onlyKristaps Dzonsons2010-06-281-1/+0
* Basic implementation of .Bk/.Ek; from OpenBSD.Ingo Schwarze2010-06-271-0/+2
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-2/+7
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Implement font-switching for PostScript. -Tps now supportsKristaps Dzonsons2010-06-111-0/+1
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-111-0/+1
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-6/+9
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-6/+17
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-0/+2
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-0/+22
* sync to OpenBSD:Ingo Schwarze2010-05-241-0/+1
* Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze2010-05-241-0/+1
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-0/+1
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-0/+1
* -man also now has unbound margins for literal context.Kristaps Dzonsons2010-05-101-0/+2
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-0/+1
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-6/+17
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-051-0/+4
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-2/+2
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-0/+3
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-5/+0
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-3/+1
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-3/+2
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-101-5/+0
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ...Kristaps Dzonsons2009-07-271-0/+1
* Full support for `An -split/-nosplit'. Compat documented.Kristaps Dzonsons2009-07-241-0/+3
* Fixed transcription error of define values (bah).Kristaps Dzonsons2009-07-211-1/+1
* Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ...Kristaps Dzonsons2009-07-211-0/+1
* Removed unused TERMP_LITERAL.Kristaps Dzonsons2009-07-191-5/+4
* Renamed TERMP_NONOSPACE -> TERMP_DANGLE.Kristaps Dzonsons2009-07-141-10/+11
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-1/+2
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-37/+0
* *** empty log message ***Kristaps Dzonsons2009-03-251-2/+2
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-0/+1
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-1/+1
* Lint fixes.Kristaps Dzonsons2009-03-211-1/+1
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-10/+10
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-0/+7
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-11/+9
* Clean up ASCII table's memory.Kristaps Dzonsons2009-03-171-0/+1
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-68/+20
* Backed out all ANSI code.VERSION.1.5.1Kristaps Dzonsons2009-03-151-13/+1