aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-9/+7
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze2015-04-041-2/+2
* Third step towards parser unification:Ingo Schwarze2015-04-021-13/+7
* Second step towards parser unification:Ingo Schwarze2015-04-021-14/+14
* First step towards parser unification:Ingo Schwarze2015-04-021-81/+82
* Fix vertical spacing at the beginning of tables.Ingo Schwarze2015-03-061-1/+3
* In mdoc(7), don't mistreat negative .sp arguments as large positive ones.Ingo Schwarze2015-03-061-4/+7
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-171-3/+3
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-3/+4
* do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze2015-02-111-4/+3
* fix handling of empty .An macrosIngo Schwarze2015-02-051-4/+1
* Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze2015-02-051-7/+4
* fix .Eo/.Ec spacingIngo Schwarze2015-02-011-14/+55
* Use relative offsets instead of absolute pointers for the terminalIngo Schwarze2015-01-311-2/+2
* Have pity on the poor stack.Ingo Schwarze2015-01-301-4/+5
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze2015-01-231-6/+6
* Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze2014-12-241-50/+57
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-2/+3
* some scaling unit fixes:Ingo Schwarze2014-12-231-18/+9
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-2/+3
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-2/+3
* mop up an #ifdef turd deraadt@ stepped intoIngo Schwarze2014-11-281-9/+3
* Be more careful about meta->name. For weird input, it can be NULL.Ingo Schwarze2014-11-281-7/+11
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-271-4/+6
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-5/+5
* Do not access a NULL pointer when a section has no body,Ingo Schwarze2014-11-251-7/+10
* We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze2014-11-211-11/+9
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze2014-11-191-3/+5
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-2/+2
* add required vertical spacing before lists that beginIngo Schwarze2014-11-101-10/+12
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-301-26/+13
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-4/+1
* correct the spacing after in-line equationsIngo Schwarze2014-10-201-2/+2
* correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze2014-10-201-1/+3
* correct spacing before inline equationsIngo Schwarze2014-10-201-1/+3
* Properly scale string length measurements for PostScript and PDF output;Ingo Schwarze2014-10-131-3/+7
* simplify handling of .An -[no]split for terminal output:Ingo Schwarze2014-09-171-45/+17
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-031-18/+25
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-211-4/+5
* ... and remove the trailing spaces (duh. i should pay more attention)Ingo Schwarze2014-08-171-6/+6
* KNF: fix indentation of previous commit, see style(9):Ingo Schwarze2014-08-171-10/+10
* Protect against accessing "n->next->child" by first checking "n->next".Kristaps Dzonsons2014-08-171-9/+14
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-2/+6
* Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze2014-07-301-2/+5
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-301-22/+31
* Partial implementation of .Bd -centered.Ingo Schwarze2014-07-291-3/+14
* no need to skip content before first section headerIngo Schwarze2014-07-071-2/+5
* Fix formatting of empty .Bl -inset item heads.Ingo Schwarze2014-07-031-2/+2