summaryrefslogtreecommitdiff
path: root/pygments/formatters/rtf.py
Commit message (Expand)AuthorAgeFilesLines
* Fix docstring.Georg Brandl2014-10-291-1/+1
* Remove non-ASCII from non-Unicode string.Georg Brandl2014-10-141-1/+1
* No raw "u" literals in Py3.Georg Brandl2014-09-201-10/+10
* better not to use unicode_literals...Georg Brandl2014-09-201-28/+25
* Sort out Unicode output issues with RTF and image formatters.Georg Brandl2014-09-201-6/+6
* RTF Formatter: replaced surrogate pair calculation with util.Andrew Pinkham2014-05-061-8/+3
* RTF Formatter: consolidated output functions.Andrew Pinkham2014-04-281-2/+1
* RTF Formatter: removed unnecessary newlineAndrew Pinkham2014-04-281-1/+0
* RTF Formatter: added documentation about new output.Andrew Pinkham2014-04-281-0/+4
* RTF Formatter: inlined surrogate pair calculation.Andrew Pinkham2014-04-281-20/+10
* RTF Formatter: switch format character %i to %d.Andrew Pinkham2014-04-271-1/+1
* RTF Formatter: removed unnecessary floor function.Andrew Pinkham2014-04-271-2/+2
* RTF Formatter: pure unicode escaped output.Andrew Pinkham2014-04-261-14/+30
* If encoding fails use ? as ANSI fallback characterGaurav Jain2014-04-151-3/+3
* Correct doc location for fontsize.Tim Hatch2014-04-141-3/+6
* Support fontsize option for RTF formattingGaurav Jain2014-03-211-0/+8
* use versionadded directivesGeorg Brandl2014-01-191-1/+1
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
* Copyright update.Georg Brandl2012-02-051-1/+1
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* Happy new year!Georg Brandl2010-01-011-1/+1
* Port Pygments to Python 3.1.gbrandl2009-03-311-4/+7
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* [svn] fixed bug in rtf formatterblackbird2007-05-301-1/+1
* [svn] fixed rtf formatterblackbird2007-05-281-10/+9
* [svn] Move docs for not-so-common options to individual classes.gbrandl2007-02-161-0/+4
* [svn] Quite a few things:gbrandl2007-02-121-1/+4
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
* [svn] Added JSP and Batchfile lexers by Tim Hatch.gbrandl2007-01-131-1/+1
* [svn] Generate lexer, formatter and filter docs from docstrings.gbrandl2007-01-121-1/+13
* [svn] updated rtf formatter to handle encodings correctlyblackbird2006-12-201-22/+20
* [svn] Clarify docs and remove debugging code.gbrandl2006-12-201-3/+0
* [svn] Improve Unicode handling without encoding.gbrandl2006-12-201-0/+5
* [svn] Some style nits and make check.gbrandl2006-12-201-3/+0
* [svn] refactored rtf formatter, added support for backtick highlighting in ph...blackbird2006-12-171-19/+17
* [svn] Make the test suite pass.gbrandl2006-12-161-0/+1
* [svn] Add a few example files.gbrandl2006-12-161-4/+2
* [svn] added rich text formatter (formatter for one of the worst file formats ...blackbird2006-12-161-0/+121