| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Wrap SVG images in <img> tags not <object>. | milde | 2015-02-23 | 1 | -9/+12 |
| * | New HTML writer generating `XHTML1.1`_ styled with CSS2. | milde | 2015-02-21 | 1 | -3/+3 |
| * | Apply patch [ 119 ] by Anatoly Techtonik | milde | 2015-02-19 | 1 | -6/+3 |
| * | Add "docutils" to class values for "container" object to address [ 267 ]. | milde | 2015-02-16 | 1 | -1/+1 |
| * | Fix [258] figwidth="image" generates unitless width value. | milde | 2014-06-24 | 1 | -2/+2 |
| * | Do not add newline after inline math (produces unwanted whitespace). | milde | 2014-05-28 | 1 | -2/+4 |
| * | Avoid repeated class declarations in html4css1 writer | milde | 2013-05-07 | 1 | -11/+12 |
| * | Bugfix: do not make "stylesheet-path"s absolute. | milde | 2013-03-15 | 1 | -2/+0 |
| * | New default for `math-output` setting: "HTML math.css". | milde | 2013-03-04 | 1 | -7/+14 |
| * | Small fixes to math-output=HTML. | milde | 2013-03-02 | 1 | -3/+5 |
| * | New setting `stylesheet_dirs`. | milde | 2013-03-02 | 1 | -14/+21 |
| * | "Booktabs" table style for html4css1. | milde | 2013-02-21 | 1 | -0/+15 |
| * | Fix [ 3600051 ] for tables in a list, table cells are not compacted. | milde | 2013-01-21 | 1 | -7/+10 |
| * | Code cleanup and test html math output options. | milde | 2012-10-25 | 1 | -7/+5 |
| * | Customizable MathJax URL (based on patch by Dmitry Shachnev). | milde | 2012-10-18 | 1 | -12/+16 |
| * | Use validate_comma_separated_string_list for stylesheet setting. | milde | 2012-10-12 | 1 | -3/+12 |
| * | Change default of "syntax highlight" option to "long", | milde | 2012-09-14 | 1 | -8/+9 |
| * | Simplify handling of "code" inline nodes. | milde | 2012-09-12 | 1 | -5/+3 |
| * | Use ``<code>`` tag for inline "code", do not drop nested inline nodes (syntax... | milde | 2012-09-12 | 1 | -5/+17 |
| * | Fix import of PIL.Image. | milde | 2012-09-12 | 1 | -2/+8 |
| * | io.FileInput/io.FileOutput: no system-exit on IOError. | milde | 2012-06-25 | 1 | -2/+1 |
| * | math, error_reporting, and urischemes moved to the utils package. | milde | 2012-06-25 | 1 | -4/+4 |
| * | Basic CSS rules for (source)code (margin, background, linenumbers). | milde | 2012-05-11 | 1 | -1/+9 |
| * | Revert "io.FileInput/io.FileOutput: No system-exit on IOError." | milde | 2012-01-27 | 1 | -1/+2 |
| * | io.FileInput/io.FileOutput: No system-exit on IOError. | milde | 2012-01-26 | 1 | -2/+1 |
| * | Cleanup: Use True/False for boolean values | milde | 2012-01-19 | 1 | -28/+27 |
| * | Fix handling of missing stylesheets. Updated and simplied tests. | milde | 2012-01-19 | 1 | -14/+25 |
| * | Clean up record_dependencies feature. | milde | 2011-12-14 | 1 | -12/+22 |
| * | Change HTML math-output default to MathJax | milde | 2011-11-25 | 1 | -2/+2 |
| * | Use LaTeX math to Unicode character conversions | milde | 2011-11-08 | 1 | -2/+3 |
| * | math update | milde | 2011-06-29 | 1 | -3/+5 |
| * | Wrap MathML in <div> or <span> | milde | 2011-06-29 | 1 | -12/+10 |
| * | Fix math import. | milde | 2011-06-27 | 1 | -4/+4 |
| * | Move from Apache 2 license to 2-Clause BSD. Solves [ 3304675 ] | milde | 2011-06-27 | 2 | -6/+107 |
| * | Math directive and documentation update: | milde | 2011-06-17 | 1 | -1/+1 |
| * | math support refactoring and code cleanup | milde | 2011-05-05 | 1 | -89/+66 |
| * | MathJax HTML math output option | milde | 2011-04-15 | 1 | -5/+43 |
| * | Math support update | milde | 2011-04-13 | 2 | -7/+43 |
| * | Document "math-output" setting, support literal LaTeX math. | milde | 2011-01-06 | 1 | -9/+15 |
| * | html4css1: fix inner alignment in figures | milde | 2011-01-03 | 1 | -1/+1 |
| * | New version of the math to HTML converter. | milde | 2011-01-03 | 2 | -66/+78 |
| * | For long field names the HTML writer creates two table rows for one | smerten | 2010-12-13 | 1 | -1/+3 |
| * | Math2HTML: \\\\mathcal (or \\\\mathscr) for mathematical script, line breaks | milde | 2010-12-06 | 1 | -12/+2 |
| * | Math update, fixes and latex2html converter. | milde | 2010-12-03 | 2 | -3/+163 |
| * | Update html4css1 writer, math, and functional tests. | milde | 2010-11-25 | 1 | -20/+32 |
| * | Generate valid XHTML. | milde | 2010-11-09 | 1 | -11/+13 |
| * | Improve HTML standard compliance. | milde | 2010-11-05 | 1 | -8/+7 |
| * | Support mathematics with a "math" role and "math-block" directive. | milde | 2010-10-25 | 1 | -1/+52 |
| * | Support language specification for document objects. | milde | 2010-10-11 | 1 | -0/+6 |
| * | Do not fail, if the specified langauage is not supported by Docutils, | milde | 2010-09-28 | 1 | -1/+1 |