summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
Commit message (Expand)AuthorAge
...
* Docx writer bookmark improvements.John MacFarlane2017-02-25
* Implemented `\graphicspath` in LaTeX reader.John MacFarlane2017-02-24
* imageSize interface changemb212017-02-22
* make imageSize recognize basic SVG dimensions, see #3462mb212017-02-22
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* Removed `--normalize` option and normalization functions from Shared.John MacFarlane2017-01-25
* Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane2017-01-25
* Class: removed 'fail' from PandocMonad.John MacFarlane2017-01-25
* Simplified reference-docx/reference-odt to reference-doc.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Fixes to compile after rebase.John MacFarlane2017-01-25
* Convert writers to use PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Remove readFileStrict.Jesse Rosenthal2017-01-25
* Implement runTest functions.Jesse Rosenthal2017-01-25
* Introduce pure versions of IO Writers.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Updates to use skylighting rather than highlighting-kate.John MacFarlane2016-12-23
* Docx writer: Give full detail when there are errors converting tex math.John MacFarlane2016-11-22
* Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane2016-11-22
* Docx writer: fixed XML markup for empty cells.John MacFarlane2016-11-18
* Docx writer: Handle title text in images.Jesse Rosenthal2016-11-02
* 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