summaryrefslogtreecommitdiff
path: root/pygments/formatters/img.py
Commit message (Expand)AuthorAgeFilesLines
* Fix more instances of invalid string escapesGeorg Brandl2018-11-281-1/+1
* style fixupsGeorg Brandl2017-01-221-6/+6
* Merged in AndreBremer/pygments-main (pull request #597)Georg Brandl2017-01-221-1/+1
|\
| * Copyright update.Georg Brandl2017-01-221-1/+1
* | Python 2.6 compatibility fixes and optimization.abremer2016-05-271-2/+2
* | Added Mac-specific lookup for fonts (fixes #868).abremer2016-05-271-0/+37
|/
* Fixed Python 3 regression in image formatter (closes #1215)Georg Brandl2016-02-261-1/+1
* Fixed image formatter font searching on Macs (closes #1188)Georg Brandl2016-02-021-3/+7
* Fix byte decoding in py3 for ImageFormatterRishav Kundu2016-01-071-1/+1
* Closes #1160: fix docstring markup.Georg Brandl2015-10-201-1/+1
* Avoid the shell entirely when finding fonts.Tim Hatch2015-10-161-10/+8
* Fix Shell Injection in FontManager._get_nix_font_pathJavantea2015-09-281-2/+3
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Sort out Unicode output issues with RTF and image formatters.Georg Brandl2014-09-201-2/+2
* Image formatter: PEP8...Georg Brandl2014-09-201-7/+7
* use versionadded directivesGeorg Brandl2014-01-191-9/+10
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-4/+10
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
* Closes #772: image formatter: move Unix-specific import of commands.getstatus...Georg Brandl2012-08-191-1/+1
* Copyright update.Georg Brandl2012-02-051-1/+1
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* 502: Use full path for PIL module, to not rely on the pth filethatch2010-05-051-1/+1
* Added `hl_lines` and `hl_color` options to image formatter (#457).Georg Brandl2010-01-011-1/+30
* Happy new year!Georg Brandl2010-01-011-1/+1
* Added `line_number_start` option to image formatter (#456).gbrandl2009-12-281-6/+13
* Port Pygments to Python 3.1.gbrandl2009-03-311-0/+1
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* Merge with Tim.gbrandl2009-01-031-3/+3
* Rework newline handling in image formatter (#380)thatch2008-12-281-11/+12
* 0.12 -> 1.0 references.gbrandl2008-11-151-3/+3
* Raise exception when trying to use -S with the image formatter.gbrandl2008-09-071-0/+4
* * Add one formatter per image format, to avoid surprises withgbrandl2008-09-071-7/+57
* Use the font_size option.gbrandl2008-09-071-1/+2
* Ignore import errors in the tests.0.10gbrandl2008-05-061-1/+1
* Rename version to 0.10. Select codename.gbrandl2008-05-061-1/+1
* Add 4 lexers by Stou Sandalski.gbrandl2008-03-181-0/+2
* Make the image formatter work on Windows.gbrandl2008-03-171-33/+88
* Some fixes in the image formatter.gbrandl2008-03-151-16/+19
* initial import of Image FormatterAli Afshar2007-11-061-0/+400