| Commit message (Expand) | Author | Age | Files | Lines |
* | p->end is an enum: treat it as such. | Kristaps Dzonsons | 2010-07-01 | 1 | -2/+2 |
* | First, I'm defaulting to 11-point font, which renders much nicer (the | Kristaps Dzonsons | 2010-07-01 | 2 | -16/+51 |
* | "Tweak previous": "badly nested" becomes badly-nested, some typos | Kristaps Dzonsons | 2010-07-01 | 1 | -17/+24 |
* | remove a couple of issues that have been fixed | Ingo Schwarze | 2010-06-30 | 1 | -27/+1 |
* | Now using Times AFM provided by Dillo. Verified on OpenBSD by me and Mac OSX | Kristaps Dzonsons | 2010-06-30 | 2 | -272/+272 |
* | improve error reporting: | Ingo Schwarze | 2010-06-30 | 2 | -33/+53 |
* | 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 | 2 | -17/+28 |
* | Pushed normalisation of scaling units into term_hspan(). | Kristaps Dzonsons | 2010-06-30 | 4 | -20/+13 |
* | Move term_hspan() calculation into the output devices, where it belongs. | Kristaps Dzonsons | 2010-06-30 | 4 | -47/+124 |
* | Push paper calculation out of getsubopt() loop. Make all points be AFM | Kristaps Dzonsons | 2010-06-30 | 2 | -30/+31 |
* | Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never be | Ingo Schwarze | 2010-06-30 | 1 | -3/+42 |
* | let's not forget the remaining badly nested block issue, | Ingo Schwarze | 2010-06-29 | 1 | -0/+3 |
* | fix a typo in the function declaration; | Ingo Schwarze | 2010-06-29 | 1 | -1/+1 |
* | Considerably simplify block rewind rules; no functional change intended. | Ingo Schwarze | 2010-06-29 | 1 | -206/+69 |
* | Support for badly nested blocks, written around the time of | Ingo Schwarze | 2010-06-29 | 8 | -86/+320 |
* | Inter-release tag.VERSION.1.10.3 | Kristaps Dzonsons | 2010-06-29 | 1 | -2/+2 |
* | Remove some incorrect data from mandoc.1 (that of non-macro lines and | Kristaps Dzonsons | 2010-06-29 | 1 | -140/+106 |
* | Add in -Opaper=xxx support for -Tps postscript. This doesn't have any | Kristaps Dzonsons | 2010-06-29 | 3 | -3/+25 |
* | Give -Tps better PostScript hinting. Note that we're using Adobe-3.0 | Kristaps Dzonsons | 2010-06-29 | 3 | -28/+73 |
* | Clean-up of variable-width glyph support. Adds no new code; only | Kristaps Dzonsons | 2010-06-28 | 3 | -25/+29 |
* | This enables variable glyph-width output. The checkin will be followed | Kristaps Dzonsons | 2010-06-28 | 2 | -26/+27 |
* | Notes: this must be done later. \b in the input will cause havoc. | Kristaps Dzonsons | 2010-06-28 | 2 | -0/+10 |
* | Initial encoding of glyph widths. From /usr/X11R6/lib/X11/fonts/Type1. | Kristaps Dzonsons | 2010-06-28 | 1 | -14/+341 |
* | Tiny commit clarifying flushln() documentation as to what refers to | Kristaps Dzonsons | 2010-06-28 | 1 | -3/+4 |
* | minor .Bk fixes: | Ingo Schwarze | 2010-06-27 | 2 | -6/+16 |
* | remove .Bk which is done | Ingo Schwarze | 2010-06-27 | 1 | -8/+12 |
* | Allow registers to be unset. Implement and document the `.nr nS val'. | Kristaps Dzonsons | 2010-06-27 | 5 | -13/+41 |
* | Following clue-stick applied by schwarze@, back out const-ness of regset | Kristaps Dzonsons | 2010-06-27 | 11 | -23/+38 |
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 16 | -121/+111 |
* | Document .Bk and .Ek; reminded by kristaps@. | Ingo Schwarze | 2010-06-27 | 1 | -0/+21 |
* | Basic implementation of .Bk/.Ek; from OpenBSD. | Ingo Schwarze | 2010-06-27 | 3 | -3/+30 |
* | Mechanical diff allowing the const struct regset to propogate through | Kristaps Dzonsons | 2010-06-26 | 6 | -40/+67 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 16 | -14/+35 |
* | First step of adding register support. This is inspired by a significant | Kristaps Dzonsons | 2010-06-26 | 8 | -13/+162 |
* | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Kristaps Dzonsons | 2010-06-25 | 5 | -12/+9 |
* | Allow OpenBSD's nroff to process mandoc.1 without puking on long `It' | Kristaps Dzonsons | 2010-06-25 | 1 | -6/+10 |
* | Initial chunks for variable-width fonts. Pushes all width calculations | Kristaps Dzonsons | 2010-06-25 | 6 | -85/+133 |
* | Fix slipped in after tag: install PS files with installwww.VERSION.1.10.2 | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 45 | -45/+45 |
* | Version notes for 1.10.2. | Kristaps Dzonsons | 2010-06-19 | 2 | -2/+13 |
* | Removed finished TODOs | Kristaps Dzonsons | 2010-06-13 | 1 | -27/+3 |
* | Remove arg_getattrs(), as we only have arg_getattr()-like calls now that | Kristaps Dzonsons | 2010-06-13 | 1 | -44/+14 |
* | Switch on cached -width usage in front-ends. | Kristaps Dzonsons | 2010-06-13 | 2 | -12/+13 |
* | Allow -width for lists to be cached in mdoc_bl. This requires some | Kristaps Dzonsons | 2010-06-13 | 4 | -52/+67 |
* | Small optimisations in mdoc_action list processing. Cleanups making way | Kristaps Dzonsons | 2010-06-13 | 1 | -37/+35 |
* | Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaults | Kristaps Dzonsons | 2010-06-12 | 6 | -65/+46 |
* | Reverted to mdoc_term.c 1.149 (`It' does not inherit `Bl's cache, | Kristaps Dzonsons | 2010-06-12 | 1 | -7/+10 |
* | Moved `Bl -compact' into cached data. This allowed the removal of | Kristaps Dzonsons | 2010-06-12 | 4 | -30/+29 |