aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/ImageSize.hs
AgeCommit message (Expand)Author
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-03-21Improve pdfSize in ImageSize by ignoring all whitespace in /MediaBox command ...richarddavis
2019-03-20Improve pdfSize in ImageSize.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-08-10Avoid non-exhaustive pattern matches.John MacFarlane
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-02-18EMF Image size support (#4375)Andrew Pritchard
2018-02-16Make image size detection for PDFs more robust.John MacFarlane
2018-02-03C -> c.John MacFarlane
2018-02-02Determine image size for PDFs.John MacFarlane
2018-01-17ImageSize: add derived Eq instance to DimensionJesse Rosenthal
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-11-01hlintAlexander Krotov
2017-10-31Add Millimeter constructor to Dimension in ImageSize.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-06-02hlint suggestions.John MacFarlane
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane
2017-05-20Improve SVG image size code.Marc Schreiber
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-16Read image size of Inkscape SVGs (#3580)schrieveslaach
2017-02-26ImageSize: export lengthToDim, new function scaleDimension.John MacFarlane
2017-02-22imageSize interface changemb21
2017-02-22make imageSize recognize basic SVG dimensions, see #3462mb21
2017-01-25Removed hush from Text.Pandoc.Shared.John MacFarlane
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2015-11-21ImageSize: use safeRead instead of readMaybe.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-08-05ImageSize: Added functions for converting between image dimensions.John MacFarlane
2015-05-10ImageSize: fixed some exif parsing bugs.John MacFarlane
2015-05-09ImageSize: Use runGetOrFail with binary 0.7+.John MacFarlane
2015-05-09ImageSize: make jpeg header parsing routines return Either.John MacFarlane
2015-05-09ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-02-18Move utility error functions to Text.Pandoc.SharedMatthew Pickering
2015-02-18Remove landmine from ImageSizeMatthew Pickering
2014-06-20ImageSize: Use default instead of failing if image size not foundJohn MacFarlane
2014-06-19ImageSize: ignore unknown exif header tag rather than crashing.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-01-24ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.John MacFarlane