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
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
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2018-01-02
Merge pull request #4219 from stalmon/master
John MacFarlane
1
-4
/
+2
2018-01-02
firstRow table definition compatibility for Word 2016
Sebastian Talmon
1
-1
/
+1
2018-01-01
Docx writer: Fix custom styles with spaces in the name.
John MacFarlane
1
-1
/
+1
2018-01-02
Removed redundant subtitle in title
stalmon
1
-3
/
+1
2017-12-21
Docx writer: ensure that `distArchive` is the one that comes with pandoc.
John MacFarlane
1
-2
/
+6
2017-12-11
Remove redundant imports from Docx writer.
Jesse Rosenthal
1
-3
/
+0
2017-12-11
Create shared OOXML writer file.
Jesse Rosenthal
1
-33
/
+1
2017-12-10
Changes for skylighting-0.5.
John MacFarlane
1
-3
/
+3
2017-12-04
Add `empty_paragraphs` extension.
John MacFarlane
1
-13
/
+16
2017-12-02
Docx writer: allow empty paragraphs.
John MacFarlane
1
-2
/
+0
2017-10-29
hlint suggestions.
John MacFarlane
1
-114
/
+114
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-5
/
+5
2017-10-10
docx writer - activate evenAndOddHeaders from reference doc
Agustín Martín Barbero
1
-0
/
+1
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
1
-1
/
+1
2017-08-15
Docx writer: fixed a regression (infinite loop on certain lists).
John MacFarlane
1
-2
/
+2
2017-08-12
Docx writer: pass through comments.
John MacFarlane
1
-8
/
+47
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
1
-2
/
+2
2017-08-10
Remove writerUserDataDir from WriterOptions.
John MacFarlane
1
-1
/
+0
2017-08-10
Removed datadir param from readDataFile and getDefaultTemplate.
John MacFarlane
1
-1
/
+1
2017-08-10
Expose getDefaultDataFile in both Shared and Class.
John MacFarlane
1
-1
/
+1
2017-06-27
Docx writer: Allow 9 list levels.
John MacFarlane
1
-3
/
+9
2017-06-25
BCP47: split toLang from getLang, rearranged types.
John MacFarlane
1
-3
/
+3
2017-06-25
Moved BCP47 specific functions from Writers.Shared to new module.
John MacFarlane
1
-1
/
+2
2017-06-25
Writers.Shared: refactored getLang, splitLang...
John MacFarlane
1
-3
/
+5
2017-06-25
Support `lang` attribute in OpenDocument and ODT writers.
John MacFarlane
1
-5
/
+2
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-02
Fixed keywords in docx writer.
John MacFarlane
1
-1
/
+6
2017-06-02
Add keywords metadata to docx document properties
Ian
1
-0
/
+1
2017-05-25
Docx writer: Use Table rather than "Table Normal" for table style.
John MacFarlane
1
-1
/
+1
2017-05-23
Fixed handling of soft hyphen (0173) in docx writer.
John MacFarlane
1
-7
/
+19
2017-05-18
Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)
Ian
1
-1
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-02
Added PandocResourceNotFound error.
John MacFarlane
1
-7
/
+4
2017-04-10
Docx writer: don't take "distArchive" from datadir.
John MacFarlane
1
-2
/
+3
2017-03-30
Allow dynamic loading of syntax definitions.
John MacFarlane
1
-1
/
+2
2017-03-20
docx writer: lang meta, see #1667 (#3515)
Mauro Bieg
1
-1
/
+24
2017-03-13
Highlighting: highlighting now returns an Either rather than Maybe.
John MacFarlane
1
-3
/
+7
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-71
/
+74
2017-03-03
Docx writer: Don't include bookmarks on headers unless non-null id.
John MacFarlane
1
-22
/
+25
2017-02-25
Docx writer: use Set for dynamic styles to avoid duplicates.
John MacFarlane
1
-8
/
+10
[next]