]> git.cameronkatri.com Git - mandoc.git/history - term.c
In the fallback code to look for manual pages without using mandoc.db(5),
[mandoc.git] / term.c
2021-08-10 Ingo SchwarzeSupport two-character font names (BI, CW, CR, CB, CI)
2020-09-02 Ingo SchwarzeDo not indent by SIZE_MAX/2 when .ce occurs inside...
2019-06-03 Ingo SchwarzeExplicitly state that the cases in the inner switch...
2019-01-15 Ingo SchwarzeIn PostScript and PDF output, one AFM unit is not nearl...
2019-01-04 Ingo SchwarzeImplement centering and adjustment to the right margin...
2019-01-03 Ingo SchwarzeRewrite the line filling function for terminal output...
2018-12-15 Ingo SchwarzeSeveral improvements to escape sequence handling.
2018-10-25 Ingo SchwarzeImplement the \f(CW and \f(CR (constant width font...
2018-08-16 Ingo SchwarzeImplement the \*(.T predefined string (interpolate...
2017-07-28 Ingo Schwarzefix typo in TERMP_MULTICOL flag test;
2017-06-14 Ingo Schwarzeimplement so-called absolute horizontal motion: \h...
2017-06-14 Ingo Schwarzelet \l use the right fill character
2017-06-14 Ingo Schwarzeimprove rounding rules for scaling units
2017-06-14 Ingo Schwarzeimplement the roff(7) \p (break output line) escape...
2017-06-12 Ingo SchwarzeImplement automatic line breaking
2017-06-08 Ingo Schwarzemake the internal a2roffsu() interface more powerful...
2017-06-07 Ingo SchwarzePrepare the terminal driver for filling multiple column...
2017-06-07 Ingo SchwarzePrepare the terminal driver for filling multiple column...
2017-06-07 Ingo SchwarzeThe \h escape sequence provides another method for...
2017-06-04 Ingo SchwarzeImplement the roff(7) .mc (right margin character)...
2017-06-04 Ingo SchwarzeMake term_flushln() simpler and more robust:
2017-06-02 Ingo SchwarzePartial implementation of \h (horizontal line drawing...
2017-06-01 Ingo SchwarzeMinimal implementation of the \h (horizontal motion...
2017-05-07 Ingo SchwarzeBasic implementation of the roff(7) .ta (define tab...
2017-01-08 Ingo SchwarzeFix an assertion failure caused by \z\[u00FF] with...
2016-08-10 Ingo SchwarzeFix assertion failures caused by whitespace inside...
2016-04-12 Ingo Schwarzesed 's/the the/the/' in a comment; from krw@
2016-01-07 Ingo SchwarzeThis code wasted memory by allocating sizeof(enum termf...
2015-10-23 Ingo Schwarzeapply bold and italic to all non-ASCII Unicode codepoints,
2015-10-13 Ingo SchwarzeMajor character table cleanup:
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-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-09-21 Ingo SchwarzeTrailing whitespace is significant when determining...
2015-08-30 Ingo SchwarzeDrop leading, internal, and trailing blank characters...
2015-04-29 Ingo SchwarzeReplace the kludge for the \z escape sequence by an...
2015-04-04 Ingo SchwarzeRounding rules for horizontal scaling widths are more...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-03-06 Ingo Schwarzeprevent the skipvsp flag from creeping past actual...
2015-01-31 Ingo SchwarzeUse relative offsets instead of absolute pointers for...
2015-01-21 Ingo SchwarzeRudimentary implementation of the roff(7) \o escape...
2014-12-24 Ingo SchwarzeSupport negative indentations for mdoc(7) displays...
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 SchwarzeFix vertical scaling. Obviously, nobody ever had a...
2014-12-19 Ingo SchwarzeEnforcing an arbitrary, implementation dependent, undoc...
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-11-16 Ingo SchwarzeWhen a line (in the sense of term_flushln()) contains...
2014-11-01 Ingo Schwarzefix a typo causing crashes in Unicode string length...
2014-10-29 Ingo SchwarzeIn terminal output, unify handling of Unicode and numbe...
2014-10-28 Ingo SchwarzeIn -Tascii mode, print "<?>" only for Unicode escapes...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-27 Ingo SchwarzeFix a regression in term.c rev. 1.229 reported by bentley@:
2014-10-26 Ingo SchwarzeImprove -Tascii output for Unicode escape sequences...
2014-08-18 Kristaps DzonsonsControl reading off the edge of our buffer in term_flus...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-01 Ingo SchwarzeFix floating point handling: When converting double...
2014-08-01 Ingo SchwarzeClarity with respect to floating point handling:
2014-07-06 Ingo SchwarzeAfter skipping an escape sequence with incomplete argum...
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
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-04-05 Ingo Schwarzebugfix: make sure all variables are properly initialized
2014-03-30 Ingo SchwarzeSupport relative arguments to .ll (increase or decrease...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-03-13 Ingo SchwarzeIn -Tutf8 mode, make sure that hyphens get counted...
2014-01-22 Ingo SchwarzeImplement the \: (optional line break) escape sequence,
2013-12-31 Ingo Schwarzeremove assignments that will be overwritten right after...
2013-12-25 Ingo SchwarzeDo not break output lines in .Fn function arguments...
2013-12-24 Ingo SchwarzeDelete the unused flag TERMP_IGNDELIM
2013-12-23 Ingo SchwarzeImplement a long-standing desideratum,
2013-12-22 Ingo SchwarzePolishing the worms in my favourite can, term_flushln().
2013-08-21 Ingo SchwarzeMove the last column-counting members of struct termp...
2013-08-08 Ingo SchwarzeImplement the roff(7) font-escape sequence \f(BI "bold...
2013-08-05 Ingo SchwarzeAfter a leading blank on an output line, the first...
2013-05-29 Ingo SchwarzeIn keep mode, if any text is printed (even in NOSPACE...
2012-11-16 Ingo SchwarzeImprove formatting of badly nested font blocks.
2012-07-16 Ingo SchwarzeIn flush-left mode of both man(7) and mdoc(7), when...
2012-07-10 Ingo SchwarzeRemove a hack that was intended for groff-1.15 bug...
2012-05-31 Ingo SchwarzeImplement the roff \z escape sequence, intended to...
2012-05-27 Ingo SchwarzeFix the vertical spacing around tbl(7) instances in...
2011-09-21 Ingo SchwarzeAs noticed by kristaps@, when breaking an overflowing...
2011-09-19 Ingo SchwarzeRemove the terminal frontend flag TERMP_NOLPAD.
2011-09-18 Ingo Schwarzefix a regression introduced in 1.11.7:
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-05-24 Kristaps DzonsonsRemove all references to ESCAPE_PREDEF, which is now...
2011-05-20 Kristaps DzonsonsAllow non-ASCII terminal encodings to accept unicode...
2011-05-18 Kristaps DzonsonsMake any un-recognised font be considered a call for...
2011-05-17 Kristaps DzonsonsLocale support. I'm checking this in to clean up fall...
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
2011-05-17 Kristaps DzonsonsFlip on printing `?' at Unicode codepoints in -Tascii...
2011-05-15 Kristaps DzonsonsRemove function calls to res() and so forth in term_wor...
2011-05-15 Kristaps DzonsonsFix missing support for \N'n' when calculating string...
2011-05-15 Kristaps DzonsonsUse strcspn() in term_strlen(). Clarifies the code.
2011-05-14 Kristaps DzonsonsMake some values "int" that were "size_t". These are...
2011-05-14 Kristaps DzonsonsMake character engine (-Tascii, -Tpdf, -Tps) ready...
2011-04-30 Kristaps DzonsonsMake mchars_num2char() return a char like it says.
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
next