aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-08-17Docx reader: remove emph styles and strong styles list.Jesse Rosenthal1-6/+0
2014-08-17Docx reader: Add "Hyperlink" to blacklisted styles.Jesse Rosenthal1-2/+2
2014-08-17Docx reader: Use style resolver.Jesse Rosenthal1-23/+9
2014-08-17Docx Reader: Introduce function for resolving dependent run styles.Jesse Rosenthal1-0/+31
2014-08-17Merge pull request #1536 from considerate/masterJohn MacFarlane1-0/+3
2014-08-17Merge pull request #1543 from jkr/superSubVertJohn MacFarlane2-16/+17
2014-08-17Docx writer: Fixed regression, bungled list numbering.John MacFarlane1-3/+10
2014-08-17Docx Parse: build a bottom-up style tree.Jesse Rosenthal1-6/+31
2014-08-17Remove an unnecessary import.Artyom Kazak1-1/+1
2014-08-17Update Reader.EPUB to use `MimeType`.Artyom Kazak1-8/+7
2014-08-17MIME cleanup.Artyom Kazak7-42/+59
2014-08-17Alias string and runStyle to CharStyle type.Jesse Rosenthal1-7/+10
2014-08-17Docx Style parser: Basic one now just takes a parent style.Jesse Rosenthal1-13/+15
2014-08-17Docx reader: work with new rStyle.Jesse Rosenthal1-4/+4
2014-08-17Parser: Framework for parsing styles.Jesse Rosenthal1-11/+44
2014-08-17Docx reader: Change behavior of Super/SubscriptJesse Rosenthal2-16/+17
2014-08-16HTML reader: Parse appropriately styled span as SmallCaps.John MacFarlane1-1/+6
2014-08-17Simplify row width calculation.Viktor Kronvall1-2/+2
2014-08-17Include row width in table rows.Christoffer Ackelman1-0/+3
2014-08-16Markdown writer: don't escape $, ^, ~ when extensions are deactivated.John MacFarlane1-5/+16
2014-08-16Docx reader: Remove unnecessary plural functionsJesse Rosenthal1-11/+5
2014-08-16Docx reader: Fix bug in character styles.Jesse Rosenthal1-2/+2
2014-08-16Rewrite Docx.hs and Reducible to use Builder.Jesse Rosenthal2-415/+368
2014-08-14Markdown reader: Better handle quote characters in inline links.John MacFarlane1-2/+4
2014-08-14Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane2-3/+4
2014-08-13Merge pull request #1531 from jkr/morefontsJohn MacFarlane1-2/+6
2014-08-13Fixed haddock comment.John MacFarlane1-9/+7
2014-08-13Removed unneeded import.John MacFarlane1-1/+0
2014-08-13Docx reader: Interpret "Strong" and Emphasis run styles.Jesse Rosenthal1-2/+6
2014-08-12Removed unneeded CPP.John MacFarlane1-4/+0
2014-08-13Docx: Reducible forgot about smallcapsJesse Rosenthal1-0/+2
2014-08-12Docx Reader: Trim line breaks from the beginning and end of SectionJesse Rosenthal1-2/+10
2014-08-12Docx: More robust handling of multiple bookmarks in header.Jesse Rosenthal1-6/+8
2014-08-12Docx reader: Check for null-id'd anchors too.Jesse Rosenthal1-1/+0
2014-08-12Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal2-18/+31
2014-08-12Docx reader: Add "BlockQuotation" to divs list.Jesse Rosenthal1-1/+1
2014-08-12Docx Reader: Fix font style parsing.Jesse Rosenthal1-12/+27
2014-08-12Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane2-5/+31
2014-08-12Merge pull request #1528 from mpickering/epubtitlepageJohn MacFarlane1-4/+10
2014-08-13LaTeX Writer: Added missing closing braces to hyperdef commandsMatthew Pickering1-2/+2
2014-08-13PDF Writer: Attempts to convert images to pdf renderable formatsMatthew Pickering1-3/+29
2014-08-12HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane1-5/+8
2014-08-12ConTeXt writer: improved autolink detection.John MacFarlane1-1/+1
2014-08-12EPUB Reader: Ignore title pagesMatthew Pickering1-4/+10
2014-08-12DocBook: Support equations with mathml.John MacFarlane1-4/+16
2014-08-12Merge pull request #1524 from jkr/dropCap3John MacFarlane2-3/+11
2014-08-12Markdown reader: Improved parsing of indented code in list items.John MacFarlane1-25/+42
2014-08-12Beamer: Use \footnote<.->{..} for notes.John MacFarlane1-1/+6
2014-08-12Docx reader: move combining logic to ReducibleJesse Rosenthal2-3/+11
2014-08-12Docx reader: Make dropcap combining more efficient.Jesse Rosenthal1-1/+3