Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-08-10 | Removed datadir param from readDataFile and getDefaultTemplate. | John MacFarlane | 1 | -1/+1 |
2017-08-10 | Expose getDefaultDataFile in both Shared and Class. | John MacFarlane | 1 | -1/+1 |
2017-06-27 | Docx writer: Allow 9 list levels. | John MacFarlane | 1 | -3/+9 |
2017-06-25 | BCP47: split toLang from getLang, rearranged types. | John MacFarlane | 1 | -3/+3 |
2017-06-25 | Moved BCP47 specific functions from Writers.Shared to new module. | John MacFarlane | 1 | -1/+2 |
2017-06-25 | Writers.Shared: refactored getLang, splitLang... | John MacFarlane | 1 | -3/+5 |
2017-06-25 | Support `lang` attribute in OpenDocument and ODT writers. | John MacFarlane | 1 | -5/+2 |
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 1 | -1/+1 |
2017-06-02 | Fixed keywords in docx writer. | John MacFarlane | 1 | -1/+6 |
2017-06-02 | Add keywords metadata to docx document properties | Ian | 1 | -0/+1 |
2017-05-25 | Docx writer: Use Table rather than "Table Normal" for table style. | John MacFarlane | 1 | -1/+1 |
2017-05-23 | Fixed handling of soft hyphen (0173) in docx writer. | John MacFarlane | 1 | -7/+19 |
2017-05-18 | Docx writer: Change FigureWithCaption to CaptionedFigure (#3658) | Ian | 1 | -1/+1 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-05-02 | Added PandocResourceNotFound error. | John MacFarlane | 1 | -7/+4 |
2017-04-10 | Docx writer: don't take "distArchive" from datadir. | John MacFarlane | 1 | -2/+3 |
2017-03-30 | Allow dynamic loading of syntax definitions. | John MacFarlane | 1 | -1/+2 |
2017-03-20 | docx writer: lang meta, see #1667 (#3515) | Mauro Bieg | 1 | -1/+24 |
2017-03-13 | Highlighting: highlighting now returns an Either rather than Maybe. | John MacFarlane | 1 | -3/+7 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -71/+74 |
2017-03-03 | Docx writer: Don't include bookmarks on headers unless non-null id. | John MacFarlane | 1 | -22/+25 |
2017-02-25 | Docx writer: use Set for dynamic styles to avoid duplicates. | John MacFarlane | 1 | -8/+10 |
2017-02-25 | Docx writer: bookmarks for Span with id. | John MacFarlane | 1 | -45/+58 |
2017-02-25 | Docx writer bookmark improvements. | John MacFarlane | 1 | -21/+29 |
2017-02-24 | Implemented `\graphicspath` in LaTeX reader. | John MacFarlane | 1 | -68/+78 |
2017-02-22 | imageSize interface change | mb21 | 1 | -1/+1 |
2017-02-22 | make imageSize recognize basic SVG dimensions, see #3462 | mb21 | 1 | -0/+1 |
2017-02-17 | Added warnings for non-rendered blocks to some writers. | John MacFarlane | 1 | -4/+8 |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -2/+3 |
2017-01-25 | Removed writerHighlight; made writerHighlightStyle a Maybe. | John MacFarlane | 1 | -21/+8 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Text.Pandoc.Shared: Removed fetchItem, fetchItem'. | John MacFarlane | 1 | -4/+5 |
2017-01-25 | Removed `--normalize` option and normalization functions from Shared. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Class: Removed getDefaultReferenceDocx/ODT from PandocMonad. | John MacFarlane | 1 | -2/+3 |
2017-01-25 | Class: removed 'fail' from PandocMonad. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Simplified reference-docx/reference-odt to reference-doc. | John MacFarlane | 1 | -1/+1 |