summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-2/+2
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-1/+4
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-3/+19
* Fix of subtle, but significant, resetting of tags when in list mode. Pointed...VERSION_1_9_15-pre2Kristaps Dzonsons2010-01-011-17/+20
* More in-code documentation and clarity re-arrangements.Kristaps Dzonsons2010-01-011-37/+66
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-6/+5
* Correct handling of arbitrary column lengths, which groff handles differently...Kristaps Dzonsons2010-01-011-14/+15
* Cleaned-up column handling to be char-compatible with groff (thanks Ingo Schw...Kristaps Dzonsons2010-01-011-26/+38
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-011-11/+1
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-2/+17
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-67/+79
* Disable metafonts when printing document footer.Kristaps Dzonsons2009-11-101-1/+4
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-311-2/+2
* More lint fixes.Kristaps Dzonsons2009-10-301-2/+1
* Removed dynamic allocations of header/footer data.Kristaps Dzonsons2009-10-271-24/+9
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-2/+2
* Full `%U' support.Kristaps Dzonsons2009-10-261-39/+40
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+4
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-10/+4
* More fixes to scaling-width multipliers (which, just to make my life difficul...Kristaps Dzonsons2009-10-191-4/+4
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-17/+14
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-54/+47
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-1/+3
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-2/+17
* Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.Kristaps Dzonsons2009-10-101-36/+1
* `Bd' literals in -Tascii -mdoc were losing the first line's newline. Fixed.Kristaps Dzonsons2009-10-071-1/+4
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-031-189/+180
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-261-60/+38
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-241-4/+23
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-241-3/+4
* Fix in -Tascii where `Lb' causes line-break in any section (should only happe...Kristaps Dzonsons2009-09-241-5/+1
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-241-5/+6
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-2/+4
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-1/+2
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-221-3/+3
* Fix height of hard-breaks in -Thtml.Kristaps Dzonsons2009-09-211-2/+2
* Consolidation of Pp/sp/br/Lp stuff.Kristaps Dzonsons2009-09-211-30/+14
* Headers and footers in -Thtml. Various minor additions.Kristaps Dzonsons2009-09-201-1/+2
* Bl -column in place for -Thtml.Kristaps Dzonsons2009-09-201-2/+2
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han...Kristaps Dzonsons2009-09-201-1/+2
* Considerable, wide-ranging improvements to the -Thtml output mode (most espec...Kristaps Dzonsons2009-09-201-2/+3
* Hang lists in html (the hard one first).Kristaps Dzonsons2009-09-171-1/+37
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-52/+45
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-263/+64
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-24/+48
* More already-fixed FIXMEs.Kristaps Dzonsons2009-08-191-4/+2
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-101-1/+4
* Fixed groff-compat where two `Sh' calls, with the first not having a body, do...Kristaps Dzonsons2009-07-291-4/+9
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-291-2/+5
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-251-1/+2