summaryrefslogtreecommitdiff
path: root/pygments/formatters
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-1712-16/+4
* Bump copyright year.Matthäus G. Chajdas2021-01-0312-14/+14
* Revert a private API in the HTML formatter (#1655)Kurt McKee2020-12-301-6/+9
* ImgFormatter: Use the start position based on the length of text (#1611)strawberry beach sandals2020-11-281-8/+20
* Remove margin: 0 from <pre> styling.Matthäus G. Chajdas2020-10-281-1/+1
* Speed up JSON and reduce HTML formatter consumption (#1569)Kurt McKee2020-10-261-17/+25
* Speculative fix for #1579. (#1583)Matthäus G. Chajdas2020-10-241-2/+2
* Fix LatexEmbeddedLexer (#1517)Eric Wieser2020-09-301-9/+42
* image formatter: find ttc fonts on MacGeorg Brandl2020-09-201-1/+2
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-084-45/+45
* all: use yield from (#1537)Georg Brandl2020-09-062-12/+6
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-2212-14/+14
* Improve HTML formatter output.improve-linenos-handlingMatthäus G. Chajdas2020-07-311-4/+8
* Fix Solarized line number colors (#1477)Paweł Fertyk2020-07-041-91/+142
* 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-297-32/+17
* Update many links to use HTTPS and skip redirectsKurt McKee2019-12-181-2/+2
* Merge branch '582/joshuagryphon/svglinenos'Matthäus G. Chajdas2019-12-011-3/+37
|\
| * Right-align line numbers in the SVG formatter.Matthäus G. Chajdas2019-12-011-3/+3
| * Merge branch 'master' into 582/joshuagryphon/svglinenosMatthäus G. Chajdas2019-12-011-2/+2
| |\
| * | svg formatter can now add configurable linenumbersJoshua Griffin Dunn2019-11-281-3/+37
* | | allow terminal256 formatter to show italics...Kurt Neufeld2019-12-011-2/+12
| |/ |/|
* | use IOError reason in error messageGeorg Brandl2019-11-291-2/+2
|/
* html formatter: lineseparator needs to be unicodeGeorg Brandl2019-11-261-1/+1
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-2/+2
* formatters.other: style/import fixupsGeorg Brandl2019-11-251-1/+5
* image formatter: actually respect "line_number_separator"Georg Brandl2019-11-241-1/+2
* Update TestcaseFormatter.Matthäus G. Chajdas2019-11-161-2/+2
* Fix #928.Matthäus G. Chajdas2019-11-161-2/+3
* Update img.pyanshks2019-10-221-1/+1
* Fix some typos in comments.Matth?us G. Chajdas2019-07-201-2/+2
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-2811-11/+11
* Backed out changeset: df3df829861dMatth?us G. Chajdas2019-05-211-7/+1
* Don't emit a trailing newline in nowrap mode (fixes #1514.)Matth?us G. Chajdas2019-05-181-1/+7
* Merged in SylvainCorlay/pygments-main/css-variables (pull request #814)Anteru2019-05-091-4/+29
|\
| * Add license information to generated files (fixes #1496).Matth?us G. Chajdas2019-05-071-2/+11
| * Add option to wrap the code in both <code> and <pre> (fixes #438.)Matth?us G. Chajdas2019-05-061-2/+18
* | Allow for CSS variable in pygments stylesheetsSylvain Corlay2019-05-021-3/+8
|/
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-072-5/+5
* Merge fix for recently introduced failures.Matth?us G. Chajdas2018-12-192-5/+5
|\
| * Fix a few markup problems in the docs.Georg Brandl2018-12-181-2/+2
| * Update ansi color name change version.Matth?us G. Chajdas2018-12-161-2/+2
| * Merged in mortenlund/pygments-main (pull request #777)Anteru2018-12-161-3/+9
| |\
| * | Fix more instances of invalid string escapesGeorg Brandl2018-11-281-1/+1
* | | Update remaining color namesMorten Enemark Lund2018-12-182-62/+62
| |/ |/|
* | Use replace instead of stripMorten Enemark Lund2018-08-211-2/+2
* | Ensure terminal formatter works with new ansi colors namesMorten Enemark Lund2018-08-211-2/+2
* | Change ansi color names to more saying namesMorten Enemark Lund2018-08-041-1/+7
|/
* -x functionality updates, Python 3 compatibility fixGeorg Brandl2017-01-221-4/+6