Age | Commit message (Expand) | Author | Files | Lines |
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik... | Mark Wright | 1 | -1/+1 |
2014-12-19 | Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. | John MacFarlane | 1 | -2/+1 |
2014-12-15 | EPUB writer: include "landmarks" section in nav document for epub3. | John MacFarlane | 1 | -3/+23 |
2014-12-15 | EPUB writer: Removed playOrder from navpoint elements in ncx file. | John MacFarlane | 1 | -2/+1 |
2014-11-17 | Really fix #1758. Add `id="cover"` to body on cover page. | John MacFarlane | 1 | -2/+3 |
2014-11-16 | Use regular page template for nav.xhtml. | John MacFarlane | 1 | -11/+8 |
2014-10-08 | EPUB reader: Further URI handling improvements. | John MacFarlane | 1 | -25/+12 |
2014-10-08 | EPUB writer: correctly resolve relative URIs. (Closes #1671.) | John MacFarlane | 1 | -11/+14 |
2014-10-08 | Fixed absolute URI detection in EPUB writer. Closes #1672. | John MacFarlane | 1 | -2/+2 |
2014-10-08 | EPUB writer: Don't add sourceURL to absolute URIs! | John MacFarlane | 1 | -5/+10 |
2014-09-01 | EPUB writer: Don't include nav node in spine unless --toc was requested. | John MacFarlane | 1 | -4/+2 |
2014-09-01 | EPUB writer: Fixed typo. | John MacFarlane | 1 | -1/+1 |
2014-08-31 | EPUB writer: Extract title even from structured title. | John MacFarlane | 1 | -7/+21 |
2014-08-31 | EPUB writer: Don't use opf:title-type for epub2. | John MacFarlane | 1 | -2/+2 |
2014-08-30 | Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mime | John MacFarlane | 1 | -2/+2 |
2014-08-19 | EPUB writer: don't use page-progression-direction in EPUB2. | John MacFarlane | 1 | -16/+14 |
2014-08-17 | MIME cleanup. | Artyom Kazak | 1 | -2/+2 |
2014-08-11 | EPUB Writer: Added page-progression-direction meta field | Matthew Pickering | 1 | -2/+21 |
2014-08-11 | EPUB Writer: Added explicit imports | Matthew Pickering | 1 | -18/+26 |
2014-08-04 | Clean up `mediaTypeOf` a bit. | Artyom Kazak | 1 | -6/+6 |
2014-08-02 | Text.Pandoc.SelfContained changes. | John MacFarlane | 1 | -2/+1 |
2014-07-31 | New module, Text.Pandoc.MediaBag. | John MacFarlane | 1 | -1/+2 |
2014-07-31 | Made MediaBag a newtype, and added mime type information to media. | John MacFarlane | 1 | -1/+1 |
2014-07-30 | Allow --self-contained to get content from MediaBag. | John MacFarlane | 1 | -1/+1 |
2014-07-30 | PDF, Docx, EPUB, and ODT writers now automatically use MediaBag. | John MacFarlane | 1 | -1/+2 |
2014-07-20 | EPUB writer: Avoid excess whitespace in nav.xhtml. | John MacFarlane | 1 | -1/+1 |
2014-07-15 | EPUB writer: Keep newlines between block elements. | John MacFarlane | 1 | -1/+1 |
2014-07-13 | EPUB writer: Use stringify instead of custom plainify. | John MacFarlane | 1 | -16/+10 |
2014-07-13 | Use renderTags' for all tag rendering. | John MacFarlane | 1 | -2/+2 |
2014-07-07 | EPUB writer: better handle HTML media tags. | John MacFarlane | 1 | -1/+6 |
2014-05-19 | EPUB writer: Handle multiple dates with OPF `event` attributes. | John MacFarlane | 1 | -9/+38 |
2014-05-19 | Avoid `import Prelude hiding (catch)`. | John MacFarlane | 1 | -7/+3 |
2014-05-15 | EPUB writer: Fixed regression on cover image. | John MacFarlane | 1 | -5/+5 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-04-24 | EPUB writer: Fixed some idrefs to match changes in ids. | John MacFarlane | 1 | -3/+3 |
2014-04-23 | EPUB writer: include extension in epub ids. | John MacFarlane | 1 | -6/+11 |
2014-03-14 | EPUB writer: Handle files linked in raw img tags. | John MacFarlane | 1 | -1/+1 |
2014-03-14 | EPUB writer: Handle media in audio source tags. | John MacFarlane | 1 | -27/+28 |
2014-03-14 | EPUB writer: Incorporate files linked in <video> tags. | John MacFarlane | 1 | -10/+46 |
2014-01-06 | EPUB writer: Strip out footnotes from toc entries. | John MacFarlane | 1 | -5/+6 |
2014-01-06 | EPUB writer: Avoid duplicate notes when headings contain notes. | John MacFarlane | 1 | -1/+7 |
2013-12-19 | HLint: use fromMaybe | Henry de Valence | 1 | -6/+6 |
2013-12-13 | EPUB writer: Fixed bug with `--epub-stylesheet`. | John MacFarlane | 1 | -2/+1 |
2013-12-03 | EPUB writer: Allow 'stylesheet' in metadata. | John MacFarlane | 1 | -11/+22 |
2013-12-01 | EPUB writer: Allow partial dates: YYYY, YYYY-MM. | John MacFarlane | 1 | -3/+14 |
2013-11-30 | EPUB writer: Insert "svg" property as needed in opf (EPUB 3). | John MacFarlane | 1 | -3/+9 |
2013-11-30 | EPUB writer: Simplify imageTypeOf using getMimeType. | John MacFarlane | 1 | -9/+3 |
2013-11-30 | EPUB writer: Add properties attribute to cover-image item for EPUB v3. | John MacFarlane | 1 | -1/+6 |
2013-11-30 | Fixed `cover-image` in EPUB YAML metadata. | John MacFarlane | 1 | -1/+2 |
2013-11-30 | Allow specification of epub-cover-image in YAML metadata. | John MacFarlane | 1 | -9/+8 |