Age | Commit message (Expand) | Author | Files | Lines |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -1/+0 |
2015-06-28 | Removed unneeded import. | John MacFarlane | 1 | -1/+1 |
2015-06-28 | Let reference.docx/odt behave as if they are virtual data files. | John MacFarlane | 1 | -19/+2 |
2015-05-28 | Better fix for #2187. | John MacFarlane | 1 | -4/+21 |
2015-05-09 | Improved warnings when image size can't be determined. | John MacFarlane | 1 | -2/+4 |
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-12 | ODT Writer: Figure captions | Nikolay Yakimov | 1 | -2/+4 |
2014-10-30 | ODT writer: Correctly handle images without extensions. | John MacFarlane | 1 | -5/+6 |
2014-10-28 | Strip querystring in ODT write | Todd Sifleet | 1 | -1/+2 |
2014-08-17 | MIME cleanup. | Artyom Kazak | 1 | -6/+2 |
2014-08-04 | Use texmath 0.7 interface. | John MacFarlane | 1 | -1/+2 |
2014-07-30 | PDF, Docx, EPUB, and ODT writers now automatically use MediaBag. | John MacFarlane | 1 | -2/+2 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-01-02 | ODT writer: Use mathml for proper rendering of formulas. | John MacFarlane | 1 | -8/+42 |
2013-12-19 | HLint: use fromMaybe | Henry de Valence | 1 | -1/+2 |
2013-08-11 | ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance. | John MacFarlane | 1 | -6/+14 |
2013-08-11 | Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe). | John MacFarlane | 1 | -5/+4 |
2013-08-10 | Use walk, walkM in place of bottomUp, bottomUpM when possible. | John MacFarlane | 1 | -2/+2 |
2013-07-18 | Improved fetching of external resources. | John MacFarlane | 1 | -3/+2 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -1/+2 |
2013-03-15 | Fixed regression in ODT writer. | John MacFarlane | 1 | -2/+2 |
2013-01-11 | Refactoring: | John MacFarlane | 1 | -11/+5 |
2013-01-11 | ODT, Docx writers: Properly handle URL refs for images. | John MacFarlane | 1 | -18/+29 |
2012-12-29 | Data files changes. | John MacFarlane | 1 | -12/+3 |
2012-09-25 | Removed need for utf8-string package. | John MacFarlane | 1 | -4/+4 |
2012-08-23 | Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c' | John MacFarlane | 1 | -2/+21 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -1/+1 |
2012-07-24 | Use catch from Control.Exception to avoid warnings. | John MacFarlane | 1 | -4/+5 |
2012-07-24 | Changed signatures of writeODT, writeDocx, writeEPUB. | John MacFarlane | 1 | -4/+3 |
2012-07-13 | Set ODT title property | Arlo O'Keeffe | 1 | -3/+21 |
2012-01-28 | Remove dependency on old-time. | John MacFarlane | 1 | -2/+2 |
2012-01-15 | ImageSize: extract dpi information from PNG and JPEG. | John MacFarlane | 1 | -5/+4 |
2012-01-14 | ODT writer now sizes images appropriately. | John MacFarlane | 1 | -1/+8 |
2011-07-19 | Added unexported Text.Pandoc.MIME. | John MacFarlane | 1 | -1/+2 |
2011-07-17 | ODT writer: Construct META-INF/manifest.xml based on archive contents. | John MacFarlane | 1 | -3/+28 |
2011-07-16 | Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo. | John MacFarlane | 1 | -2/+4 |
2010-12-24 | Use functions from Text.Pandoc.Generic instead of processWith(M). | John MacFarlane | 1 | -1/+2 |
2010-12-22 | ODT writer: Don't wrap text in opendocument. | John MacFarlane | 1 | -1/+1 |
2010-07-08 | Added writerUserDataDir to WriterOptions. | John MacFarlane | 1 | -3/+3 |
2010-07-08 | Added writerSourceDirectory to WriterOptions. | John MacFarlane | 1 | -6/+6 |
2010-07-05 | Made a proper ODT writer. | John MacFarlane | 1 | -0/+83 |