Age | Commit message (Expand) | Author | Files | Lines |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -1/+1 |
2017-09-30 | Removed writerSourceURL, add source URL to common state. | John MacFarlane | 1 | -1/+1 |
2017-08-11 | Added support for translations (localization) (see #3559). | John MacFarlane | 1 | -2/+2 |
2017-08-10 | Removed datadir param from readDataFile and getDefaultTemplate. | John MacFarlane | 1 | -2/+1 |
2017-06-25 | BCP47: split toLang from getLang, rearranged types. | John MacFarlane | 1 | -2/+2 |
2017-06-25 | Moved BCP47 specific functions from Writers.Shared to new module. | John MacFarlane | 1 | -2/+2 |
2017-06-25 | Writers.Shared: improve type of Lang and bcp47 parser. | John MacFarlane | 1 | -3/+3 |
2017-06-25 | Writers.Shared: refactored getLang, splitLang... | John MacFarlane | 1 | -13/+13 |
2017-06-25 | Support `lang` attribute in OpenDocument and ODT writers. | John MacFarlane | 1 | -7/+41 |
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 1 | -1/+1 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 1 | -2/+3 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-05-02 | Added PandocResourceNotFound error. | John MacFarlane | 1 | -5/+1 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -20/+20 |
2017-03-01 | ODT writer: calculate aspect ratio for percentage-sized images (#3478) | Mauro Bieg | 1 | -2/+2 |
2017-02-24 | Use catchError instead of runExceptT. | John MacFarlane | 1 | -10/+12 |
2017-02-22 | imageSize interface change | mb21 | 1 | -1/+1 |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -4/+4 |
2017-01-25 | Text.Pandoc.Shared: Removed fetchItem, fetchItem'. | John MacFarlane | 1 | -3/+4 |
2017-01-25 | Class: Removed getDefaultReferenceDocx/ODT from PandocMonad. | John MacFarlane | 1 | -1/+2 |
2017-01-25 | Simplified reference-docx/reference-odt to reference-doc. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Class: rename addWarning[WithPos] to warning[WithPos]. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -1/+1 |
2017-01-25 | Convert writers to use PandocMonad typeclass. | Jesse Rosenthal | 1 | -15/+12 |
2017-01-25 | ODT Writer: fix compiler complaint. | Jesse Rosenthal | 1 | -1/+0 |
2017-01-25 | Implement runTest functions. | Jesse Rosenthal | 1 | -4/+2 |
2017-01-25 | Remove IORef from ODT writer. | Jesse Rosenthal | 1 | -24/+38 |
2017-01-25 | Introduce pure versions of IO Writers. | Jesse Rosenthal | 1 | -20/+28 |
2015-12-13 | ODT/OpenDocument writer: improved image attributes | mb21 | 1 | -13/+25 |
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 | -2/+2 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -8/+9 |
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 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -1/+0 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -8/+9 |
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 |