aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-028-78/+107
* Lint fixes.Kristaps Dzonsons2010-07-024-8/+12
* Lint tweak.Kristaps Dzonsons2010-07-021-1/+2
* Added TODO to sanitise `Nm' blocks such that HEAD optionally containsKristaps Dzonsons2010-07-021-0/+4
* Implemented -Thtml bits for handling `Nm' blocks.Kristaps Dzonsons2010-07-021-9/+62
* Remove my own dumb FIXME and mark a static function defn as static.Kristaps Dzonsons2010-07-011-4/+3
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-017-125/+139
* In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze2010-07-014-19/+38
* Prevent validator from puking on ENDBODY `Bl' nodes.Kristaps Dzonsons2010-07-011-1/+3
* Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze2010-07-011-1/+4
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-015-22/+133
* More reality-checks for the p->end type.Kristaps Dzonsons2010-07-012-5/+5
* p->end is an enum: treat it as such.Kristaps Dzonsons2010-07-011-3/+3
* First, I'm defaulting to 11-point font, which renders much nicer (theKristaps Dzonsons2010-07-012-19/+54
* "Tweak previous": "badly nested" becomes badly-nested, some typosKristaps Dzonsons2010-07-011-19/+26
* remove a couple of issues that have been fixedIngo Schwarze2010-06-301-27/+1
* Now using Times AFM provided by Dillo. Verified on OpenBSD by me and Mac OSXKristaps Dzonsons2010-06-302-275/+275
* improve error reporting:Ingo Schwarze2010-06-302-35/+55
* Correct dimensions for DocumentMedia. Noted by schwarze@, as gv(1) wasKristaps Dzonsons2010-06-301-6/+5
* Embedding Charter proportional-width glyphs. Nice-looking output.Kristaps Dzonsons2010-06-301-289/+289
* PostScript can now handle scaled glyph sizes (see "scale" in structKristaps Dzonsons2010-06-302-19/+30
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-304-24/+17
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-304-51/+128
* Push paper calculation out of getsubopt() loop. Make all points be AFMKristaps Dzonsons2010-06-302-32/+33
* Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never beIngo Schwarze2010-06-301-4/+43
* let's not forget the remaining badly nested block issue,Ingo Schwarze2010-06-291-0/+3
* fix a typo in the function declaration;Ingo Schwarze2010-06-291-2/+2
* Considerably simplify block rewind rules; no functional change intended.Ingo Schwarze2010-06-291-207/+70
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-298-95/+329
* Inter-release tag.VERSION_1_10_3Kristaps Dzonsons2010-06-291-2/+2
* Remove some incorrect data from mandoc.1 (that of non-macro lines andKristaps Dzonsons2010-06-291-141/+107
* Add in -Opaper=xxx support for -Tps postscript. This doesn't have anyKristaps Dzonsons2010-06-293-6/+28
* Give -Tps better PostScript hinting. Note that we're using Adobe-3.0Kristaps Dzonsons2010-06-293-32/+77
* Clean-up of variable-width glyph support. Adds no new code; onlyKristaps Dzonsons2010-06-283-28/+32
* This enables variable glyph-width output. The checkin will be followedKristaps Dzonsons2010-06-282-28/+29
* Notes: this must be done later. \b in the input will cause havoc.Kristaps Dzonsons2010-06-282-2/+12
* Initial encoding of glyph widths. From /usr/X11R6/lib/X11/fonts/Type1.Kristaps Dzonsons2010-06-281-15/+342
* Tiny commit clarifying flushln() documentation as to what refers toKristaps Dzonsons2010-06-281-4/+5
* minor .Bk fixes:Ingo Schwarze2010-06-272-8/+18
* remove .Bk which is doneIngo Schwarze2010-06-271-8/+12
* Allow registers to be unset. Implement and document the `.nr nS val'.Kristaps Dzonsons2010-06-275-19/+47
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-2711-34/+49
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-2716-139/+129
* Document .Bk and .Ek; reminded by kristaps@.Ingo Schwarze2010-06-271-2/+23
* Basic implementation of .Bk/.Ek; from OpenBSD.Ingo Schwarze2010-06-273-6/+33
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-266-46/+73
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-2616-32/+53
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-268-21/+170
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-255-17/+14
* Allow OpenBSD's nroff to process mandoc.1 without puking on long `It'Kristaps Dzonsons2010-06-251-8/+12