aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Docx writer: Give full detail when there are errors converting tex math.John MacFarlane1-1/+2
2016-11-22Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane1-2/+4
2016-11-18Docx writer: fixed XML markup for empty cells.John MacFarlane1-1/+1
2016-11-02Docx writer: Handle title text in images.Jesse Rosenthal1-2/+2
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-6/+5
2016-10-05Docx writer: Move one more env var to Reader monadJesse Rosenthal1-6/+5
2016-10-05Docx writer: code legibility fixups.Jesse Rosenthal1-5/+6
2016-10-04Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal1-71/+77
2016-10-04Docx writer: move a couple more vars to ReaderTJesse Rosenthal1-21/+29
2016-10-03Clean up commented-out codeJesse Rosenthal1-12/+0
2016-10-03Remove bool on setRTL.Jesse Rosenthal1-17/+13
2016-10-03Filter text/para props correctly.Jesse Rosenthal1-2/+2
2016-10-03Add a boolean flag to the setRTL function.Jesse Rosenthal1-5/+5
2016-10-03Test for "dir" metadata.Jesse Rosenthal1-2/+7
2016-10-03Add setRTL and setLTR functions.Jesse Rosenthal1-8/+41
2016-10-03Move more enviroment vars to Reader Monad.Jesse Rosenthal1-62/+52
2016-10-03Add ReaderT env to the docx writer:Jesse Rosenthal1-8/+17
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-08-15Docx Writer: change dynamic style keyJesse Rosenthal1-1/+1
2016-08-15Docx writer: Inject text properties as well.Jesse Rosenthal1-3/+20
2016-08-15Docx Writer: Keep track of dynamic text props too.Jesse Rosenthal1-0/+3
2016-08-15Docx writer: Allow dynamic styles on spans.Jesse Rosenthal1-1/+5
2016-08-15Docx writer: Inject new paragraph propertiesJesse Rosenthal1-4/+23
2016-08-15Docx Writer: Have state keep track of dynamic styles.Jesse Rosenthal1-2/+6
2016-08-13Docx Writer: Implement user-defined styles.Jesse Rosenthal1-0/+6
2016-07-14Fixed compiler warnings.John MacFarlane1-1/+0
2016-07-14Docx Writer: Use actual creation time as doc propJesse Rosenthal1-4/+3
2016-07-01Docx writer: set paragraph to FirstPara after display mathJesse Rosenthal1-0/+1
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