summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ODT.hs
Commit message (Expand)AuthorAge
* 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