Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Sort out Unicode output issues with RTF and image formatters. | Georg Brandl | 2014-09-20 | 1 | -2/+2 |
| | |||||
* | Image formatter: PEP8... | Georg Brandl | 2014-09-20 | 1 | -7/+7 |
| | |||||
* | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -9/+10 |
| | |||||
* | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -4/+10 |
| | |||||
* | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Closes #772: image formatter: move Unix-specific import of ↵ | Georg Brandl | 2012-08-19 | 1 | -1/+1 |
| | | | | commands.getstatusoutput() to Unix-specific method | ||||
* | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Fix current copyright year. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | 502: Use full path for PIL module, to not rely on the pth file | thatch | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Added `hl_lines` and `hl_color` options to image formatter (#457). | Georg Brandl | 2010-01-01 | 1 | -1/+30 |
| | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Added `line_number_start` option to image formatter (#456). | gbrandl | 2009-12-28 | 1 | -6/+13 |
| | |||||
* | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 1 | -0/+1 |
| | |||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | Merge with Tim. | gbrandl | 2009-01-03 | 1 | -3/+3 |
| | |||||
* | Rework newline handling in image formatter (#380) | thatch | 2008-12-28 | 1 | -11/+12 |
| | |||||
* | 0.12 -> 1.0 references. | gbrandl | 2008-11-15 | 1 | -3/+3 |
| | |||||
* | Raise exception when trying to use -S with the image formatter. | gbrandl | 2008-09-07 | 1 | -0/+4 |
| | |||||
* | * Add one formatter per image format, to avoid surprises with | gbrandl | 2008-09-07 | 1 | -7/+57 |
| | | | | | | | pygmentize -f gif -o foo.gif foo.py which would previously create a PNG image. * Make image format names case-insensitive. | ||||
* | Use the font_size option. | gbrandl | 2008-09-07 | 1 | -1/+2 |
| | |||||
* | Ignore import errors in the tests.0.10 | gbrandl | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | Rename version to 0.10. Select codename. | gbrandl | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | Add 4 lexers by Stou Sandalski. | gbrandl | 2008-03-18 | 1 | -0/+2 |
| | |||||
* | Make the image formatter work on Windows. | gbrandl | 2008-03-17 | 1 | -33/+88 |
| | |||||
* | Some fixes in the image formatter. | gbrandl | 2008-03-15 | 1 | -16/+19 |
| | |||||
* | initial import of Image Formatter | Ali Afshar | 2007-11-06 | 1 | -0/+400 |