Age | Commit message (Expand) | Author | Files | Lines |
2016-03-10 | Docx Writer: handle image alt text | mb21 | 1 | -2/+2 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 1 | -3/+4 |
2015-12-12 | Restore no wrapping of XML in Docx, ODT. | John MacFarlane | 1 | -1/+1 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+2 |
2015-12-01 | Docx writer: better handling of PDF images. | John MacFarlane | 1 | -8/+2 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -13/+11 |
2015-11-15 | Docx writer: insert space between footnote ref and footnote. | John MacFarlane | 1 | -2/+2 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -0/+1 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-14 | More changes to avoid compiler warnings on ghc 7.10. | John MacFarlane | 1 | -2/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -2/+1 |
2015-09-09 | Use user data directory for reference docx archive. | John MacFarlane | 1 | -1/+1 |
2015-08-10 | Docx writer: Moved invalid character stripping to `formattedString`. | John MacFarlane | 1 | -4/+4 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -2/+2 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -11/+9 |
2015-06-28 | Make sure we use dist version of reference.docx for some things. | John MacFarlane | 1 | -2/+2 |
2015-06-28 | Let reference.docx/odt behave as if they are virtual data files. | John MacFarlane | 1 | -24/+0 |
2015-05-28 | Better fix for #2187. | John MacFarlane | 1 | -11/+36 |
2015-05-09 | Improved warnings when image size can't be determined. | John MacFarlane | 1 | -2/+5 |
2015-05-09 | ImageSize: make imageSize return an Either, not a Maybe. | John MacFarlane | 1 | -2/+4 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-04-14 | Docx Writer: Take TOC title from toc-title metadata field | Nikolay Yakimov | 1 | -1/+15 |
2015-04-01 | Added "noProof" to docx syntax highlighting SourceCode style. | John MacFarlane | 1 | -0/+1 |
2015-03-30 | Merge pull request #2035 from lierdakil/issue2031 | John MacFarlane | 1 | -0/+5 |
2015-03-29 | Merge pull request #2038 from lierdakil/docx-hyphen-settings | John MacFarlane | 1 | -3/+26 |
2015-03-29 | Merge pull request #2037 from lierdakil/issue458 | John MacFarlane | 1 | -1/+29 |
2015-03-29 | Docx Writer: Filter out illegal XML characters | Matthew Pickering | 1 | -2/+19 |
2015-03-29 | Docx Writer: Place toc after abstract, rather than before | Nikolay Yakimov | 1 | -1/+1 |
2015-03-29 | Docx Writer: Copy hyphenation settings from reference.docx | Nikolay Yakimov | 1 | -3/+26 |
2015-03-29 | Docx Writer: Initial support for --toc option (issue #458) | Nikolay Yakimov | 1 | -1/+29 |
2015-03-29 | Docx Writer: Add a style to figure images | Nikolay Yakimov | 1 | -0/+5 |
2015-03-08 | Docx Writer: set firstRow information in tables | Nikolay Yakimov | 1 | -2/+7 |
2015-03-03 | Code cleanup | Nikolay Yakimov | 1 | -14/+10 |
2015-03-01 | Started moving StyleMap out of writer code | Nikolay Yakimov | 1 | -46/+25 |
2015-03-01 | Update Docx writer for 1cb601d reference.docx | Nikolay Yakimov | 1 | -13/+14 |
2015-02-24 | Comment out unused functions to make CI happy | Nikolay Yakimov | 1 | -8/+8 |
2015-02-24 | Treat some ambiguous styles as custom for now | Nikolay Yakimov | 1 | -11/+10 |
2015-02-23 | Do not lookup custom styles | Nikolay Yakimov | 1 | -9/+13 |
2015-02-23 | Also skip SourceCode style if exists | Nikolay Yakimov | 1 | -9/+12 |
2015-02-22 | If --no-highlight is set, remove *Tok styles. | Nikolay Yakimov | 1 | -2/+10 |
2015-02-22 | Prototype fix for #1872 | Nikolay Yakimov | 1 | -4/+7 |
2015-02-21 | Initial stab at more involved fix for #1607 | Nikolay Yakimov | 1 | -64/+86 |
2015-02-12 | Docx writer: Add footnotes id -1 and 0. | Jesse Rosenthal | 1 | -1/+17 |
2015-02-11 | Docx Writer: Add "BodyText" Style | Jesse Rosenthal | 1 | -9/+11 |
2015-02-10 | Docx Writer: Use FirstParagraph style at beginning. | Jesse Rosenthal | 1 | -1/+1 |
2015-02-09 | Docx Writer: Implement FirstParagraph Style | Jesse Rosenthal | 1 | -15/+39 |
2014-12-19 | Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. | John MacFarlane | 1 | -3/+3 |
2014-12-08 | Fix for #1641 (docx table captions above tables) | Nikolay Yakimov | 1 | -2/+3 |
2014-10-24 | Docx Writer: Partial fix for #1607 | Nikolay Yakimov | 1 | -7/+35 |