]> git.cameronkatri.com Git - mandoc.git/history - man_term.c
Implement line breaking of the generated HTML code at space characters
[mandoc.git] / man_term.c
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
2016-01-08 Ingo SchwarzeDelete the redundant "nchild" member of struct roff_nod...
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-21 Ingo SchwarzeTrailing whitespace is significant when determining...
2015-04-19 Ingo SchwarzeIf an explicit line break request (.br or .sp) occurs...
2015-04-19 Ingo SchwarzeDecouple the token code for "no request or macro" from...
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-06 Ingo SchwarzeDo not mistreat empty arguments to font alternating...
2015-04-06 Ingo SchwarzeOn a new RS nesting level, the saved width starts from...
2015-04-06 Ingo SchwarzeUse the default width for .RS without arguments.
2015-04-04 Ingo SchwarzeGive man(7) section and subsection headers hanging...
2015-04-04 Ingo SchwarzeRounding rules for horizontal scaling widths are more...
2015-04-04 Ingo SchwarzeFix a quirk with respect to empty .HP.
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-03-15 Ingo SchwarzeAvoid off-by-one read access to the termacts array...
2015-03-06 Ingo SchwarzeFix vertical spacing at the beginning of tables.
2015-01-30 Ingo SchwarzeHave pity on the poor stack.
2015-01-30 Ingo SchwarzeDelete the redundant tbl span flags, just inspect the...
2015-01-24 Ingo SchwarzeStrangely, ignoring the roff(7) .na request was impleme...
2014-12-24 Ingo SchwarzeFor .RS, we need to save the information how much we...
2014-12-24 Ingo SchwarzeWhen a man(7) document contains unreasonably large...
2014-12-23 Ingo Schwarzesupport negative horizontal widths in man(7);
2014-12-23 Ingo Schwarzesome scaling unit fixes:
2014-12-23 Ingo Schwarzeeven if the second argument to .IP is invalid, don...
2014-12-23 Ingo Schwarzecorrectly handle scaling units after .PD
2014-12-04 Ingo Schwarzefix handling of roff requests having a default scale...
2014-12-04 Ingo SchwarzeIgnore macros that never produce any text when deciding...
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-11-21 Ingo SchwarzeWe repeatedly observed assertion crashes in the low...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-20 Ingo Schwarzecorrect the spacing after in-line equations
2014-10-20 Ingo Schwarzecorrect spacing *after* inline equations (much simpler...
2014-10-20 Ingo Schwarzecorrect spacing before inline equations
2014-09-03 Ingo SchwarzeImplement the traditional -h option for man(1): show...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-06-20 Ingo SchwarzeAs suggested by jmc@, only include line and column...
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-20 Ingo Schwarzefix unchecked snprintf(3) in page header printing:
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-04-08 Ingo SchwarzeAdd a new term_flushln() flag TERMP_BRIND (if break...
2014-03-30 Ingo SchwarzeSupport relative arguments to .ll (increase or decrease...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-08 Ingo SchwarzeIn .nf mode, use the MAN_LINE flag to detect input...
2014-03-08 Ingo SchwarzeTo find out whether .TP head arguments are same-line...
2014-02-16 Ingo Schwarzewhen indenting, extend the right margin accordingly...
2013-12-22 Ingo SchwarzePolishing the worms in my favourite can, term_flushln().
2013-11-11 Ingo SchwarzeIn the parser, when closing an explicit block that...
2013-10-17 Ingo SchwarzeImplement the .UR/.UE block (uniform resource identifie...
2013-01-05 Ingo SchwarzeIn literal mode (.nf), each input line must be kept...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-07-29 Ingo SchwarzeImplement .PD for -Tascii.
2012-07-16 Ingo SchwarzeAlways fix the man(7) subsection header (.SS) indent...
2012-07-14 Ingo SchwarzeTranslate blank input lines to .sp just like in mdoc(7),
2012-07-13 Ingo SchwarzeIn -man -Tascii, support .sp with negative argument.
2012-07-10 Ingo Schwarzemultiple fixes to -Tascii .HP rendering:
2012-06-02 Ingo SchwarzeMinimal implementation of .EX and .EE for GNU compatibi...
2012-05-27 Ingo Schwarzeupdate Copyright years according to the CVS logs; no...
2012-01-03 Kristaps DzonsonsAdd support for `OP', one of the extended man macros...
2011-12-04 Ingo SchwarzeImplement mdoc(7)-like output style variant for man...
2011-12-04 Ingo SchwarzeJumping out of man_unscope() for the root node is a...
2011-11-18 Joerg SonnenbergerDon't crash if the date can't be extracted. Don't depen...
2011-11-13 Ingo SchwarzeMake the man(7) page footer the same as in groff.
2011-11-13 Ingo SchwarzeMake the default left text margin configurable from...
2011-09-21 Ingo SchwarzeAs noticed by kristaps@, when breaking an overflowing...
2011-09-20 Ingo SchwarzeUsing user-defined macros, surprisingly, it is possible
2011-09-20 Ingo SchwarzeWhen advancing the left margin, .RS also needs to reset...
2011-09-20 Ingo SchwarzeSync print_mdoc_head to print_man_head;
2011-09-19 Ingo SchwarzeRemove the terminal frontend flag TERMP_NOLPAD.
2011-09-18 Ingo SchwarzeSupport nesting of indented blocks.
2011-07-22 Kristaps DzonsonsAdd character output (-Tpdf, -Tps, -Tascii) for equatio...
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-07-03 Kristaps DzonsonsFix a TODO noted by schwarze@, originally by Christian...
2011-06-29 Kristaps DzonsonsFirst fix how `sp 1' doesn't imply `1v' (it now does...
2011-06-18 Kristaps DzonsonsFix two TODOs with one check-in. Both of these relate...
2011-06-18 Kristaps DzonsonsAllow RS/RE blocks to nest. This requires first the...
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
2011-04-30 Kristaps DzonsonsRename mchars_init() -> mchars_alloc() for consistency.
2011-04-30 Kristaps DzonsonsRemove enum mcharst, which hasn't been used in quite...
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-03-22 Kristaps DzonsonsStep 4: merge chars.h into out.h. The functions in...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsEQN blocks are now printed in all modes. This is simpl...
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-01-25 Ingo SchwarzeAvoid double blank line before a table preceded by...
2011-01-23 Ingo SchwarzeFix another regression caused by the reorg of print_man...
2011-01-17 Ingo SchwarzeRefrain from throwing fatal errors for
2011-01-16 Ingo SchwarzeWhen processing a blank text line, do not break out...
2011-01-12 Kristaps DzonsonsMake -man -Tascii not break within literal lines, e.g.,
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-11 Kristaps DzonsonsDon't let `in' creep past the right margin.
2011-01-04 Ingo SchwarzeMultiple man(7) .IP and .TP fixes started during p2k10:
2011-01-03 Kristaps DzonsonsFor tbl: -man documents print an extra space before...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
next