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
/
Docx.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-29
Clean up and simplify Text.Pandoc.Writers.Docx (#6229)
Joseph C. Sible
1
-56
/
+48
2020-03-29
Clean up some fmaps (#6226)
Joseph C. Sible
1
-3
/
+3
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-01-19
Docx writer: fix regression with Compact style on tight lists. (#6073)
John MacFarlane
1
-1
/
+9
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-82
/
+87
2019-11-11
Fix typos (#5896)
Brian Wignall
1
-1
/
+1
2019-09-28
More throwError in place of fail.
John MacFarlane
1
-0
/
+1
2019-09-28
Replace some more fails with throwErrors.
John MacFarlane
1
-2
/
+5
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
1
-1
/
+1
2019-09-22
[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)
Nikolay Yakimov
1
-31
/
+30
2019-09-21
[Docx Writer] Consistently use style names, not style ids
Nikolay Yakimov
1
-27
/
+25
2019-09-21
[Docx Writer] Code clean-up
Nikolay Yakimov
1
-40
/
+37
2019-09-20
Preserve built-in styles in DOCX with custom style (#5670)
Ben Steinberg
1
-22
/
+55
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
1
-1
/
+1
2019-08-23
add proofState to settingsList (#5703)
Krystof Beuermann
1
-0
/
+1
2019-07-19
Change order of ilvl and numId in document.xml (#5647)
Agustín Martín Barbero
1
-3
/
+3
2019-03-21
Docx writer: Use w:br without attributes for line breaks.
John MacFarlane
1
-4
/
+1
2019-03-11
docx writer: avoid extra copy of abstractNum and num elements...
John MacFarlane
1
-1
/
+9
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
-2
/
+17
2018-12-31
Replace read with safeRead (#5186)
Mauro Bieg
1
-5
/
+5
2018-11-20
Docx writer: Fix bookmarks to headers with long titles.
John MacFarlane
1
-4
/
+18
2018-11-19
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2018-11-19
For bibliography match Div with id 'refs', not class 'references'.
John MacFarlane
1
-2
/
+2
2018-11-07
[Docx Writer] Add bookmarks to code blocks
Nikolay Yakimov
1
-2
/
+2
2018-11-07
[Docx Writer] Add bookmarks to images
Nikolay Yakimov
1
-2
/
+2
2018-11-07
[Docx Writer] Refactor common bookmark creation code into a function
Nikolay Yakimov
1
-22
/
+13
2018-10-09
Docx writer: added framework for custom properties.
John MacFarlane
1
-1
/
+20
2018-10-07
Docx writer: handle tables in table cells.
John MacFarlane
1
-2
/
+7
2018-10-04
Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)
Mauro Bieg
1
-22
/
+7
2018-09-15
Docx writer: add MetaString case for abstract, subtitle (#4905)
Mauro Bieg
1
-0
/
+2
2018-08-17
Docx writer: properly handle display math in spans.
John MacFarlane
1
-4
/
+6
2018-07-02
Spellcheck comments
Alexander Krotov
1
-1
/
+1
2018-05-14
Docx writer: be sensitive to `toc` in YAML metadata.
John MacFarlane
1
-4
/
+11
2018-05-08
Support underline in docx writer.
John MacFarlane
1
-0
/
+3
2018-03-18
Removed old-locale flag and Text.Pandoc.Compat.Time.
John MacFarlane
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-17
hlint fixes.
John MacFarlane
1
-3
/
+3
2018-03-08
Fixed formatting of DefaultStyle ordered lists in docx writer.
John MacFarlane
1
-6
/
+6
2018-02-23
Docx writer: trim trailing whitespace.
Jesse Rosenthal
1
-14
/
+14
2018-02-23
Docx writer: fix #3930
laptop1\Andrew
1
-84
/
+100
2018-02-18
EMF Image size support (#4375)
Andrew Pritchard
1
-0
/
+1
2018-01-27
Docx writer: make more deterministic to facilitate testing
Jesse Rosenthal
1
-10
/
+16
2018-01-27
Docx writer: Fix ids in comment writing
Jesse Rosenthal
1
-9
/
+17
2018-01-25
Dock writer: Fix deletion track changes
Jesse Rosenthal
1
-6
/
+6
2018-01-19
hlint code improvements.
John MacFarlane
1
-8
/
+5
2018-01-12
Move `metaValueToInlines` to T.P.W.Shared
Jesse Rosenthal
1
-11
/
+1
[next]