Age | Commit message (Expand) | Author |
2020-09-02 | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. | Ingo Schwarze |
2019-06-03 | Explicitly state that the cases in the inner switch in term_fill() | Ingo Schwarze |
2019-01-15 | In PostScript and PDF output, one AFM unit is not nearly enough | Ingo Schwarze |
2019-01-04 | Implement centering and adjustment to the right margin directly in | Ingo Schwarze |
2019-01-03 | Rewrite the line filling function for terminal output yet again. | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-10-25 | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2017-07-28 | use & to check if a bit is set in a flag; pointed out by clang | Florian Obser |
2017-06-14 | implement so-called absolute horizontal motion: \h'|...', | Ingo Schwarze |
2017-06-14 | let \l use the right fill character | Ingo Schwarze |
2017-06-14 | improve rounding rules for scaling units | Ingo Schwarze |
2017-06-14 | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze |
2017-06-12 | Implement automatic line breaking | Ingo Schwarze |
2017-06-08 | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze |
2017-06-07 | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze |
2017-06-07 | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze |
2017-06-07 | The \h escape sequence provides another method for moving backwards, | Ingo Schwarze |
2017-06-04 | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze |
2017-06-04 | Make term_flushln() simpler and more robust: | Ingo Schwarze |
2017-06-02 | Partial implementation of \h (horizontal line drawing function). | Ingo Schwarze |
2017-06-01 | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze |
2017-05-07 | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze |
2017-01-08 | Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf. | Ingo Schwarze |
2016-08-10 | Fix assertion failures caused by whitespace inside \o'' (overstrike) | Ingo Schwarze |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2016-01-07 | This code wasted memory by allocating sizeof(enum termfont *) | Ingo Schwarze |
2015-10-23 | apply bold and italic to all non-ASCII Unicode codepoints, | Ingo Schwarze |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze |
2015-08-30 | Drop leading, internal, and trailing blank characters in \o (overstrike) | Ingo Schwarze |
2015-04-29 | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze |
2015-04-04 | Rounding rules for horizontal scaling widths are more complicated. | Ingo Schwarze |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-03-09 | prevent the skipvsp flag from creeping past actual text | Ingo Schwarze |
2015-01-31 | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze |
2015-01-21 | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze |
2014-12-24 | Support negative indentations for mdoc(7) displays and lists. | Ingo Schwarze |
2014-12-24 | When a man(7) document contains unreasonably large numbers for | Ingo Schwarze |
2014-12-23 | support negative horizontal widths in man(7); | Ingo Schwarze |
2014-12-23 | Fix vertical scaling. Obviously, nobody ever had a serious look at this. | Ingo Schwarze |
2014-12-19 | Enforcing an arbitrary, implementation dependent, undocumented limit | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |
2014-11-16 | When a line (in the sense of term_flushln()) contains white space only, | Ingo Schwarze |
2014-11-01 | fix a typo causing crashes in Unicode string length measurement | Ingo Schwarze |
2014-10-29 | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze |