summaryrefslogtreecommitdiff
path: root/pygments/formatters/img.py
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-3/+2
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* ImgFormatter: Use the start position based on the length of text (#1611)strawberry beach sandals2020-11-281-8/+20
* image formatter: find ttc fonts on MacGeorg Brandl2020-09-201-1/+2
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Improve font handling code.Matthäus G. Chajdas2020-03-031-6/+9
* Fix #1247 by looking up in both HKLM and HKCU.Matthäus G. Chajdas2020-03-021-23/+32
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-291-3/+3
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-2/+2
* image formatter: actually respect "line_number_separator"Georg Brandl2019-11-241-1/+2
* Fix #928.Matthäus G. Chajdas2019-11-161-2/+3
* Update img.pyanshks2019-10-221-1/+1
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* 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
| * Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+563
* 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
* merge default into stableGeorg Brandl2016-01-171-0/+559