aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ODT.hs
AgeCommit message (Expand)AuthorFilesLines
2017-06-11Switched Writer types to use Text.John MacFarlane1-2/+3
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-02Added PandocResourceNotFound error.John MacFarlane1-5/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-20/+20
2017-03-01ODT writer: calculate aspect ratio for percentage-sized images (#3478)Mauro Bieg1-2/+2
2017-02-24Use catchError instead of runExceptT.John MacFarlane1-10/+12
2017-02-22imageSize interface changemb211-1/+1
2017-02-11Use new warnings throughout the code base.John MacFarlane1-4/+4
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane1-3/+4
2017-01-25Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane1-1/+2
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane1-1/+1
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane1-2/+2
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane1-2/+2
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-1/+1
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