summaryrefslogtreecommitdiff
path: root/pygments/formatters
Commit message (Expand)AuthorAgeFilesLines
* Version 1.2.2Georg Brandl2010-01-021-0/+4
* Added `hl_lines` and `hl_color` options to image formatter (#457).Georg Brandl2010-01-011-1/+30
* Added options for rendering LaTeX in source code comments in the LaTeX format...Georg Brandl2010-01-011-13/+59
* Happy new year!Georg Brandl2010-01-0111-11/+11
* Added `line_number_start` option to image formatter (#456).Georg Brandl2009-12-281-6/+13
* #427: Improve inline style handling in !HtmlFormatterthatch2009-09-181-4/+25
* Fix typo.Georg Brandl2009-08-111-1/+1
* Fix markup.Georg Brandl2009-08-101-1/+1
* Port Pygments to Python 3.1.Georg Brandl2009-03-319-55/+58
* Add "noclobber_cssfile" (#396) option to HTML formatter.Georg Brandl2009-03-051-6/+17
* Fix the LaTeX formatter's output so that output generated for one styleGeorg Brandl2009-03-051-56/+114
* Fix code style a bit.Georg Brandl2009-03-011-18/+14
* imported patch anchor-linenos.patchGeorg Brandl2009-02-101-8/+42
* Update copyrighting style to standard "team" tags.Georg Brandl2009-01-0411-22/+22
* Merge with Tim.Georg Brandl2009-01-031-3/+3
* Merge pygments-mainthatch2008-12-311-2/+5
|\
| * Put linenos in the table option in their own <div> to avoid layout issues.Georg Brandl2008-12-291-2/+5
* | Rework newline handling in image formatter (#380)thatch2008-12-281-11/+12
|/
* Fix unused imports.Georg Brandl2008-11-251-1/+0
* Use floor division where needed.Georg Brandl2008-11-251-2/+2
* 0.12 -> 1.0 references.Georg Brandl2008-11-151-3/+3
* #371: HTML formatter options can be Unicode strings.Georg Brandl2008-11-151-4/+10
* open() should be used instead of file()Benjamin Peterson2008-09-211-2/+2
* Don't define \at, \lb, \rb as escapes, but prepend commandprefix here too.Georg Brandl2008-09-121-10/+12
* Raise exception when trying to use -S with the image formatter.Georg Brandl2008-09-071-0/+4
* * Add one formatter per image format, to avoid surprises withGeorg Brandl2008-09-072-8/+64
* Use the font_size option.Georg Brandl2008-09-071-1/+2
* Add hl_lines option to HTML formatter. #325.Georg Brandl2008-08-151-2/+39
* Add "prestyles" to HTML formatter. #310.Georg Brandl2008-08-151-1/+7
* Add optional error token colorizing to the !RawTokenFormatter to close #333.thatch2008-07-261-3/+26
* Fix doc glitch in latex formatterthatch2008-07-261-0/+1
* Support roman/sans/mono styles.Georg Brandl2008-06-181-0/+6
* Ignore import errors in the tests.0.10Georg Brandl2008-05-061-1/+1
* Rename version to 0.10. Select codename.Georg Brandl2008-05-062-2/+2
* Fix missing name.Georg Brandl2008-04-271-0/+1
* New default commandprefix for latex fmter.Georg Brandl2008-04-201-13/+10
* Add new Makefile lexer that should be able to handle BSD and/or GNUthatch2008-04-021-1/+1
* Display preprocessor stuff more visibly in the terminal formatter.Georg Brandl2008-03-261-0/+1
* Add 4 lexers by Stou Sandalski.Georg Brandl2008-03-181-0/+2
* Make the image formatter work on Windows.Georg Brandl2008-03-171-33/+88
* Some fixes in the image formatter.Georg Brandl2008-03-151-16/+19
* Merge with image formatter branch.Georg Brandl2008-03-051-1/+1
|\
| * Add Smalltalk lexer, #300.Georg Brandl2007-12-141-1/+1
| * Fix #309: more c++ extensions.Georg Brandl2007-12-141-1/+1
* | initial import of Image FormatterAli Afshar2007-11-062-1/+403
|/
* Fix not-so-optimal backtracking regexp in mupad lexer.Georg Brandl2007-10-151-1/+1
* A last AUTHORS update.Georg Brandl2007-10-141-1/+1
* Make check.Georg Brandl2007-10-141-1/+2
* Fix a doc error.Georg Brandl2007-10-141-5/+8
* Add SVG formatter.Georg Brandl2007-10-142-0/+155