aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane4-8/+8
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+0
2020-02-05Simplify an overcomplicated filtering function (#6115)Joseph C. Sible1-1/+1
2020-02-04Remove our bool function (#6116)Joseph C. Sible2-9/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc3-35/+69
2019-06-20Improve the parsing of frames in ODT documentsblmage3-72/+125
2019-03-01Remove license boilerplate.John MacFarlane11-206/+0
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane1-6/+3
2018-11-22Hlint suggestions.John MacFarlane1-2/+0
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-2/+7
2018-08-14ODT reader: deal gracefully with missing `<office:font-face-decls/>`.John MacFarlane1-1/+1
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-3/+1
2018-07-02Spellcheck commentsAlexander Krotov5-7/+7
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane11-4/+20
2018-03-17hlint fixes.John MacFarlane1-4/+4
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane2-14/+2
2018-03-16Semigroup instance for Styles in T.P.Readers.Odt.StyleReader.John MacFarlane1-2/+12
2018-03-16Removed redundant import.John MacFarlane1-3/+1
2018-03-13Require pandoc-types 1.17.4.John MacFarlane1-3/+3
2018-01-19hlint code improvements.John MacFarlane4-36/+32
2017-11-06Spellcheck commentsAlexander Krotov2-6/+6
2017-11-02hlintAlexander Krotov2-5/+5
2017-10-29Source code reformatting.John MacFarlane1-1/+0
2017-10-29More hlint fixes.John MacFarlane1-1/+1
2017-10-27hlint suggestions.John MacFarlane4-9/+8
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane8-76/+75
2017-06-20Odt reader: replaced collectRights with rights from Data.Either.John MacFarlane2-6/+2
2017-05-31Odt reader: remove dead codeAlbert Krewinkel7-902/+4
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane1-2/+2
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane2-36/+10
2017-01-25Added page breaks into Pandoc.Hubert Plociniczak2-10/+36
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift1-6/+21
2016-11-08Inline code when text has a special styleHubert Plociniczak1-6/+20
2016-11-01[odt] Infer tables' header props from rows (#3199)hubertp-lshift1-2/+9
2016-10-19Image with a caption needs special formattingHubert Plociniczak1-2/+6
2016-10-18Merge pull request #3166 from hubertp-lshift/bug/3134John MacFarlane1-3/+2
2016-10-18Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane1-6/+106
2016-10-18Issue 3143: Don't duplicate text for anchorsHubert Plociniczak1-3/+2
2016-10-17Minor refactoringHubert Plociniczak1-10/+6
2016-10-17Infer caption from the text following the imgHubert Plociniczak1-20/+47
2016-10-14Added tests and a corner case for starting numberHubert Plociniczak1-0/+1
2016-10-12[ODT Parser] Include list's starting valueHubert Plociniczak2-13/+20
2016-10-12Basic support for images in ODT documentsHubert Plociniczak1-6/+83
2016-09-02Fix grouping of imports.Jesse Rosenthal3-3/+4
2016-09-02Remove Compat.MonoidJesse Rosenthal3-3/+3
2016-07-14Removed some redundant class constraints.John MacFarlane1-3/+3
2016-07-03Odt reader: Removed redundant Monoid constraints.John MacFarlane1-7/+7
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-1/+2
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane3-2/+3
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane9-9/+0