aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-31Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane1-12/+17
2015-05-31Allow building with hslua 0.4.John MacFarlane1-0/+20
2015-05-28Better fix for #2187.John MacFarlane2-15/+57
2015-05-28ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane1-1/+7
2015-05-28Removed tab chars in Textile reader source.John MacFarlane1-2/+2
2015-05-28Texinfo writer: Removed tabs from source.John MacFarlane1-3/+3
2015-05-27LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane1-3/+7
2015-05-27LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane1-2/+3
2015-05-27Fixed svg handling in EPUB writer.John MacFarlane2-1/+4
2015-05-27Fixed compiler warning.John MacFarlane1-1/+1
2015-05-27Revealjs: allow 'center' to be set to false.John MacFarlane1-0/+3
2015-05-27EPUB writer: Improved chapter splitting and internal link rewriting.John MacFarlane1-53/+34
2015-05-26Merge pull request #2170 from tarleb/org-generalize-result-blockJohn MacFarlane1-16/+21
2015-05-26Merge pull request #2169 from tarleb/org-header-tagsJohn MacFarlane1-6/+31
2015-05-26Merge pull request #2141 from DigitalPublishingToolkit/icml-imagesJohn MacFarlane1-1/+3
2015-05-23Org reader: drop trees with a :noexport: tagAlbert Krewinkel1-4/+12
2015-05-23Org reader: put header tags into empty spansAlbert Krewinkel1-2/+19
2015-05-23Org reader: generalize code block result parsingAlbert Krewinkel1-3/+3
2015-05-23Reorder block arguments parsing codeAlbert Krewinkel1-13/+18
2015-05-21EPUB writer: Split references into separate chapter.John MacFarlane1-0/+4
2015-05-20PDF writer: Print temp dir on `--verbose`.John MacFarlane1-0/+2
2015-05-20DocBook writer: add id to para if in Div with id element.John MacFarlane1-0/+8
2015-05-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane2-12/+26
2015-05-13HTML reader: Support base tag.John MacFarlane1-7/+28
2015-05-13Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane1-2/+3
2015-05-13EPUB writer: Properly handle image URLs without an extension.John MacFarlane1-36/+42
2015-05-13Fixed regression in charsInBalancedBrackets.John MacFarlane1-1/+2
2015-05-11Don't use sup element for epub footnotes.John MacFarlane1-2/+4
2015-05-11HTML reader: Fixed detection of self-closing tags.John MacFarlane2-3/+3
2015-05-11Fix image URIs in ICML output (v2)gohai1-1/+3
2015-05-10ImageSize: fixed some exif parsing bugs.John MacFarlane1-22/+26
2015-05-09Improved warnings when image size can't be determined.John MacFarlane3-5/+13
2015-05-09ImageSize: Use runGetOrFail with binary 0.7+.John MacFarlane1-2/+13
2015-05-09ImageSize: make jpeg header parsing routines return Either.John MacFarlane1-29/+34
2015-05-09ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane4-16/+22
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane1-26/+18
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane1-18/+26
2015-05-05Deal with deprecation warning in Custom.John MacFarlane1-2/+10
2015-05-05UTF8: Better handling of bare CRs in input files.John MacFarlane1-2/+8
2015-05-04SelfContained: properly handle data URIs in css urls.John MacFarlane1-32/+48
2015-05-03Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane1-0/+1
2015-05-02LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane1-2/+4
2015-05-01EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane1-2/+5
2015-05-01SelfContained: cssURLs no longer tries to fetch fragment URLs.John MacFarlane1-7/+11
2015-04-29Added woff2 to MIME typesAlfred Wechselberger1-0/+1
2015-04-29HTML reader: Allow multiple colgroups in table.John MacFarlane1-1/+1
2015-04-26EPUB writer: Remove linear=no from cover itemref.John MacFarlane1-1/+1
2015-04-26Fixed regression with lists inside defintiion lists.John MacFarlane1-1/+1
2015-04-26Merge pull request #2112 from lierdakil/issue2101John MacFarlane1-33/+29
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane48-95/+95