summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ODT.hs
Commit message (Expand)AuthorAge
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Added PandocResourceNotFound error.John MacFarlane2017-05-02
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* ODT writer: calculate aspect ratio for percentage-sized images (#3478)Mauro Bieg2017-03-01
* Use catchError instead of runExceptT.John MacFarlane2017-02-24
* imageSize interface changemb212017-02-22
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane2017-01-25
* Simplified reference-docx/reference-odt to reference-doc.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Convert writers to use PandocMonad typeclass.Jesse Rosenthal2017-01-25
* ODT Writer: fix compiler complaint.Jesse Rosenthal2017-01-25
* Implement runTest functions.Jesse Rosenthal2017-01-25
* Remove IORef from ODT writer.Jesse Rosenthal2017-01-25
* Introduce pure versions of IO Writers.Jesse Rosenthal2017-01-25
* ODT/OpenDocument writer: improved image attributesmb212015-12-13
* Restore no wrapping of XML in Docx, ODT.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* Removed unneeded import.John MacFarlane2015-06-28
* Let reference.docx/odt behave as if they are virtual data files.John MacFarlane2015-06-28
* Better fix for #2187.John MacFarlane2015-05-28
* Improved warnings when image size can't be determined.John MacFarlane2015-05-09
* ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane2015-05-09
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* ODT Writer: Figure captionsNikolay Yakimov2015-04-12
* ODT writer: Correctly handle images without extensions.John MacFarlane2014-10-30
* Strip querystring in ODT writeTodd Sifleet2014-10-28
* MIME cleanup.Artyom Kazak2014-08-17
* Use texmath 0.7 interface.John MacFarlane2014-08-04
* PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane2014-07-30
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* ODT writer: Use mathml for proper rendering of formulas.John MacFarlane2014-01-02
* HLint: use fromMaybeHenry de Valence2013-12-19
* ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance.John MacFarlane2013-08-11
* Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane2013-08-11
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Improved fetching of external resources.John MacFarlane2013-07-18
* 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