summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #1547 from jkr/styleparseJohn MacFarlane2014-08-18
|\
| * Docx reader: whitespace fix.Jesse Rosenthal2014-08-17
| * Docx reader: remove emph styles and strong styles list.Jesse Rosenthal2014-08-17
| * Docx reader: Add "Hyperlink" to blacklisted styles.Jesse Rosenthal2014-08-17
| * Docx reader: Use style resolver.Jesse Rosenthal2014-08-17
| * Docx Reader: Introduce function for resolving dependent run styles.Jesse Rosenthal2014-08-17
| * Docx Parse: build a bottom-up style tree.Jesse Rosenthal2014-08-17
| * Alias string and runStyle to CharStyle type.Jesse Rosenthal2014-08-17
| * Docx Style parser: Basic one now just takes a parent style.Jesse Rosenthal2014-08-17
| * Docx reader: work with new rStyle.Jesse Rosenthal2014-08-17
| * Parser: Framework for parsing styles.Jesse Rosenthal2014-08-17
* | HTML reader: improved handling of tags that can be block or inline.John MacFarlane2014-08-18
* | Merge pull request #1536 from considerate/masterJohn MacFarlane2014-08-17
|\ \
| * | Simplify row width calculation.Viktor Kronvall2014-08-17
| * | Include row width in table rows.Christoffer Ackelman2014-08-17
* | | Merge pull request #1543 from jkr/superSubVertJohn MacFarlane2014-08-17
|\ \ \ | | |/ | |/|
| * | Docx reader: Change behavior of Super/SubscriptJesse Rosenthal2014-08-17
* | | Docx writer: Fixed regression, bungled list numbering.John MacFarlane2014-08-17
|/ /
* / HTML reader: Parse appropriately styled span as SmallCaps.John MacFarlane2014-08-16
|/
* Markdown writer: don't escape $, ^, ~ when extensions are deactivated.John MacFarlane2014-08-16
* Docx reader: Remove unnecessary plural functionsJesse Rosenthal2014-08-16
* Docx reader: Fix bug in character styles.Jesse Rosenthal2014-08-16
* Rewrite Docx.hs and Reducible to use Builder.Jesse Rosenthal2014-08-16
* Markdown reader: Better handle quote characters in inline links.John MacFarlane2014-08-14
* Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane2014-08-14
* Merge pull request #1531 from jkr/morefontsJohn MacFarlane2014-08-13
|\
| * Docx reader: Interpret "Strong" and Emphasis run styles.Jesse Rosenthal2014-08-13
* | Fixed haddock comment.John MacFarlane2014-08-13
* | Removed unneeded import.John MacFarlane2014-08-13
|/
* Removed unneeded CPP.John MacFarlane2014-08-12
* Docx: Reducible forgot about smallcapsJesse Rosenthal2014-08-13
* Docx Reader: Trim line breaks from the beginning and end of SectionJesse Rosenthal2014-08-12
* Docx: More robust handling of multiple bookmarks in header.Jesse Rosenthal2014-08-12
* Docx reader: Check for null-id'd anchors too.Jesse Rosenthal2014-08-12
* Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal2014-08-12
* Docx reader: Add "BlockQuotation" to divs list.Jesse Rosenthal2014-08-12
* Docx Reader: Fix font style parsing.Jesse Rosenthal2014-08-12
* Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane2014-08-12
|\
| * LaTeX Writer: Added missing closing braces to hyperdef commandsMatthew Pickering2014-08-13
| * PDF Writer: Attempts to convert images to pdf renderable formatsMatthew Pickering2014-08-13
* | Merge pull request #1528 from mpickering/epubtitlepageJohn MacFarlane2014-08-12
|\ \
| * | EPUB Reader: Ignore title pagesMatthew Pickering2014-08-12
| |/
* | HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane2014-08-12
* | ConTeXt writer: improved autolink detection.John MacFarlane2014-08-12
* | DocBook: Support equations with mathml.John MacFarlane2014-08-12
* | Merge pull request #1524 from jkr/dropCap3John MacFarlane2014-08-12
|\ \
| * | Docx reader: move combining logic to ReducibleJesse Rosenthal2014-08-12
* | | Markdown reader: Improved parsing of indented code in list items.John MacFarlane2014-08-12
* | | Beamer: Use \footnote<.->{..} for notes.John MacFarlane2014-08-12
|/ /
* / Docx reader: Make dropcap combining more efficient.Jesse Rosenthal2014-08-12
|/