| Commit message (Expand) | Author | Age | Files | Lines |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Tag functions with format strings as arguments as printf-like. | Joerg Sonnenberger | 2014-01-05 | 1 | -1/+4 |
* | Remove a bunch of useless assignments, | Ingo Schwarze | 2011-10-16 | 1 | -3/+2 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Fixed mingw compatibility where the "z" printf() modifier isn't | Kristaps Dzonsons | 2011-08-16 | 1 | -4/+5 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+2 |
* | Move struct termp_ps into term_ps.c; remove the engine union in struct termp, | Kristaps Dzonsons | 2011-05-15 | 1 | -168/+196 |
* | Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make buffer | Kristaps Dzonsons | 2011-05-14 | 1 | -6/+9 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -6/+1 |
* | Do not leak information about the software used | Ingo Schwarze | 2011-03-07 | 1 | -2/+0 |
* | Remove unnecessary conditional... | Kristaps Dzonsons | 2011-01-25 | 1 | -2/+1 |
* | Merge from OpenBSD right after 1.10.6; now back to full sync. | Ingo Schwarze | 2010-09-27 | 1 | -1/+1 |
* | Churny commit to quiet lint. No functional changes. | Kristaps Dzonsons | 2010-09-04 | 1 | -2/+3 |
* | "sys/param.h is for kernel interface programs. | Kristaps Dzonsons | 2010-08-26 | 1 | -1/+1 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -2/+3 |
* | IMPORTANT FIX: add missing braces around alloc failure conditional in | Kristaps Dzonsons | 2010-08-06 | 1 | -3/+7 |
* | Turn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, it | Joerg Sonnenberger | 2010-08-01 | 1 | -15/+18 |
* | Fully-working -Tpdf: xref table is now generated. This works for both | Kristaps Dzonsons | 2010-07-25 | 1 | -14/+43 |
* | Make PDF sections contiguous. | Kristaps Dzonsons | 2010-07-25 | 1 | -63/+51 |
* | Initial PDF shim over PS. This produces working PDF output with -Tpdf. | Kristaps Dzonsons | 2010-07-25 | 1 | -46/+226 |
* | The "wx" value is quite small, so use a u_short instead of a size_t. | Kristaps Dzonsons | 2010-07-21 | 1 | -7/+7 |
* | Use floating-point -Tps "moveto" arguments to smooth out column and row | Kristaps Dzonsons | 2010-07-20 | 1 | -4/+4 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Suppress duplicate "Page: 1 1" -Tps printing and instead relay on | Kristaps Dzonsons | 2010-07-05 | 1 | -5/+1 |
* | gv(1) doesn't remember the last set font when displaying new pages, so | Kristaps Dzonsons | 2010-07-04 | 1 | -6/+24 |
* | Set line-height to be 1.4em. Removed check for minimum margins that are no | Kristaps Dzonsons | 2010-07-04 | 1 | -18/+5 |
* | Suppress printing blank eof pages in -Tps. Delay printing of Page: | Kristaps Dzonsons | 2010-07-04 | 1 | -9/+13 |
* | Suppress printing of newlines/space at start of new -Tps page. | Kristaps Dzonsons | 2010-07-04 | 1 | -15/+31 |
* | Backed out margin calculations in favour of much simpler rule of thumb: | Kristaps Dzonsons | 2010-07-04 | 1 | -15/+10 |
* | Auto-margins. Documented in mandoc.1. Also bumped line-height and made | Kristaps Dzonsons | 2010-07-04 | 1 | -12/+39 |
* | Lint fixes. | Kristaps Dzonsons | 2010-07-02 | 1 | -0/+1 |
* | First, I'm defaulting to 11-point font, which renders much nicer (the | Kristaps Dzonsons | 2010-07-01 | 1 | -14/+40 |
* | Now using Times AFM provided by Dillo. Verified on OpenBSD by me and Mac OSX | Kristaps Dzonsons | 2010-06-30 | 1 | -270/+270 |
* | Correct dimensions for DocumentMedia. Noted by schwarze@, as gv(1) was | Kristaps Dzonsons | 2010-06-30 | 1 | -5/+4 |
* | Embedding Charter proportional-width glyphs. Nice-looking output. | Kristaps Dzonsons | 2010-06-30 | 1 | -288/+288 |
* | PostScript can now handle scaled glyph sizes (see "scale" in struct | Kristaps Dzonsons | 2010-06-30 | 1 | -17/+27 |
* | Pushed normalisation of scaling units into term_hspan(). | Kristaps Dzonsons | 2010-06-30 | 1 | -9/+3 |
* | Move term_hspan() calculation into the output devices, where it belongs. | Kristaps Dzonsons | 2010-06-30 | 1 | -6/+65 |
* | Push paper calculation out of getsubopt() loop. Make all points be AFM | Kristaps Dzonsons | 2010-06-30 | 1 | -20/+21 |
* | Add in -Opaper=xxx support for -Tps postscript. This doesn't have any | Kristaps Dzonsons | 2010-06-29 | 1 | -1/+23 |
* | Give -Tps better PostScript hinting. Note that we're using Adobe-3.0 | Kristaps Dzonsons | 2010-06-29 | 1 | -23/+56 |
* | Clean-up of variable-width glyph support. Adds no new code; only | Kristaps Dzonsons | 2010-06-28 | 1 | -9/+11 |
* | This enables variable glyph-width output. The checkin will be followed | Kristaps Dzonsons | 2010-06-28 | 1 | -15/+13 |
* | Initial encoding of glyph widths. From /usr/X11R6/lib/X11/fonts/Type1. | Kristaps Dzonsons | 2010-06-28 | 1 | -14/+341 |
* | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Kristaps Dzonsons | 2010-06-25 | 1 | -0/+1 |
* | Initial chunks for variable-width fonts. Pushes all width calculations | Kristaps Dzonsons | 2010-06-25 | 1 | -0/+12 |
* | 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 | -61/+133 |
* | Delay opening a word state until a character is ready to be output. | Kristaps Dzonsons | 2010-06-11 | 1 | -20/+41 |
* | Teach -Tps to ignore backspace-encoding by using a one-char buffer and a | Kristaps Dzonsons | 2010-06-11 | 1 | -1/+30 |