summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class.hs
AgeCommit message (Expand)Author
2017-12-28Class: make FileTree opaque.John MacFarlane
2017-12-28Powerpoint writer tests: use IO.John MacFarlane
2017-12-28Moved makeCanoncial definition out of ifdef!John MacFarlane
2017-12-28Class: use makeCanonical for normalization in FileTree and data files.John MacFarlane
2017-12-28Text.Pandoc.Class: add insertInFileTree (API change).John MacFarlane
2017-12-13Removed whitespace at ends of line.John MacFarlane
2017-12-11Add necessary powerpoint functions to Class.Jesse Rosenthal
2017-10-29Export all of Text.Pandoc.Class from Text.Pandoc.John MacFarlane
2017-10-29Source code reformatting.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-10-26Comment reformat.John MacFarlane
2017-10-24Added some haddock docs for Text.Pandoc.Class functions.John MacFarlane
2017-10-23Back to using [WARNING] and [INFO] to mark messages.John MacFarlane
2017-10-23More pleasing presentation of warnings and info messages.John MacFarlane
2017-10-15Remove openURL from Shared (API change).John MacFarlane
2017-10-15Class: add stRequestHeaders to CommonState, and setRequestHeader.John MacFarlane
2017-09-30Text.Pandoc.Class - add getVerbosity.John MacFarlane
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane
2017-09-30Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel
2017-08-20Protect OVERLAPS pragma with CPP.John MacFarlane
2017-08-20Use OverlappingInstances instead of OVERLAPS for ghc 7.8.4.John MacFarlane
2017-08-20Removed redundant import.John MacFarlane
2017-08-19Simplify instances in Class by parameterizing on MonadTrans.John MacFarlane
2017-08-12Improved error report on loading translation file.John MacFarlane
2017-08-12Change to yaml for translation files.John MacFarlane
2017-08-11Fixed import.John MacFarlane
2017-08-11More redundant imports.John MacFarlane
2017-08-11Avoid some warnings when compiled wo/ embed_data_files flag.John MacFarlane
2017-08-11Add getFileName to PandocMonad.John MacFarlane
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane
2017-08-10Class: add setUserDataDir and getUserDataDir.John MacFarlane
2017-08-10Expose getDefaultDataFile in both Shared and Class.John MacFarlane
2017-07-30Class: more haddocks.John MacFarlane
2017-07-30Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane
2017-07-19Class: started adding haddocks.John MacFarlane
2017-07-15Don't rely on listDirectory, which is only in newer versions...John MacFarlane
2017-07-14Class: make addToFileTree handle directories recursively.John MacFarlane
2017-07-14Class: remove stFontFiles in PureState, 'glob' searches stFiles.John MacFarlane
2017-07-14Class: added addToFileTreeJohn MacFarlane
2017-06-19Tracing: give less misleading line information with parseWithString.John MacFarlane
2017-06-19Separated tracing from logging.John MacFarlane
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-06-12Changed "extracting..." warning to a regular log message.John MacFarlane
2017-06-02hlint suggestions.John MacFarlane
2017-06-01Some hlint refactoring.John MacFarlane
2017-06-01Trivial reformatting.John MacFarlane
2017-05-18Don't double extract images from docx.John MacFarlane
2017-05-07Rename fillMedia -> fillMediaBag.John MacFarlane