aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ODT.hs
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Convert writers to use PandocMonad typeclass.Jesse Rosenthal1-15/+12
2017-01-25ODT Writer: fix compiler complaint.Jesse Rosenthal1-1/+0
2017-01-25Implement runTest functions.Jesse Rosenthal1-4/+2
2017-01-25Remove IORef from ODT writer.Jesse Rosenthal1-24/+38
2017-01-25Introduce pure versions of IO Writers.Jesse Rosenthal1-20/+28
2015-12-13ODT/OpenDocument writer: improved image attributesmb211-13/+25
2015-12-12Restore no wrapping of XML in Docx, ODT.John MacFarlane1-1/+1
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-2/+2
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-8/+9
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-8/+9
2015-06-28Removed unneeded import.John MacFarlane1-1/+1
2015-06-28Let reference.docx/odt behave as if they are virtual data files.John MacFarlane1-19/+2
2015-05-28Better fix for #2187.John MacFarlane1-4/+21
2015-05-09Improved warnings when image size can't be determined.John MacFarlane1-2/+4
2015-05-09ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane1-2/+4
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-12ODT Writer: Figure captionsNikolay Yakimov1-2/+4
2014-10-30ODT writer: Correctly handle images without extensions.John MacFarlane1-5/+6
2014-10-28Strip querystring in ODT writeTodd Sifleet1-1/+2
2014-08-17MIME cleanup.Artyom Kazak1-6/+2
2014-08-04Use texmath 0.7 interface.John MacFarlane1-1/+2
2014-07-30PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane1-2/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-01-02ODT writer: Use mathml for proper rendering of formulas.John MacFarlane1-8/+42
2013-12-19HLint: use fromMaybeHenry de Valence1-1/+2
2013-08-11ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance.John MacFarlane1-6/+14
2013-08-11Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane1-5/+4
2013-08-10Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane1-2/+2
2013-07-18Improved fetching of external resources.John MacFarlane1-3/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-1/+2
2013-03-15Fixed regression in ODT writer.John MacFarlane1-2/+2
2013-01-11Refactoring:John MacFarlane1-11/+5
2013-01-11ODT, Docx writers: Properly handle URL refs for images.John MacFarlane1-18/+29
2012-12-29Data files changes.John MacFarlane1-12/+3
2012-09-25Removed need for utf8-string package.John MacFarlane1-4/+4
2012-08-23Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'John MacFarlane1-2/+21
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-1/+1
2012-07-24Use catch from Control.Exception to avoid warnings.John MacFarlane1-4/+5
2012-07-24Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane1-4/+3
2012-07-13Set ODT title propertyArlo O'Keeffe1-3/+21
2012-01-28Remove dependency on old-time.John MacFarlane1-2/+2
2012-01-15ImageSize: extract dpi information from PNG and JPEG.John MacFarlane1-5/+4
2012-01-14ODT writer now sizes images appropriately.John MacFarlane1-1/+8
2011-07-19Added unexported Text.Pandoc.MIME.John MacFarlane1-1/+2
2011-07-17ODT writer: Construct META-INF/manifest.xml based on archive contents.John MacFarlane1-3/+28
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane1-2/+4
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-1/+2