summaryrefslogtreecommitdiff
path: root/docutils/writers/odf_odt
Commit message (Expand)AuthorAgeFilesLines
* Ticket #102: Fix citation rendering in rst2odt with --create-links optiondkuhlman2013-04-081-2/+8
* Fix to config file access and added note on config in documentationdkuhlman2012-10-131-6/+4
* Fix for custom headers/footersdkuhlman2012-09-101-29/+9
* Fix to attach the default page style in the body of the documentdkuhlman2012-08-191-0/+41
* odtwriter: import the PIL Image module via ``import PIL``.milde2012-05-031-8/+11
* Bugs item #3501417 -- ODF configuration file contains names with non-ASCII ch...dkuhlman2012-03-201-1/+1
* Fixes for multi-language labels (e.g. admonitions) and indetation in admonitionsdkuhlman2011-06-272-23/+86
* Added support for images downloadable from the Web/HTTP.dkuhlman2011-05-121-14/+28
* Changed encoding for Python 3.2dkuhlman2011-04-181-1/+4
* Fixes for validation error and table widthdkuhlman2011-03-041-6/+11
* Fixes in response to validation testsdkuhlman2011-02-232-6/+11
* Fix for bug report # 3126980 - relative paths and special charactersdkuhlman2010-12-101-5/+6
* Fix for bug report # 3126980 - relative paths and special charactersdkuhlman2010-12-101-0/+7
* Fix for nested definition listsdkuhlman2010-11-122-16/+19
* Added user id to generated commentsdkuhlman2010-11-111-0/+3
* Math support: milde2010-11-051-0/+17
* Removed compression arg from zipfile write/writestr for Python <= 2.6dkuhlman2010-10-261-2/+2
* Added code to copy images from stylesheet (styles.odt) to target doc.dkuhlman2010-10-251-2/+17
* Fix to custom-odt-header/footer, esp. for MS Windowsdkuhlman2010-09-092-9/+5
* Added support for custom table stylesdkuhlman2010-07-262-39/+169
* Added styles rststyle-image and rststyle-figureframe for images and figuresdkuhlman2010-05-142-43/+6
* Added support for legends inside a figuredkuhlman2010-05-032-9/+18
* Fixed in-line block. Added in-line character roles.dkuhlman2010-02-231-4/+11
* Fix to Bugs item #2933422 - supported is wrongdkuhlman2010-01-191-1/+1
* Added custom headers/footers with page numbers, date, time, etc. Plus, doc f...dkuhlman2009-12-292-3/+322
* By-pass odf_odt unit test in ElementTree not available and various code cleanup.dkuhlman2009-07-201-252/+90
* Added support for ODF/oowriter table of contentsdkuhlman2009-05-282-30/+110
* Fixes to wrapping of images and figuresdkuhlman2009-03-021-2/+20
* Changed to use of standard Docutils Reporter for messagesdkuhlman2009-02-171-14/+11
* Fixed exception that occurs when Pygments is not installed.dkuhlman2009-01-192-19/+22
* Added enumlist styles (loweralpha, lowerroman, etc).dkuhlman2009-01-142-1/+3
* Fix for unit tests. Removed use of lxml.dkuhlman2009-01-131-2/+3
* Misc updates after initial checkindkuhlman2009-01-072-200/+249
* Added rst2odt/odtwriter to the main branch.dkuhlman2008-12-262-0/+2824