Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-11-30 | EPUB writer: Improved metadata handling. | John MacFarlane | 1 | -51/+591 |
2013-11-22 | EPUB writer: Don't include node for cover.xhtml if no cover! | John MacFarlane | 1 | -2/+3 |
2013-11-22 | EPUB writer: Ensure that same identifier is used throughout. | John MacFarlane | 1 | -9/+13 |
2013-11-19 | Epub Writer: Add cover reference to guide element (v2) | Shaun Attfield (shaun@victor) | 1 | -4/+5 |
2013-11-18 | Epub Writer: Add cover reference to guide element | Shaun Attfield (shaun@victor) | 1 | -2/+4 |
2013-08-11 | Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe). | John MacFarlane | 1 | -14/+7 |
2013-08-10 | Use walk, walkM in place of bottomUp, bottomUpM when possible. | John MacFarlane | 1 | -3/+3 |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 1 | -3/+3 |
2013-08-04 | Remove CPP from default-extensions; add pragmas to modules as needed. | John MacFarlane | 1 | -5/+1 |
2013-07-18 | Fixed warning. | John MacFarlane | 1 | -1/+1 |
2013-07-18 | Improved fetching of external resources. | John MacFarlane | 1 | -4/+9 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -6/+9 |
2013-05-29 | Added CPP directives to avoid warnings. | John MacFarlane | 1 | -0/+3 |
2013-05-22 | EPUB writer: math with `--webtex` is automatically made self-contained. | John MacFarlane | 1 | -17/+16 |
2013-05-22 | EPUB writer: Download webtex images and include as data URLs. | John MacFarlane | 1 | -25/+32 |
2013-03-24 | EPUB writer: Don't put blank title page in reading sequence. | John MacFarlane | 1 | -1/+4 |
2013-03-24 | EPUB writer: Add `id="toc-title"` to h1 in nav.xhtml. | John MacFarlane | 1 | -1/+1 |
2013-03-20 | EPUB writer: Don't add dc:creator tags if present in epub metadata. | John MacFarlane | 1 | -1/+1 |
2013-03-03 | EPUB writer: Include html TOC even in epub2. | John MacFarlane | 1 | -15/+23 |
2013-02-23 | EPUB writer: Improved behavior with `--number-sections`. | John MacFarlane | 1 | -7/+24 |
2013-02-23 | EPUB writer: more transition. | John MacFarlane | 1 | -6/+10 |
2013-02-23 | EPUB writer: Temporary step towards a better system for numbering. | John MacFarlane | 1 | -5/+8 |
2013-02-23 | `--number-from` -> `--number-offset` | John MacFarlane | 1 | -1/+1 |
2013-02-22 | EPUB writer: Minor section numbering tweaks. | John MacFarlane | 1 | -2/+3 |
2013-02-22 | EPUB writer: Use writerNumberFrom instead of ugly hack. | John MacFarlane | 1 | -8/+1 |
2013-02-16 | EPUB writer: Fix section numbering. | John MacFarlane | 1 | -1/+8 |
2013-02-12 | Shared: Changed type of Element. | John MacFarlane | 1 | -1/+1 |
2013-01-22 | Another fix to the CPP macro in EPUB writer. | John MacFarlane | 1 | -1/+1 |
2013-01-22 | Fixed MIN_VERSION - need to sub _ for - in blaze-html. | John MacFarlane | 1 | -1/+1 |
2013-01-22 | EPUB: condition Blaze Utf8 module name import on blaze-html version | Jens Petersen | 1 | -0/+4 |