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
/
OpenDocument.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-2
/
+2
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-2
/
+2
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-73
/
+76
2019-11-03
Place caption before table in OpenDocument format. (#5869)
Dmitry Pogodin
1
-3
/
+5
2019-09-24
odt: Add external option for native numbering
Nils Carlson
1
-7
/
+7
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-53
/
+54
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-4
/
+5
2019-06-12
OpenDocument writer: Avoid duplicate attributes.
John MacFarlane
1
-20
/
+23
2019-06-08
Roll back automatic figure/table numbering in ODT/OpenDocument.
John MacFarlane
1
-2
/
+11
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-19
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-11-22
OpenDocument writer: small amendment to #5095.
John MacFarlane
1
-1
/
+1
2018-11-22
ODT writer: Fix list indentation
Nils Carlson
1
-2
/
+2
2018-10-05
OpenDocument writer: Implement table caption numbering (#4949)
Nils Carlson
1
-36
/
+53
2018-10-04
Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)
Mauro Bieg
1
-2
/
+4
2018-10-03
OpenDocument writer: make 'Figure' term sensitive to `lang` in metadata.
John MacFarlane
1
-9
/
+16
2018-10-03
OpenDocument writer: Implement figure numbering in captions (#4944)
Nils Carlson
1
-1
/
+13
2018-10-02
OpenDocument writer: improve bullet/numbering alignment.
John MacFarlane
1
-4
/
+12
2018-09-23
ODT Writer: Improve table header row style handling
Nils Carlson
1
-13
/
+21
2018-09-07
Fix percentage image scaling in ODT (#4881)
Nils Carlson
1
-0
/
+2
2018-05-14
Make internal links work in ODT/OpenDocument.
John MacFarlane
1
-5
/
+11
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-19
hlint code improvements.
John MacFarlane
1
-1
/
+1
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
-1
/
+19
2017-12-04
Add `empty_paragraphs` extension.
John MacFarlane
1
-2
/
+2
2017-11-01
hlint
Alexander Krotov
1
-1
/
+1
2017-10-29
hlint suggestions.
John MacFarlane
1
-14
/
+15
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-2
/
+2
2017-06-26
OpenDocument/ODT writer: Added support for table of contents.
John MacFarlane
1
-0
/
+1
2017-06-25
Moved BCP47 specific functions from Writers.Shared to new module.
John MacFarlane
1
-0
/
+1
2017-06-25
Writers.Shared: improve type of Lang and bcp47 parser.
John MacFarlane
1
-9
/
+9
2017-06-25
Writers.Shared: refactored getLang, splitLang...
John MacFarlane
1
-9
/
+13
2017-06-25
Fixed support for `lang` attribute in OpenDocument and ODT writers.
John MacFarlane
1
-20
/
+15
2017-06-25
Support `lang` attribute in OpenDocument and ODT writers.
John MacFarlane
1
-6
/
+29
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-3
/
+3
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
-4
/
+6
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-04-01
OpenDocument writer: wider labels for lists.
John MacFarlane
1
-2
/
+2
2017-03-15
OpenDocument writer: use more widely available bullet characters.
John MacFarlane
1
-1
/
+1
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-22
/
+24
2017-03-03
OpenDocument writer: Clarified some code.
John MacFarlane
1
-12
/
+11
2017-03-03
OpenDocument writer: fixed dropped elements in some ordered lists.
John MacFarlane
1
-1
/
+1
2017-03-01
ODT writer: calculate aspect ratio for percentage-sized images (#3478)
Mauro Bieg
1
-2
/
+0
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
1
-3
/
+8
2017-01-25
Cleanups for rebase.
John MacFarlane
1
-2
/
+2
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-24
/
+3
2017-01-25
Fixed shadowing warnings.
John MacFarlane
1
-3
/
+3
2017-01-25
Refactored math conversion in writers.
John MacFarlane
1
-60
/
+76
[next]