aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ODT.hs
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero1-9/+27
2019-01-17odt writer: fix typo in custom properties (#5231)Agustín Martín Barbero1-2/+2
2018-11-22Hlint suggestions.John MacFarlane1-2/+1
2018-10-08ODT writer: improve metadata.John MacFarlane1-7/+26
2018-09-07Fix percentage image scaling in ODT (#4881)Nils Carlson1-2/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-28improve formatting of formulas in OpenDocumentoltolm1-8/+30
2017-11-01hlintAlexander Krotov1-2/+2
2017-10-29hlint suggestions.John MacFarlane1-11/+9
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-1/+1
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane1-1/+1
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-2/+2
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane1-2/+1
2017-06-25BCP47: split toLang from getLang, rearranged types.John MacFarlane1-2/+2
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane1-2/+2
2017-06-25Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane1-3/+3
2017-06-25Writers.Shared: refactored getLang, splitLang...John MacFarlane1-13/+13
2017-06-25Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane1-7/+41
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
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