]> git.cameronkatri.com Git - mandoc.git/history - term.c
Support relative arguments to .ll (increase or decrease line length).
[mandoc.git] / term.c
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...
2011-04-04 Kristaps DzonsonsRemove an unused variable (caught in lint-check)
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-22 Kristaps DzonsonsStep 4: merge chars.h into out.h. The functions in...
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-01-30 Ingo SchwarzeImplement the \N'number' (numbered character) roff...
2011-01-04 Kristaps DzonsonsFix spacing for tables to use term_len(). Also make...
2010-12-06 Kristaps DzonsonsTrack down a bug of empty `de XX' macros causing uncert...
2010-10-02 Ingo Schwarzestyle cleanup, no functional change:
2010-10-01 Ingo Schwarze* need a space before .No even if it starts with a...
2010-09-23 Ingo SchwarzeCount trailing escaped blanks correctly;
2010-09-15 Kristaps DzonsonsAllow string lengths to account for escapes. Now all...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-20 Ingo SchwarzeCentralize handling of literal tabs in term_flushln...
2010-08-20 Ingo SchwarzeWhen a column contains trailing spaces, calculate the...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-26 Kristaps DzonsonsMake `Sm' start no-spacing after the first output word...
2010-07-26 Kristaps DzonsonsClean up some tight spots in mandoc's default mode...
2010-07-25 Kristaps DzonsonsAvoid running the "width" termp callback for each white...
2010-07-21 Kristaps DzonsonsAccomodate for groff's crappy behaviour wherein an...
2010-07-17 Kristaps DzonsonsAvoid letter-by-letter encoding by using strcspn()...
2010-07-16 Kristaps DzonsonsChange chars.in HTML encoding to be a Unicode codepoint...
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-04 Ingo SchwarzeAssert my copyright, making it explicit that i'm granti...
2010-07-03 Ingo SchwarzeRudimentary implementation of user-defined strings;
2010-07-02 Kristaps DzonsonsLint tweak.
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-28 Kristaps DzonsonsClean-up of variable-width glyph support. Adds no...
2010-06-28 Kristaps DzonsonsThis enables variable glyph-width output. The checkin...
2010-06-28 Kristaps DzonsonsTiny commit clarifying flushln() documentation as to...
2010-06-27 Ingo SchwarzeBasic implementation of .Bk/.Ek; from OpenBSD.
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
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 DzonsonsTeach -Tps to ignore backspace-encoding by using a...
2010-06-08 Kristaps DzonsonsBroke ascii_*() functions into term_ascii.c
2010-06-08 Kristaps DzonsonsNo functionality changes: just restructuring. Deprecated
2010-06-08 Kristaps DzonsonsMissing prototype for getsubopt() on NetBSD fixed. VERSION_1_10_1
2010-06-07 Kristaps DzonsonsLint fix.
2010-06-07 Kristaps DzonsonsFirst check-in of PostScript output. This does not...
2010-06-07 Kristaps DzonsonsAdd -Owidth=width option to mandoc -Tascii. Asked...
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-05-24 Ingo Schwarzesync to OpenBSD:
2010-05-24 Ingo SchwarzeHandle literal tab characters both in literal context...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-17 Ingo SchwarzeThe function term_flushln() had effectively forked...
2010-05-16 Ingo Schwarzesync to OpenBSD:
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-07 Kristaps DzonsonsBacked out break-at-hyphen changes.
2010-04-08 Kristaps DzonsonsRemoved pipe from front-end ("typographic") recognition...
2010-04-03 Kristaps DzonsonsRemoved erroneous `{' and `}' as punctuation (see mdoc...
2010-03-23 Kristaps DzonsonsFixed two very subtle bugs in retaining overstep and...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-12 Kristaps DzonsonsFixed \c support for all input and output modes (docume...
2009-11-12 Kristaps DzonsonsFreeBSD sys/types inclusion fixed.
2009-11-12 Kristaps DzonsonsBasically re-wrote -Tascii font handling: instead of...
2009-11-07 Kristaps DzonsonsHooked up -Tascii to a2roffdeco backend.
2009-11-06 Kristaps Dzonsons-Tascii now correctly ignores \s clauses.
2009-11-05 Kristaps DzonsonsCorrect support for `\fX' font modes in -Tascii.
2009-11-05 Kristaps DzonsonsAdded functionality of -Tascii non-breaking `\~' space.
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
next