summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
Commit message (Expand)AuthorAge
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Docx writer: Move one more env var to Reader monadJesse Rosenthal2016-10-05
* Docx writer: code legibility fixups.Jesse Rosenthal2016-10-05
* Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal2016-10-04
* Docx writer: move a couple more vars to ReaderTJesse Rosenthal2016-10-04
* Clean up commented-out codeJesse Rosenthal2016-10-03
* Remove bool on setRTL.Jesse Rosenthal2016-10-03
* Filter text/para props correctly.Jesse Rosenthal2016-10-03
* Add a boolean flag to the setRTL function.Jesse Rosenthal2016-10-03
* Test for "dir" metadata.Jesse Rosenthal2016-10-03
* Add setRTL and setLTR functions.Jesse Rosenthal2016-10-03
* Move more enviroment vars to Reader Monad.Jesse Rosenthal2016-10-03
* Add ReaderT env to the docx writer:Jesse Rosenthal2016-10-03
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Docx Writer: change dynamic style keyJesse Rosenthal2016-08-15
* Docx writer: Inject text properties as well.Jesse Rosenthal2016-08-15
* Docx Writer: Keep track of dynamic text props too.Jesse Rosenthal2016-08-15
* Docx writer: Allow dynamic styles on spans.Jesse Rosenthal2016-08-15
* Docx writer: Inject new paragraph propertiesJesse Rosenthal2016-08-15
* Docx Writer: Have state keep track of dynamic styles.Jesse Rosenthal2016-08-15
* Docx Writer: Implement user-defined styles.Jesse Rosenthal2016-08-13
* Fixed compiler warnings.John MacFarlane2016-07-14
* Docx Writer: Use actual creation time as doc propJesse Rosenthal2016-07-14
* Docx writer: set paragraph to FirstPara after display mathJesse Rosenthal2016-07-01
* Docx Writer: handle image alt textmb212016-03-10
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* Restore no wrapping of XML in Docx, ODT.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Docx writer: better handling of PDF images.John MacFarlane2015-12-01
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Docx writer: insert space between footnote ref and footnote.John MacFarlane2015-11-15
* | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | More changes to avoid compiler warnings on ghc 7.10.John MacFarlane2015-10-14
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | Use user data directory for reference docx archive.John MacFarlane2015-09-09
* | Docx writer: Moved invalid character stripping to `formattedString`.John MacFarlane2015-08-10
|/
* Make sure we use dist version of reference.docx for some things.John MacFarlane2015-06-28
* Let reference.docx/odt behave as if they are virtual data files.John MacFarlane2015-06-28
* Better fix for #2187.John MacFarlane2015-05-28
* Improved warnings when image size can't be determined.John MacFarlane2015-05-09
* ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane2015-05-09
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov2015-04-14
* Added "noProof" to docx syntax highlighting SourceCode style.John MacFarlane2015-04-01
* Merge pull request #2035 from lierdakil/issue2031John MacFarlane2015-03-30
|\
| * Docx Writer: Add a style to figure imagesNikolay Yakimov2015-03-29