summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ODT.hs
Commit message (Expand)AuthorAge
* Use new flexible metadata type.John MacFarlane2013-06-24
* Fixed regression in ODT writer.John MacFarlane2013-03-15
* Refactoring:John MacFarlane2013-01-11
* ODT, Docx writers: Properly handle URL refs for images.John MacFarlane2013-01-11
* Data files changes.John MacFarlane2012-12-29
* Removed need for utf8-string package.John MacFarlane2012-09-25
* Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'John MacFarlane2012-08-23
|\
| * Set ODT title propertyArlo O'Keeffe2012-07-13
* | Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* | Use catch from Control.Exception to avoid warnings.John MacFarlane2012-07-24
* | Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane2012-07-24
|/
* Remove dependency on old-time.John MacFarlane2012-01-28
* ImageSize: extract dpi information from PNG and JPEG.John MacFarlane2012-01-15
* ODT writer now sizes images appropriately.John MacFarlane2012-01-14
* Added unexported Text.Pandoc.MIME.John MacFarlane2011-07-19
* ODT writer: Construct META-INF/manifest.xml based on archive contents.John MacFarlane2011-07-17
* Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane2011-07-16
* Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane2010-12-24
* ODT writer: Don't wrap text in opendocument.John MacFarlane2010-12-22
* Added writerUserDataDir to WriterOptions.John MacFarlane2010-07-08
* Added writerSourceDirectory to WriterOptions.John MacFarlane2010-07-08
* Made a proper ODT writer.John MacFarlane2010-07-05