summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-39/+41
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Remove arg_getattrs(), as we only have arg_getattr()-like calls now thatKristaps Dzonsons2010-06-131-44/+14
* Switch on cached -width usage in front-ends.Kristaps Dzonsons2010-06-131-9/+10
* Allow -width for lists to be cached in mdoc_bl. This requires someKristaps Dzonsons2010-06-131-0/+1
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-10/+10
* Reverted to mdoc_term.c 1.149 (`It' does not inherit `Bl's cache,Kristaps Dzonsons2010-06-121-7/+10
* Moved `Bl -compact' into cached data. This allowed the removal ofKristaps Dzonsons2010-06-121-10/+9
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-4/+5
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-18/+15
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-41/+6
* Fix a regression that crept in in man_term.c 1.73 and mdoc_term.c 1.144.Ingo Schwarze2010-06-101-3/+2
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-6/+5
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-6/+14
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-071-76/+90
* Merge a fix to avoid a regression in OpenBSD:Ingo Schwarze2010-06-061-0/+3
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-061-32/+32
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-041-1/+3
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-041-2/+9
* Documented `In' in full.Kristaps Dzonsons2010-06-041-17/+14
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-041-5/+0
* De Morgan's law not being applied properly. Noted by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-1/+1
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-0/+1
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-301-16/+24
* Moved printing of empty word [back] into mdoc_action.c so that it's notKristaps Dzonsons2010-05-291-2/+0
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-291-0/+2
* Documented `Ud'.Kristaps Dzonsons2010-05-261-0/+4
* sync to OpenBSD:Ingo Schwarze2010-05-241-8/+6
* Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze2010-05-241-0/+5
* fix an obvious typo in print_bvspace():Ingo Schwarze2010-05-241-1/+1
* Fix 1.125: Add missing return in termp_nm_pre.Joerg Sonnenberger2010-05-221-0/+1
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-90/+47
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-2/+6
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-1/+1
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-1/+1
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-7/+7
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-0/+3
* -man also now has unbound margins for literal context.Kristaps Dzonsons2010-05-101-2/+2
* Setting maxmargin, too (for completion).Kristaps Dzonsons2010-05-091-8/+12
* Allow literal contexts to have unbound line lengths (from Ingo Schwarze's man...Kristaps Dzonsons2010-05-091-22/+55
* Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI...Kristaps Dzonsons2010-04-081-21/+1
* Allow `Bd' to accept (warn about then ignore) in-line arguments.Kristaps Dzonsons2010-04-061-2/+2
* Let `Bl' accept arguments on the head line with a warning (these are ignored ...Kristaps Dzonsons2010-04-061-1/+11
* `Fl' now correctly suppresses the trailing space if followed by macros on the...Kristaps Dzonsons2010-04-061-2/+2
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...Kristaps Dzonsons2010-04-031-1/+4
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-1/+1
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-0/+3
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-2/+18
* Fix of subtle, but significant, resetting of tags when in list mode. Pointed...VERSION.1.9.15-pre2Kristaps Dzonsons2010-01-011-16/+19
* More in-code documentation and clarity re-arrangements.Kristaps Dzonsons2010-01-011-36/+65