summaryrefslogtreecommitdiff
path: root/pygments/formatters/html.py
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Georg Brandl2010-01-011-1/+1
* #427: Improve inline style handling in !HtmlFormatterthatch2009-09-181-4/+25
* Fix markup.Georg Brandl2009-08-101-1/+1
* Port Pygments to Python 3.1.Georg Brandl2009-03-311-15/+13
* Add "noclobber_cssfile" (#396) option to HTML formatter.Georg Brandl2009-03-051-6/+17
* Fix code style a bit.Georg Brandl2009-03-011-18/+14
* imported patch anchor-linenos.patchGeorg Brandl2009-02-101-8/+42
* Update copyrighting style to standard "team" tags.Georg Brandl2009-01-041-2/+2
* Put linenos in the table option in their own <div> to avoid layout issues.Georg Brandl2008-12-291-2/+5
* #371: HTML formatter options can be Unicode strings.Georg Brandl2008-11-151-4/+10
* Add hl_lines option to HTML formatter. #325.Georg Brandl2008-08-151-2/+39
* Add "prestyles" to HTML formatter. #310.Georg Brandl2008-08-151-1/+7
* Fix not-so-optimal backtracking regexp in mupad lexer.Georg Brandl2007-10-151-1/+1
* Fix a bug in the Python lexer and a bug in the HTML formatter.Georg Brandl2007-10-141-1/+1
* Fix #287 and add a note about how to circumvent the line number line heightGeorg Brandl2007-10-061-12/+16
* [svn] Give the linenos table a CSS class to be able to format it differentlyGeorg Brandl2007-07-221-1/+6
* [svn] Add "lineanchors" option to HTML formatter.Georg Brandl2007-07-221-0/+18
* [svn] Add ActionScript lexer, #247.Georg Brandl2007-06-131-1/+2
* [svn] Clarify docstring.Georg Brandl2007-05-311-5/+7
* [svn] Add HTML formatter inline linenos option.Georg Brandl2007-05-291-5/+44
* [svn] Add a raising filter.Georg Brandl2007-03-301-1/+1
* [svn] Move docs for not-so-common options to individual classes.Georg Brandl2007-02-161-2/+23
* [svn] Fix #204.Georg Brandl2007-02-151-6/+12
* [svn] Prepare for 0.7.1.Georg Brandl2007-02-151-2/+2
* [svn]0.7Georg Brandl2007-02-141-2/+2
* [svn] Make check.Georg Brandl2007-02-141-4/+4
* [svn] Test that the HTML formatter output is complete.Georg Brandl2007-02-141-2/+4
* [svn] A test case for the external CSS function of the HTML formatter.Georg Brandl2007-02-141-8/+17
* [svn] Another two fixes.Georg Brandl2007-02-131-4/+2
* [svn] Optimize HTML output, fix PyTb formatter.Georg Brandl2007-02-131-1/+4
* [svn] Small docs update.Georg Brandl2007-02-131-11/+14
* [svn] Fix reST error.Georg Brandl2007-02-121-2/+2
* [svn] Quite a few things:Georg Brandl2007-02-121-1/+5
* [svn] Document the new HTML formatter interface.Georg Brandl2007-02-121-2/+56
* [svn] Add a "lineseparator" HTML formatter option.Georg Brandl2007-02-101-4/+12
* [svn] Copyright notice update.Georg Brandl2007-02-041-1/+1
* [svn] Fix in the new HTML formatter.Georg Brandl2007-02-011-2/+4
* [svn] HTML formatter overhaul.Georg Brandl2007-01-291-108/+132
* [svn] make it clear that 0.7 is in development.Georg Brandl2007-01-251-0/+2
* [svn] Added JSP and Batchfile lexers by Tim Hatch.Georg Brandl2007-01-131-1/+1
* [svn] Generate lexer, formatter and filter docs from docstrings.Georg Brandl2007-01-121-34/+97
* [svn] Improve Unicode handling without encoding.Georg Brandl2006-12-201-1/+4
* [svn] Some style nits and make check.Georg Brandl2006-12-201-1/+1
* [svn] Make test suite work again.Georg Brandl2006-12-171-2/+3
* [svn] - Added option for the HTML formatter to write the CSS to an external fileGeorg Brandl2006-12-171-7/+60
* [svn] Change Pygments license to BSD.Georg Brandl2006-12-101-1/+1
* [svn] Reformat and adapt check_sources.Georg Brandl2006-11-261-2/+2
* [svn] some minor updates:blackbird2006-11-231-3/+12
* [svn] added improved pascal lexerblackbird2006-11-181-4/+4
* [svn] Add encoding support. All processing is now done with unicode strings.Georg Brandl2006-10-311-3/+5