Age | Commit message (Expand) | Author | Files | Lines |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 11 | -206/+0 |
2018-12-17 | Replace read with safeRead. Closes #5162. | John MacFarlane | 1 | -6/+3 |
2018-11-22 | Hlint suggestions. | John MacFarlane | 1 | -2/+0 |
2018-11-11 | Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier. | John MacFarlane | 1 | -2/+7 |
2018-08-14 | ODT reader: deal gracefully with missing `<office:font-face-decls/>`. | John MacFarlane | 1 | -1/+1 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -3/+1 |
2018-07-02 | Spellcheck comments | Alexander Krotov | 5 | -7/+7 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 11 | -4/+20 |
2018-03-17 | hlint fixes. | John MacFarlane | 1 | -4/+4 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 2 | -14/+2 |
2018-03-16 | Semigroup instance for Styles in T.P.Readers.Odt.StyleReader. | John MacFarlane | 1 | -2/+12 |
2018-03-16 | Removed redundant import. | John MacFarlane | 1 | -3/+1 |
2018-03-13 | Require pandoc-types 1.17.4. | John MacFarlane | 1 | -3/+3 |
2018-01-19 | hlint code improvements. | John MacFarlane | 4 | -36/+32 |
2017-11-06 | Spellcheck comments | Alexander Krotov | 2 | -6/+6 |
2017-11-02 | hlint | Alexander Krotov | 2 | -5/+5 |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -1/+0 |
2017-10-29 | More hlint fixes. | John MacFarlane | 1 | -1/+1 |
2017-10-27 | hlint suggestions. | John MacFarlane | 4 | -9/+8 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 8 | -76/+75 |
2017-06-20 | Odt reader: replaced collectRights with rights from Data.Either. | John MacFarlane | 2 | -6/+2 |
2017-05-31 | Odt reader: remove dead code | Albert Krewinkel | 7 | -902/+4 |
2017-01-27 | Shared: rename compactify', compactify'DL -> compactify, compactifyDL. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 2 | -36/+10 |
2017-01-25 | Added page breaks into Pandoc. | Hubert Plociniczak | 2 | -10/+36 |
2016-11-26 | [odt] Infer table's caption from the paragraph (#3224) | hubertp-lshift | 1 | -6/+21 |
2016-11-08 | Inline code when text has a special style | Hubert Plociniczak | 1 | -6/+20 |
2016-11-01 | [odt] Infer tables' header props from rows (#3199) | hubertp-lshift | 1 | -2/+9 |
2016-10-19 | Image with a caption needs special formatting | Hubert Plociniczak | 1 | -2/+6 |
2016-10-18 | Merge pull request #3166 from hubertp-lshift/bug/3134 | John MacFarlane | 1 | -3/+2 |
2016-10-18 | Merge pull request #3165 from hubertp-lshift/feature/odt-image | John MacFarlane | 1 | -6/+106 |
2016-10-18 | Issue 3143: Don't duplicate text for anchors | Hubert Plociniczak | 1 | -3/+2 |
2016-10-17 | Minor refactoring | Hubert Plociniczak | 1 | -10/+6 |
2016-10-17 | Infer caption from the text following the img | Hubert Plociniczak | 1 | -20/+47 |
2016-10-14 | Added tests and a corner case for starting number | Hubert Plociniczak | 1 | -0/+1 |
2016-10-12 | [ODT Parser] Include list's starting value | Hubert Plociniczak | 2 | -13/+20 |
2016-10-12 | Basic support for images in ODT documents | Hubert Plociniczak | 1 | -6/+83 |
2016-09-02 | Fix grouping of imports. | Jesse Rosenthal | 3 | -3/+4 |
2016-09-02 | Remove Compat.Monoid | Jesse Rosenthal | 3 | -3/+3 |
2016-07-14 | Removed some redundant class constraints. | John MacFarlane | 1 | -3/+3 |
2016-07-03 | Odt reader: Removed redundant Monoid constraints. | John MacFarlane | 1 | -7/+7 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 1 | -1/+2 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 3 | -2/+3 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 9 | -9/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 9 | -0/+9 |
2015-10-22 | Changed § to % in operators from Odt.Arrows.Utils. | John MacFarlane | 5 | -43/+42 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 6 | -6/+0 |
2015-08-17 | [BUG] Haddock : * and ^ to be escaped in docs | Grégory Bataille | 1 | -6/+6 |
2015-07-23 | Added odt reader | MarLinn | 11 | -0/+4035 |