]> git.cameronkatri.com Git - mandoc.git/history - term.c
Do not confuse .Bl -column lists that just broken another block
[mandoc.git] / term.c
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...
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
next