Age | Commit message (Expand) | Author | Files | Lines |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-01-08 | EPUB writer: ensure that picture transforms are done on metadata too. | John MacFarlane | 1 | -6/+6 |
2019-01-02 | EPUB writer: small fixes to nav.xhtml. | John MacFarlane | 1 | -0/+1 |
2018-11-24 | EPUB writer: handle calibre metadata. | John MacFarlane | 1 | -1/+22 |
2018-11-19 | For bibliography match Div with id 'refs', not class 'references'. | John MacFarlane | 1 | -2/+2 |
2018-11-11 | Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier. | John MacFarlane | 1 | -4/+4 |
2018-10-28 | EPUB writer: use metadata field `css` instead of `stylesheet` | mb21 | 1 | -3/+4 |
2018-09-04 | hlint some writers | Alexander Krotov | 1 | -1/+1 |
2018-08-28 | EPUB writer: set epub:type on body element intelligently. | John MacFarlane | 1 | -6/+22 |
2018-05-12 | EPUB writer: properly escape pagetitle. | John MacFarlane | 1 | -3/+6 |
2018-03-23 | EPUB writer: ensure that pagetitle is always set... | John MacFarlane | 1 | -6/+12 |
2018-03-18 | EPUB writer: remove notes from TOC in nav.xhtml (#4463) | Mauro Bieg | 1 | -4/+5 |
2018-03-18 | Removed old-locale flag and Text.Pandoc.Compat.Time. | John MacFarlane | 1 | -1/+1 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-17 | hlint fixes. | John MacFarlane | 1 | -2/+2 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-11-14 | EPUB writer: Fixed path for cover image. | John MacFarlane | 1 | -1/+1 |
2017-11-14 | EPUB writer: fix paths for cover image. | John MacFarlane | 1 | -2/+2 |
2017-11-08 | EPUB writer: fixed modified paths for raw HTML tags | John MacFarlane | 1 | -2/+2 |
2017-11-07 | EPUB writer: fixed EPUB OCF structure. | John MacFarlane | 1 | -65/+82 |
2017-11-07 | EPUB writer: fix image paths with empty `--epub-subdirectory`. | John MacFarlane | 1 | -3/+9 |
2017-10-30 | EPUB writer: fixed filepaths for nonstandard epub-subdirectory values. | John MacFarlane | 1 | -16/+23 |
2017-10-30 | EPUB writer fixes: | John MacFarlane | 1 | -23/+32 |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -1/+1 |
2017-10-29 | hlint suggestions. | John MacFarlane | 1 | -24/+25 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -8/+8 |
2017-09-30 | EPUB writer: simplified some functions. | John MacFarlane | 1 | -24/+18 |
2017-09-30 | Removed writerSourceURL, add source URL to common state. | John MacFarlane | 1 | -1/+1 |
2017-08-10 | Removed datadir param from readDataFile and getDefaultTemplate. | John MacFarlane | 1 | -2/+1 |
2017-08-09 | EPUB writer: don't strip formatting in TOC. | John MacFarlane | 1 | -10/+23 |
2017-06-30 | Allow ibooks-specific metadata in epubs. Closes #2693. | John MacFarlane | 1 | -5/+20 |
2017-06-22 | EPUB writer: put title_page.xhtml in text/. | John MacFarlane | 1 | -2/+2 |
2017-06-22 | EPUB writer: Fixed various things with new EPUB structure. | John MacFarlane | 1 | -6/+6 |
2017-06-22 | Added `writerEpubSubdirectory` to `WriterOptions`. | John MacFarlane | 1 | -8/+8 |
2017-06-21 | Change default EPUB directory structure in OCF container. | John MacFarlane | 1 | -11/+22 |
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 | -2/+3 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -93/+95 |
2017-02-27 | Removed `--epub-stylesheet`; use `--css` instead. | John MacFarlane | 1 | -24/+28 |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -4/+4 |
2017-02-04 | Changed writerEpubMetadata to a Maybe String. | John MacFarlane | 1 | -1/+1 |
2017-01-30 | `--mathml` and MathML in HTMLMathMethod longer take an argument. | John MacFarlane | 1 | -1/+1 |
2017-01-27 | HTML writer: export writeHtmlStringForEPUB. | John MacFarlane | 1 | -20/+16 |
2017-01-26 | EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3. | John MacFarlane | 1 | -7/+24 |
2017-01-25 | Provide explicit separate functions for HTML 4 and 5. | John MacFarlane | 1 | -5/+6 |
2017-01-25 | Text.Pandoc.Shared: Removed fetchItem, fetchItem'. | John MacFarlane | 1 | -18/+15 |
2017-01-25 | Class: rename addWarning[WithPos] to warning[WithPos]. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer. | John MacFarlane | 1 | -2/+2 |