aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.h
Commit message (Expand)AuthorAgeFilesLines
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+1
* Major character table cleanup:Ingo Schwarze2015-10-131-2/+1
* Trailing whitespace is significant when determining the width of a tagIngo Schwarze2015-09-211-7/+8
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-171-1/+2
* Replace the kludge for the \z escape sequence by an actualIngo Schwarze2015-04-291-8/+9
* Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze2015-04-041-3/+3
* Third step towards parser unification:Ingo Schwarze2015-04-021-6/+7
* Use relative offsets instead of absolute pointers for the terminalIngo Schwarze2015-01-311-3/+2
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-5/+3
* Enforcing an arbitrary, implementation dependent, undocumented limitIngo Schwarze2014-12-191-5/+5
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-1/+2
* header cleanup:Ingo Schwarze2014-12-011-5/+8
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-5/+1
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-2/+2
* Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze2014-10-261-1/+3
* simplify handling of .An -[no]split for terminal output:Ingo Schwarze2014-09-171-4/+3
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-031-1/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-3/+3
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-081-6/+7
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-3/+3
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-2/+5
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze2013-12-251-1/+2
* Delete the unused flag TERMP_IGNDELIMIngo Schwarze2013-12-241-9/+8
* Polishing the worms in my favourite can, term_flushln().Ingo Schwarze2013-12-221-2/+3
* Move the last column-counting members of struct termp (col and maxcols)Ingo Schwarze2013-08-211-3/+3
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-081-1/+2
* Implement the roff \z escape sequence, intended to output the nextIngo Schwarze2012-05-311-1/+2
* Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze2012-05-271-1/+2
* Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze2011-12-041-1/+2
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-1/+2
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-191-2/+1
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-221-1/+2
* Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and doesKristaps Dzonsons2011-05-201-2/+3
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-3/+3
* Move struct termp_ps into term_ps.c; remove the engine union in struct termp,Kristaps Dzonsons2011-05-151-33/+2
* Make some values "int" that were "size_t". These are primarily used forKristaps Dzonsons2011-05-141-3/+3
* Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make bufferKristaps Dzonsons2011-05-141-4/+4
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-2/+2
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-051-2/+2
* Make width calculations occur within tbl_term.c, not tbl.c. This allowsKristaps Dzonsons2011-01-031-2/+8
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-1/+2
* Fully-working -Tpdf: xref table is now generated. This works for bothKristaps Dzonsons2010-07-251-4/+6
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-251-2/+6
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Suppress printing of newlines/space at start of new -Tps page.Kristaps Dzonsons2010-07-041-2/+3
* PostScript can now handle scaled glyph sizes (see "scale" in structKristaps Dzonsons2010-06-301-1/+2
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-301-2/+2
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-301-1/+3
* Push paper calculation out of getsubopt() loop. Make all points be AFMKristaps Dzonsons2010-06-301-11/+11