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