index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
ODT.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
1
-1
/
+1
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
1
-3
/
+4
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
1
-7
/
+9
2021-02-11
Use getTimestamp instead of getCurrentTime in writers.
John MacFarlane
1
-1
/
+1
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
1
-13
/
+16
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-1
/
+1
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-2
/
+2
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-7
/
+5
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-23
/
+24
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-1
/
+1
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-26
Improve writing metadata for docx, pptx and odt (#5252)
Agustín Martín Barbero
1
-9
/
+27
2019-01-17
odt writer: fix typo in custom properties (#5231)
Agustín Martín Barbero
1
-2
/
+2
2018-11-22
Hlint suggestions.
John MacFarlane
1
-2
/
+1
2018-10-08
ODT writer: improve metadata.
John MacFarlane
1
-7
/
+26
2018-09-07
Fix percentage image scaling in ODT (#4881)
Nils Carlson
1
-2
/
+2
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-28
improve formatting of formulas in OpenDocument
oltolm
1
-8
/
+30
2017-11-01
hlint
Alexander Krotov
1
-2
/
+2
2017-10-29
hlint suggestions.
John MacFarlane
1
-11
/
+9
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-1
/
+1
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
1
-1
/
+1
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
1
-2
/
+2
2017-08-10
Removed datadir param from readDataFile and getDefaultTemplate.
John MacFarlane
1
-2
/
+1
2017-06-25
BCP47: split toLang from getLang, rearranged types.
John MacFarlane
1
-2
/
+2
2017-06-25
Moved BCP47 specific functions from Writers.Shared to new module.
John MacFarlane
1
-2
/
+2
2017-06-25
Writers.Shared: improve type of Lang and bcp47 parser.
John MacFarlane
1
-3
/
+3
2017-06-25
Writers.Shared: refactored getLang, splitLang...
John MacFarlane
1
-13
/
+13
2017-06-25
Support `lang` attribute in OpenDocument and ODT writers.
John MacFarlane
1
-7
/
+41
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-2
/
+3
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-02
Added PandocResourceNotFound error.
John MacFarlane
1
-5
/
+1
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-20
/
+20
2017-03-01
ODT writer: calculate aspect ratio for percentage-sized images (#3478)
Mauro Bieg
1
-2
/
+2
2017-02-24
Use catchError instead of runExceptT.
John MacFarlane
1
-10
/
+12
2017-02-22
imageSize interface change
mb21
1
-1
/
+1
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-4
/
+4
2017-01-25
Text.Pandoc.Shared: Removed fetchItem, fetchItem'.
John MacFarlane
1
-3
/
+4
2017-01-25
Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.
John MacFarlane
1
-1
/
+2
2017-01-25
Simplified reference-docx/reference-odt to reference-doc.
John MacFarlane
1
-1
/
+1
2017-01-25
Class: rename addWarning[WithPos] to warning[WithPos].
John MacFarlane
1
-2
/
+2
2017-01-25
Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.
John MacFarlane
1
-2
/
+2
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-1
/
+1
[next]