Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some lines to be within 90 characters | Gaurav Jain | 2014-05-12 | 1 | -1/+2 |
| | | | | Some regular expressions has been simplified to use \w in order to reduce line length | ||||
* | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -17/+32 |
| | |||||
* | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -5/+5 |
| | |||||
* | manual prettifying and small fixes after futurize run | Georg Brandl | 2014-01-18 | 1 | -0/+1 |
| | |||||
* | futurizing: move to print_function and "except X as Y" syntax | Georg Brandl | 2014-01-18 | 1 | -3/+4 |
| | |||||
* | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | HTML formatter: add / to path in ctags linking if nonempty; fix spelling. | Georg Brandl | 2013-02-03 | 1 | -1/+3 |
| | |||||
* | HTML linespans: add changelog and versionadded | Georg Brandl | 2013-01-09 | 1 | -1/+3 |
| | |||||
* | Merged in icholy/pygments-main (pull request #82: added `linespans` option ↵ | Georg Brandl | 2013-01-09 | 1 | -0/+18 |
|\ | | | | | | | to HtmlFormatter to wrap lines in spans) | ||||
| * | fixed typo | Ilia Choly | 2012-06-18 | 1 | -1/+1 |
| | | |||||
| * | added `linespans` option to HtmlFormatter to wrap lines in spans | Ilia Choly | 2012-06-18 | 1 | -0/+18 |
| | | |||||
* | | CTags feature: | Georg Brandl | 2013-01-09 | 1 | -21/+24 |
| | | | | | | | | | | | | | | | | | | * rename parameter "urlformat" to "tagurlformat" to make clear it belongs to the tags feature * change NameError to RuntimeError and tone down the message * document that python-ctags must be installed to use the tagsfile feature * move test tags file from examplefiles/, where it will be attempted as a test file * fix test to work if python-ctags is not installed * changelog/attribution | ||||
* | | Merge pull request #87 (ctags link support for HTML formatter) from ↵ | Georg Brandl | 2013-01-09 | 1 | -2/+3 |
|\ \ | | | | | | | | | | https://bitbucket.org/pepijndevos/pygments-main/overview | ||||
| * | | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Fix issues found by "make check". | Georg Brandl | 2013-01-09 | 1 | -1/+2 |
| |/ | |||||
* | | add suggested edits and test | Pepijn de Vos | 2012-09-24 | 1 | -4/+4 |
| | | |||||
* | | fix for possible mutiline names | Pepijn de Vos | 2012-07-16 | 1 | -1/+1 |
| | | |||||
* | | update documentation to reflect urlformat change | Pepijn de Vos | 2012-07-16 | 1 | -11/+4 |
| | | |||||
* | | format url | Pepijn de Vos | 2012-07-16 | 1 | -16/+12 |
| | | |||||
* | | documentation for ctags | Pepijn de Vos | 2012-07-14 | 1 | -0/+20 |
| | | |||||
* | | multifile support | Pepijn de Vos | 2012-07-14 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Example usage: #!/bin/bash for f in $@ do mkdir -p `dirname "output/$f.html"` ./pygmentize -f html -O anchorlinenos,linenos,full,tagurlprefix=`pwd`/,singlepage=False,lineanchors=L,tagsfile=tags -o "output/$f.html" "$f" done | ||||
* | | single file ctags | Pepijn de Vos | 2012-07-14 | 1 | -0/+25 |
|/ | |||||
* | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Fix specifyng the starting line number in lineanchors mode. Add tests for ↵ | Ana Nelson | 2011-10-02 | 1 | -1/+1 |
| | | | | line numbering. | ||||
* | Fix current copyright year. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | Do not generate classprefix without an actual class name (#479). | Georg Brandl | 2011-01-03 | 1 | -3/+5 |
| | |||||
* | Performance improvements in the HTML formatter (#523). | Georg Brandl | 2010-08-18 | 1 | -11/+12 |
| | |||||
* | With the ``noclasses`` option in the HTML formatter, some styles present in ↵ | Georg Brandl | 2010-04-25 | 1 | -4/+28 |
| | | | | the stylesheet were not added as inline styles. | ||||
* | Remove compatibility "sets" imports. | Georg Brandl | 2010-02-18 | 1 | -6/+3 |
| | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | #427: Improve inline style handling in !HtmlFormatter | thatch | 2009-09-18 | 1 | -4/+25 |
| | |||||
* | Fix markup. | gbrandl | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 1 | -15/+13 |
| | |||||
* | Add "noclobber_cssfile" (#396) option to HTML formatter. | gbrandl | 2009-03-05 | 1 | -6/+17 |
| | |||||
* | Fix code style a bit. | gbrandl | 2009-03-01 | 1 | -18/+14 |
| | |||||
* | imported patch anchor-linenos.patch | gbrandl | 2009-02-10 | 1 | -8/+42 |
| | |||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | Put linenos in the table option in their own <div> to avoid layout issues. | gbrandl | 2008-12-29 | 1 | -2/+5 |
| | |||||
* | #371: HTML formatter options can be Unicode strings. | gbrandl | 2008-11-15 | 1 | -4/+10 |
| | |||||
* | Add hl_lines option to HTML formatter. #325. | gbrandl | 2008-08-15 | 1 | -2/+39 |
| | |||||
* | Add "prestyles" to HTML formatter. #310. | gbrandl | 2008-08-15 | 1 | -1/+7 |
| | |||||
* | Fix not-so-optimal backtracking regexp in mupad lexer. | gbrandl | 2007-10-15 | 1 | -1/+1 |
| | |||||
* | Fix a bug in the Python lexer and a bug in the HTML formatter. | gbrandl | 2007-10-14 | 1 | -1/+1 |
| | |||||
* | Fix #287 and add a note about how to circumvent the line number line height | gbrandl | 2007-10-06 | 1 | -12/+16 |
| | | | | problem in IE. | ||||
* | [svn] Give the linenos table a CSS class to be able to format it differently | gbrandl | 2007-07-22 | 1 | -1/+6 |
| | | | | from other tables. | ||||
* | [svn] Add "lineanchors" option to HTML formatter. | gbrandl | 2007-07-22 | 1 | -0/+18 |
| | |||||
* | [svn] Add ActionScript lexer, #247. | gbrandl | 2007-06-13 | 1 | -1/+2 |
| | |||||
* | [svn] Clarify docstring. | gbrandl | 2007-05-31 | 1 | -5/+7 |
| | |||||
* | [svn] Add HTML formatter inline linenos option. | gbrandl | 2007-05-29 | 1 | -5/+44 |
| | |||||
* | [svn] Add a raising filter. | gbrandl | 2007-03-30 | 1 | -1/+1 |
| |