summaryrefslogtreecommitdiff
path: root/pygments/formatters
Commit message (Expand)AuthorAgeFilesLines
* [svn] fixed bug in rtf formatterblackbird2007-05-301-1/+1
* [svn] Add HTML formatter inline linenos option.Georg Brandl2007-05-291-5/+44
* [svn] fixed rtf formatterblackbird2007-05-281-10/+9
* [svn] Use StringIO in LaTeX formatter.Georg Brandl2007-05-181-2/+2
* [svn] Fix a few inconsistencies and nits, mainly in the docs.Georg Brandl2007-05-042-2/+5
* [svn] Add whitespace filter. Add a few more filter unit tests.Georg Brandl2007-05-031-1/+2
* [svn] Make mapfiles, make check, add D test file, make reindent.Georg Brandl2007-04-251-1/+1
* [svn] Fix the RawTokenFormatter.Georg Brandl2007-03-311-9/+1
* [svn] Add a raising filter.Georg Brandl2007-03-301-1/+1
* [svn] Move docs for not-so-common options to individual classes.Georg Brandl2007-02-164-2/+53
* [svn] Fix #204.Georg Brandl2007-02-151-6/+12
* [svn] Prepare for 0.7.1.Georg Brandl2007-02-151-2/+2
* [svn]0.7Georg Brandl2007-02-141-2/+2
* [svn] Make check.Georg Brandl2007-02-143-6/+6
* [svn] Test that the HTML formatter output is complete.Georg Brandl2007-02-141-2/+4
* [svn] A test case for the external CSS function of the HTML formatter.Georg Brandl2007-02-141-8/+17
* [svn] Shorten some testfiles, silence some pylint warnings,Georg Brandl2007-02-142-3/+4
* [svn] Another two fixes.Georg Brandl2007-02-131-4/+2
* [svn] Optimize HTML output, fix PyTb formatter.Georg Brandl2007-02-131-1/+4
* [svn] Small docs update.Georg Brandl2007-02-131-11/+14
* [svn] Fix reST error.Georg Brandl2007-02-121-2/+2
* [svn] Quite a few things:Georg Brandl2007-02-128-61/+139
* [svn] Document the new HTML formatter interface.Georg Brandl2007-02-121-2/+56
* [svn] Add a "lineseparator" HTML formatter option.Georg Brandl2007-02-101-4/+12
* [svn] Copyright notice update.Georg Brandl2007-02-047-7/+7
* [svn] Fix in the new HTML formatter.Georg Brandl2007-02-011-2/+4
* [svn] HTML formatter overhaul.Georg Brandl2007-01-291-108/+132
* [svn] PyLint run.Georg Brandl2007-01-251-2/+0
* [svn] - add missing example filesGeorg Brandl2007-01-251-0/+7
* [svn] make it clear that 0.7 is in development.Georg Brandl2007-01-251-0/+2
* [svn] Added using(state=x) and RST lexer by Tim Hatch.Georg Brandl2007-01-251-1/+1
* [svn] Fix #185, fix JspLexer so that test suite passes.Georg Brandl2007-01-141-2/+8
* [svn] Added JSP and Batchfile lexers by Tim Hatch.Georg Brandl2007-01-133-4/+4
* [svn] Generate lexer, formatter and filter docs from docstrings.Georg Brandl2007-01-127-90/+190
* [svn] Unused import.0.6Georg Brandl2006-12-201-1/+0
* [svn] updated rtf formatter to handle encodings correctlyblackbird2006-12-201-22/+20
* [svn] Clarify docs and remove debugging code.Georg Brandl2006-12-201-3/+0
* [svn] Improve Unicode handling without encoding.Georg Brandl2006-12-206-5/+26
* [svn] Some style nits and make check.Georg Brandl2006-12-203-11/+1
* [svn] Make test suite work again.Georg Brandl2006-12-171-2/+3
* [svn] - Added option for the HTML formatter to write the CSS to an external fileGeorg Brandl2006-12-171-7/+60
* [svn] refactored rtf formatter, added support for backtick highlighting in ph...blackbird2006-12-171-19/+17
* [svn] Fix double repr.Georg Brandl2006-12-161-2/+2
* [svn] Make RawTokenFormatter/Lexer use unicode escaped strings.Georg Brandl2006-12-161-1/+1
* [svn] Make the test suite pass.Georg Brandl2006-12-161-0/+1
* [svn] Add a few example files.Georg Brandl2006-12-161-4/+2
* [svn] added rich text formatter (formatter for one of the worst file formats ...blackbird2006-12-162-4/+130
* [svn] Change Pygments license to BSD.Georg Brandl2006-12-106-6/+6
* [svn] Reformat and adapt check_sources.Georg Brandl2006-11-261-2/+2
* [svn] some minor updates:blackbird2006-11-232-3/+20