summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ODT.hs
AgeCommit message (Expand)Author
2023-12-26Add some explicit imports...John MacFarlane
2023-12-26ODT/opendocument writers: properly handle highlighting styles.John MacFarlane
2023-04-28Writers.ODT: put manifest.version on directory file-entryMichael Stahl
2023-04-28Writers.ODT: stop validator complaints by producing ODF 1.3Michael Stahl
2023-01-11Remove unnecessary import.John MacFarlane
2023-01-11Allow `--reference-doc` to take URL argument.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-24ODT writer: further refinement to #3524.John MacFarlane
2022-10-24ODT writer:John MacFarlane
2022-10-24ODT writer: fix relative links.John MacFarlane
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-09-30[API Change] Rename `pandocVersion` to `pandocVersionText`...Albert Krewinkel
2022-02-23Ensure that valid XML identifiers are used in...John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero
2019-01-17odt writer: fix typo in custom properties (#5231)Agustín Martín Barbero
2018-11-22Hlint suggestions.John MacFarlane
2018-10-08ODT writer: improve metadata.John MacFarlane
2018-09-07Fix percentage image scaling in ODT (#4881)Nils Carlson
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-28improve formatting of formulas in OpenDocumentoltolm
2017-11-01hlintAlexander Krotov
2017-10-29hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane
2017-06-25BCP47: split toLang from getLang, rearranged types.John MacFarlane
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane
2017-06-25Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane
2017-06-25Writers.Shared: refactored getLang, splitLang...John MacFarlane