Age | Commit message (Expand) | Author | Files | Lines |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -19/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2018-11-22 | OpenDocument writer: small amendment to #5095. | John MacFarlane | 1 | -1/+1 |
2018-11-22 | ODT writer: Fix list indentation | Nils Carlson | 1 | -2/+2 |
2018-10-05 | OpenDocument writer: Implement table caption numbering (#4949) | Nils Carlson | 1 | -36/+53 |
2018-10-04 | Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907) | Mauro Bieg | 1 | -2/+4 |
2018-10-03 | OpenDocument writer: make 'Figure' term sensitive to `lang` in metadata. | John MacFarlane | 1 | -9/+16 |
2018-10-03 | OpenDocument writer: Implement figure numbering in captions (#4944) | Nils Carlson | 1 | -1/+13 |
2018-10-02 | OpenDocument writer: improve bullet/numbering alignment. | John MacFarlane | 1 | -4/+12 |
2018-09-23 | ODT Writer: Improve table header row style handling | Nils Carlson | 1 | -13/+21 |
2018-09-07 | Fix percentage image scaling in ODT (#4881) | Nils Carlson | 1 | -0/+2 |
2018-05-14 | Make internal links work in ODT/OpenDocument. | John MacFarlane | 1 | -5/+11 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -1/+1 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-12-28 | improve formatting of formulas in OpenDocument | oltolm | 1 | -1/+19 |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 1 | -2/+2 |
2017-11-01 | hlint | Alexander Krotov | 1 | -1/+1 |
2017-10-29 | hlint suggestions. | John MacFarlane | 1 | -14/+15 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -2/+2 |
2017-06-26 | OpenDocument/ODT writer: Added support for table of contents. | John MacFarlane | 1 | -0/+1 |
2017-06-25 | Moved BCP47 specific functions from Writers.Shared to new module. | John MacFarlane | 1 | -0/+1 |
2017-06-25 | Writers.Shared: improve type of Lang and bcp47 parser. | John MacFarlane | 1 | -9/+9 |
2017-06-25 | Writers.Shared: refactored getLang, splitLang... | John MacFarlane | 1 | -9/+13 |
2017-06-25 | Fixed support for `lang` attribute in OpenDocument and ODT writers. | John MacFarlane | 1 | -20/+15 |
2017-06-25 | Support `lang` attribute in OpenDocument and ODT writers. | John MacFarlane | 1 | -6/+29 |
2017-06-20 | Writers: adjusted for renderTemplate' changes. | John MacFarlane | 1 | -3/+3 |
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 1 | -1/+1 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 1 | -4/+6 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-04-01 | OpenDocument writer: wider labels for lists. | John MacFarlane | 1 | -2/+2 |
2017-03-15 | OpenDocument writer: use more widely available bullet characters. | John MacFarlane | 1 | -1/+1 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -22/+24 |
2017-03-03 | OpenDocument writer: Clarified some code. | John MacFarlane | 1 | -12/+11 |
2017-03-03 | OpenDocument writer: fixed dropped elements in some ordered lists. | John MacFarlane | 1 | -1/+1 |
2017-03-01 | ODT writer: calculate aspect ratio for percentage-sized images (#3478) | Mauro Bieg | 1 | -2/+0 |
2017-02-17 | Added warnings for non-rendered blocks to some writers. | John MacFarlane | 1 | -3/+8 |
2017-01-25 | Cleanups for rebase. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -24/+3 |
2017-01-25 | Fixed shadowing warnings. | John MacFarlane | 1 | -3/+3 |
2017-01-25 | Refactored math conversion in writers. | John MacFarlane | 1 | -60/+76 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -2/+3 |
2017-01-25 | Added page breaks into Pandoc. | Hubert Plociniczak | 1 | -3/+25 |
2017-01-24 | OpenDocument writer: small refactoring. | John MacFarlane | 1 | -8/+11 |
2017-01-23 | OpenDocument writer: don't profilerate text styles unnecessarily. | John MacFarlane | 1 | -25/+62 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -3/+3 |
2016-11-26 | Revert "Open Document writer: set first level of blockquotes to not use inden... | John MacFarlane | 1 | -2/+3 |
2016-11-26 | Open Document writer: set first level of blockquotes to not use indent (#2757) | Jeff Sheets | 1 | -3/+2 |
2016-11-26 | [odt] Infer table's caption from the paragraph (#3224) | hubertp-lshift | 1 | -1/+1 |
2016-11-08 | Inline code when text has a special style | Hubert Plociniczak | 1 | -1/+2 |