aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2016-03-10 Docx Writer: handle image alt textmb211-2/+2
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-3/+4
2015-12-12Restore no wrapping of XML in Docx, ODT.John MacFarlane1-1/+1
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+2
2015-12-01Docx writer: better handling of PDF images.John MacFarlane1-8/+2
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-13/+11
2015-11-15Docx writer: insert space between footnote ref and footnote.John MacFarlane1-2/+2
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14More changes to avoid compiler warnings on ghc 7.10.John MacFarlane1-2/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+1
2015-09-09Use user data directory for reference docx archive.John MacFarlane1-1/+1
2015-08-10Docx writer: Moved invalid character stripping to `formattedString`.John MacFarlane1-4/+4
2015-08-07Updated readers, writers and README for link attributemb211-2/+2
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-11/+9
2015-06-28Make sure we use dist version of reference.docx for some things.John MacFarlane1-2/+2
2015-06-28Let reference.docx/odt behave as if they are virtual data files.John MacFarlane1-24/+0
2015-05-28Better fix for #2187.John MacFarlane1-11/+36
2015-05-09Improved warnings when image size can't be determined.John MacFarlane1-2/+5
2015-05-09ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane1-2/+4
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-14Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov1-1/+15
2015-04-01Added "noProof" to docx syntax highlighting SourceCode style.John MacFarlane1-0/+1
2015-03-30Merge pull request #2035 from lierdakil/issue2031John MacFarlane1-0/+5
2015-03-29Merge pull request #2038 from lierdakil/docx-hyphen-settingsJohn MacFarlane1-3/+26
2015-03-29Merge pull request #2037 from lierdakil/issue458John MacFarlane1-1/+29
2015-03-29Docx Writer: Filter out illegal XML charactersMatthew Pickering1-2/+19
2015-03-29Docx Writer: Place toc after abstract, rather than beforeNikolay Yakimov1-1/+1
2015-03-29Docx Writer: Copy hyphenation settings from reference.docxNikolay Yakimov1-3/+26
2015-03-29Docx Writer: Initial support for --toc option (issue #458)Nikolay Yakimov1-1/+29
2015-03-29Docx Writer: Add a style to figure imagesNikolay Yakimov1-0/+5
2015-03-08Docx Writer: set firstRow information in tablesNikolay Yakimov1-2/+7
2015-03-03Code cleanupNikolay Yakimov1-14/+10
2015-03-01Started moving StyleMap out of writer codeNikolay Yakimov1-46/+25
2015-03-01Update Docx writer for 1cb601d reference.docxNikolay Yakimov1-13/+14
2015-02-24Comment out unused functions to make CI happyNikolay Yakimov1-8/+8
2015-02-24Treat some ambiguous styles as custom for nowNikolay Yakimov1-11/+10
2015-02-23Do not lookup custom stylesNikolay Yakimov1-9/+13
2015-02-23Also skip SourceCode style if existsNikolay Yakimov1-9/+12
2015-02-22If --no-highlight is set, remove *Tok styles.Nikolay Yakimov1-2/+10
2015-02-22Prototype fix for #1872Nikolay Yakimov1-4/+7
2015-02-21Initial stab at more involved fix for #1607Nikolay Yakimov1-64/+86
2015-02-12Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal1-1/+17
2015-02-11Docx Writer: Add "BodyText" StyleJesse Rosenthal1-9/+11
2015-02-10Docx Writer: Use FirstParagraph style at beginning.Jesse Rosenthal1-1/+1
2015-02-09Docx Writer: Implement FirstParagraph StyleJesse Rosenthal1-15/+39
2014-12-19Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane1-3/+3
2014-12-08Fix for #1641 (docx table captions above tables)Nikolay Yakimov1-2/+3
2014-10-24Docx Writer: Partial fix for #1607Nikolay Yakimov1-7/+35