]> git.cameronkatri.com Git - mandoc.git/history - term.h
credits for release testing
[mandoc.git] / term.h
2019-01-04 Ingo SchwarzeImplement centering and adjustment to the right margin...
2017-07-08 Ingo Schwarze1. Eliminate struct eqn, instead use the existing members
2017-06-17 Ingo Schwarzetables leak tab settings to subsequent text
2017-06-14 Ingo Schwarzeimprove rounding rules for scaling units
2017-06-12 Ingo SchwarzeImplement automatic line breaking
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-05-08 Ingo SchwarzeBasic implementation of the roff(7) .ti (temporary...
2017-05-07 Ingo SchwarzeBasic implementation of the roff(7) .ta (define tab...
2017-05-04 Ingo SchwarzeStart roff formatter modules for HTML and termininal...
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-09-21 Ingo SchwarzeTrailing whitespace is significant when determining...
2015-07-17 Ingo SchwarzeInitial, still somewhat experimental implementation...
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-01-31 Ingo SchwarzeUse relative offsets instead of absolute pointers for...
2014-12-23 Ingo Schwarzesupport negative horizontal widths in man(7);
2014-12-19 Ingo SchwarzeEnforcing an arbitrary, implementation dependent, undoc...
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-12-01 Ingo Schwarzeheader cleanup:
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-26 Ingo SchwarzeImprove -Tascii output for Unicode escape sequences...
2014-09-17 Ingo Schwarzesimplify handling of .An -[no]split for terminal output:
2014-09-03 Ingo SchwarzeImplement the traditional -h option for man(1): show...
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.
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-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...
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-12-04 Ingo SchwarzeImplement mdoc(7)-like output style variant for man...
2011-11-13 Ingo SchwarzeMake the default left text margin configurable from...
2011-09-19 Ingo SchwarzeRemove the terminal frontend flag TERMP_NOLPAD.
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-07-22 Kristaps DzonsonsAdd character output (-Tpdf, -Tps, -Tascii) for equatio...
2011-05-20 Kristaps DzonsonsFlip on -Tutf8 backend support. This forces the UTF...
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
2011-05-15 Kristaps DzonsonsMove struct termp_ps into term_ps.c; remove the engine...
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-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-01-05 Kristaps DzonsonsStuff tbl_calc() into out.c so that it can be shared...
2011-01-03 Kristaps DzonsonsMake width calculations occur within tbl_term.c, not...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...
2010-07-25 Kristaps DzonsonsFully-working -Tpdf: xref table is now generated. ...
2010-07-25 Kristaps DzonsonsInitial PDF shim over PS. This produces working PDF...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-04 Kristaps DzonsonsSuppress printing of newlines/space at start of new...
2010-06-30 Kristaps DzonsonsPostScript can now handle scaled glyph sizes (see ...
2010-06-30 Kristaps DzonsonsPushed normalisation of scaling units into term_hspan().
2010-06-30 Kristaps DzonsonsMove term_hspan() calculation into the output devices...
2010-06-30 Kristaps DzonsonsPush paper calculation out of getsubopt() loop. Make...
2010-06-29 Kristaps DzonsonsGive -Tps better PostScript hinting. Note that we...
2010-06-28 Kristaps DzonsonsClean-up of variable-width glyph support. Adds no...
2010-06-27 Ingo SchwarzeBasic implementation of .Bk/.Ek; from OpenBSD.
2010-06-25 Kristaps DzonsonsInitial chunks for variable-width fonts. Pushes all...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-11 Kristaps DzonsonsImplement font-switching for PostScript. -Tps now...
2010-06-11 Kristaps DzonsonsTeach -Tps to ignore backspace-encoding by using a...
2010-06-09 Kristaps DzonsonsHave the standard manpage header and footer print on...
2010-06-08 Kristaps DzonsonsBroke ascii_*() functions into term_ascii.c
2010-06-08 Kristaps DzonsonsNo functionality changes: just restructuring. Deprecated
2010-06-07 Kristaps DzonsonsFirst check-in of PostScript output. This does not...
2010-05-24 Ingo Schwarzesync to OpenBSD:
2010-05-24 Ingo SchwarzeHandle literal tab characters both in literal context...
2010-05-15 Joerg SonnenbergerMake the output width an option for ascii_alloc and...
2010-05-12 Kristaps DzonsonsTiny EOS patch. Back-end cues front-end through flag...
2010-05-10 Kristaps Dzonsons-man also now has unbound margins for literal context.
2010-03-23 Kristaps DzonsonsFixed two very subtle bugs in retaining overstep and...
2009-11-12 Kristaps DzonsonsBasically re-wrote -Tascii font handling: instead of...
2009-11-05 Kristaps DzonsonsCorrect support for `\fX' font modes in -Tascii.
2009-10-18 Kristaps DzonsonsMade sure devices and formats recognise that -man and...
2009-10-18 Kristaps DzonsonsArbitrary horizontal and vertical scaling widths now...
2009-09-17 Kristaps Dzonsonsascii_xxx -> chars_xxx (intended to hold more than...
2009-09-16 Kristaps DzonsonsMade tree/term/out() functions return void.
2009-09-15 Kristaps DzonsonsRemoved TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour...
2009-08-10 Kristaps DzonsonsMoved indentation size into *term.c files.
2009-07-27 Kristaps DzonsonsCorrect handling of \*(xx, \*[xxx], \*x versus \x,...
2009-07-24 Kristaps DzonsonsFull support for `An -split/-nosplit'. Compat documented.
2009-07-21 Kristaps DzonsonsFixed transcription error of define values (bah).
2009-07-21 Kristaps DzonsonsBringing spacing more in line with groff, patches from...
2009-07-19 Kristaps DzonsonsRemoved unused TERMP_LITERAL.
2009-07-14 Kristaps DzonsonsRenamed TERMP_NONOSPACE -> TERMP_DANGLE.
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-12 Kristaps DzonsonsManual .Dt fields CAPITALISED.
2009-03-26 Kristaps DzonsonsInitial front-end formatting for -man pages.
2009-03-25 Kristaps Dzonsons*** empty log message ***
2009-03-23 Kristaps Dzonsons-man printing linked to -Ttree.
next