summaryrefslogtreecommitdiff
path: root/pygments/formatters
Commit message (Expand)AuthorAgeFilesLines
* Do not generate classprefix without an actual class name (#479).Georg Brandl2011-01-031-3/+5
* Update output example.Georg Brandl2010-08-221-4/+4
* Escape the tilde as well.Georg Brandl2010-08-221-1/+3
* Escape more characters in LaTeX output (#505).Georg Brandl2010-08-221-4/+11
* merge with timGeorg Brandl2010-08-221-11/+12
|\
| * Performance improvements in the HTML formatter (#523).Georg Brandl2010-08-181-11/+12
* | Merge with -mainthatch2010-05-051-1/+1
|\ \ | |/ |/|
| * 502: Use full path for PIL module, to not rely on the pth filethatch2010-05-051-1/+1
* | With the ``noclasses`` option in the HTML formatter, some styles present in t...Georg Brandl2010-04-251-4/+28
* | Remove compatibility "sets" imports.Georg Brandl2010-02-182-7/+4
|/
* 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