Age | Commit message (Expand) | Author | Files | Lines |
2019-03-11 | docx writer: avoid extra copy of abstractNum and num elements... | John MacFarlane | 1 | -1/+9 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-01-26 | Improve writing metadata for docx, pptx and odt (#5252) | Agustín Martín Barbero | 1 | -2/+17 |
2018-12-31 | Replace read with safeRead (#5186) | Mauro Bieg | 1 | -5/+5 |
2018-11-20 | Docx writer: Fix bookmarks to headers with long titles. | John MacFarlane | 1 | -4/+18 |
2018-11-19 | Fix compiler warning. | John MacFarlane | 1 | -1/+1 |
2018-11-19 | For bibliography match Div with id 'refs', not class 'references'. | John MacFarlane | 1 | -2/+2 |
2018-11-07 | [Docx Writer] Add bookmarks to code blocks | Nikolay Yakimov | 1 | -2/+2 |
2018-11-07 | [Docx Writer] Add bookmarks to images | Nikolay Yakimov | 1 | -2/+2 |
2018-11-07 | [Docx Writer] Refactor common bookmark creation code into a function | Nikolay Yakimov | 1 | -22/+13 |
2018-10-09 | Docx writer: added framework for custom properties. | John MacFarlane | 1 | -1/+20 |
2018-10-07 | Docx writer: handle tables in table cells. | John MacFarlane | 1 | -2/+7 |
2018-10-04 | Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907) | Mauro Bieg | 1 | -22/+7 |
2018-09-15 | Docx writer: add MetaString case for abstract, subtitle (#4905) | Mauro Bieg | 1 | -0/+2 |
2018-08-17 | Docx writer: properly handle display math in spans. | John MacFarlane | 1 | -4/+6 |
2018-07-02 | Spellcheck comments | Alexander Krotov | 1 | -1/+1 |
2018-05-14 | Docx writer: be sensitive to `toc` in YAML metadata. | John MacFarlane | 1 | -4/+11 |
2018-05-08 | Support underline in docx writer. | John MacFarlane | 1 | -0/+3 |
2018-03-18 | Removed old-locale flag and Text.Pandoc.Compat.Time. | John MacFarlane | 1 | -1/+1 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-17 | hlint fixes. | John MacFarlane | 1 | -3/+3 |
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 |