| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the default left text margin configurable from the command line, | Ingo Schwarze | 2011-11-13 | 1 | -0/+1 |
* | Remove the terminal frontend flag TERMP_NOLPAD. | Ingo Schwarze | 2011-09-19 | 1 | -1/+0 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the | Kristaps Dzonsons | 2011-07-22 | 1 | -0/+1 |
* | Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does | Kristaps Dzonsons | 2011-05-20 | 1 | -1/+2 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -2/+2 |
* | Move struct termp_ps into term_ps.c; remove the engine union in struct termp, | Kristaps Dzonsons | 2011-05-15 | 1 | -32/+1 |
* | Make some values "int" that were "size_t". These are primarily used for | Kristaps Dzonsons | 2011-05-14 | 1 | -2/+2 |
* | Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make buffer | Kristaps Dzonsons | 2011-05-14 | 1 | -3/+3 |
* | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -1/+1 |
* | Stuff tbl_calc() into out.c so that it can be shared by all output modes | Kristaps Dzonsons | 2011-01-05 | 1 | -1/+1 |
* | Make width calculations occur within tbl_term.c, not tbl.c. This allows | Kristaps Dzonsons | 2011-01-03 | 1 | -1/+7 |
* | Turn on -Tascii tbl printing. The output still has some issues---I'm | Kristaps Dzonsons | 2011-01-02 | 1 | -0/+1 |
* | Fully-working -Tpdf: xref table is now generated. This works for both | Kristaps Dzonsons | 2010-07-25 | 1 | -3/+5 |
* | Initial PDF shim over PS. This produces working PDF output with -Tpdf. | Kristaps Dzonsons | 2010-07-25 | 1 | -1/+5 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Suppress printing of newlines/space at start of new -Tps page. | Kristaps Dzonsons | 2010-07-04 | 1 | -1/+2 |
* | PostScript can now handle scaled glyph sizes (see "scale" in struct | Kristaps Dzonsons | 2010-06-30 | 1 | -0/+1 |
* | Pushed normalisation of scaling units into term_hspan(). | Kristaps Dzonsons | 2010-06-30 | 1 | -1/+1 |
* | Move term_hspan() calculation into the output devices, where it belongs. | Kristaps Dzonsons | 2010-06-30 | 1 | -0/+2 |
* | Push paper calculation out of getsubopt() loop. Make all points be AFM | Kristaps Dzonsons | 2010-06-30 | 1 | -10/+10 |
* | Give -Tps better PostScript hinting. Note that we're using Adobe-3.0 | Kristaps Dzonsons | 2010-06-29 | 1 | -4/+14 |
* | Clean-up of variable-width glyph support. Adds no new code; only | Kristaps Dzonsons | 2010-06-28 | 1 | -1/+0 |
* | Basic implementation of .Bk/.Ek; from OpenBSD. | Ingo Schwarze | 2010-06-27 | 1 | -0/+2 |
* | Initial chunks for variable-width fonts. Pushes all width calculations | Kristaps Dzonsons | 2010-06-25 | 1 | -2/+7 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Implement font-switching for PostScript. -Tps now supports | Kristaps Dzonsons | 2010-06-11 | 1 | -0/+1 |
* | Teach -Tps to ignore backspace-encoding by using a one-char buffer and a | Kristaps Dzonsons | 2010-06-11 | 1 | -0/+1 |
* | Have the standard manpage header and footer print on every page of -Tps | Kristaps Dzonsons | 2010-06-09 | 1 | -6/+9 |
* | Broke ascii_*() functions into term_ascii.c | Kristaps Dzonsons | 2010-06-08 | 1 | -6/+17 |
* | No functionality changes: just restructuring. Deprecated | Kristaps Dzonsons | 2010-06-08 | 1 | -0/+2 |
* | First check-in of PostScript output. This does not change any logic | Kristaps Dzonsons | 2010-06-07 | 1 | -0/+22 |
* | sync to OpenBSD: | Ingo Schwarze | 2010-05-24 | 1 | -0/+1 |
* | Handle literal tab characters both in literal context (.Bd -literal) | Ingo Schwarze | 2010-05-24 | 1 | -0/+1 |
* | Make the output width an option for ascii_alloc and use that to compute | Joerg Sonnenberger | 2010-05-15 | 1 | -0/+1 |
* | Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output... | Kristaps Dzonsons | 2010-05-12 | 1 | -0/+1 |
* | -man also now has unbound margins for literal context. | Kristaps Dzonsons | 2010-05-10 | 1 | -0/+2 |
* | Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee... | Kristaps Dzonsons | 2010-03-23 | 1 | -0/+1 |
* | Basically re-wrote -Tascii font handling: instead of incrementers for | Kristaps Dzonsons | 2009-11-12 | 1 | -6/+17 |
* | Correct support for `\fX' font modes in -Tascii. | Kristaps Dzonsons | 2009-11-05 | 1 | -0/+4 |
* | Made sure devices and formats recognise that -man and -mdoc have different sy... | Kristaps Dzonsons | 2009-10-18 | 1 | -2/+2 |
* | Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii. | Kristaps Dzonsons | 2009-10-18 | 1 | -0/+3 |
* | ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding). | Kristaps Dzonsons | 2009-09-17 | 1 | -5/+0 |
* | Made tree/term/out() functions return void. | Kristaps Dzonsons | 2009-09-16 | 1 | -3/+1 |
* | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ... | Kristaps Dzonsons | 2009-09-15 | 1 | -3/+2 |
* | Moved indentation size into *term.c files. | Kristaps Dzonsons | 2009-08-10 | 1 | -5/+0 |
* | Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ... | Kristaps Dzonsons | 2009-07-27 | 1 | -0/+1 |
* | Full support for `An -split/-nosplit'. Compat documented. | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+3 |
* | Fixed transcription error of define values (bah). | Kristaps Dzonsons | 2009-07-21 | 1 | -1/+1 |
* | Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ... | Kristaps Dzonsons | 2009-07-21 | 1 | -0/+1 |