Age | Commit message (Expand) | Author | Files | Lines |
2015-03-28 | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker... | John MacFarlane | 1 | -8/+11 |
2015-02-21 | Docx reader: Minor cleanup. | Jesse Rosenthal | 1 | -3/+4 |
2015-02-21 | Docx reader: allow sub/superscript verbatims. | Jesse Rosenthal | 1 | -1/+6 |
2015-02-18 | Change return type of Docx reader | Matthew Pickering | 1 | -8/+11 |
2015-02-13 | Docx reader: Handle lists correctly inside table cells. | Jesse Rosenthal | 1 | -1/+3 |
2014-10-25 | Docx reader: fix for Issue #1692 (i18n styles) | Nikolay Yakimov | 1 | -27/+6 |
2014-09-06 | Docx Reader: Remove header class properly in other langs | Jesse Rosenthal | 1 | -4/+4 |
2014-09-05 | Docx reader: Use polyglot header list. | Jesse Rosenthal | 1 | -7/+7 |
2014-09-05 | Docx Reader: Start list of polyglot section headers. | Jesse Rosenthal | 1 | -0/+7 |
2014-09-04 | Docx reader: Rewrite rewriteLink to work with new headers. | Jesse Rosenthal | 1 | -9/+4 |
2014-08-28 | Docx Reader: Read single para in table cell as plain | Jesse Rosenthal | 1 | -1/+12 |
2014-08-17 | Docx reader: whitespace fix. | Jesse Rosenthal | 1 | -6/+6 |
2014-08-17 | Docx reader: remove emph styles and strong styles list. | Jesse Rosenthal | 1 | -6/+0 |
2014-08-17 | Docx reader: Add "Hyperlink" to blacklisted styles. | Jesse Rosenthal | 1 | -2/+2 |
2014-08-17 | Docx reader: Use style resolver. | Jesse Rosenthal | 1 | -23/+9 |
2014-08-17 | Docx Reader: Introduce function for resolving dependent run styles. | Jesse Rosenthal | 1 | -0/+31 |
2014-08-17 | Docx reader: work with new rStyle. | Jesse Rosenthal | 1 | -4/+4 |
2014-08-17 | Docx reader: Change behavior of Super/Subscript | Jesse Rosenthal | 1 | -4/+4 |
2014-08-16 | Docx reader: Remove unnecessary plural functions | Jesse Rosenthal | 1 | -11/+5 |
2014-08-16 | Docx reader: Fix bug in character styles. | Jesse Rosenthal | 1 | -2/+2 |
2014-08-16 | Rewrite Docx.hs and Reducible to use Builder. | Jesse Rosenthal | 1 | -226/+193 |
2014-08-13 | Docx reader: Interpret "Strong" and Emphasis run styles. | Jesse Rosenthal | 1 | -2/+6 |
2014-08-12 | Docx Reader: Trim line breaks from the beginning and end of Section | Jesse Rosenthal | 1 | -2/+10 |
2014-08-12 | Docx: More robust handling of multiple bookmarks in header. | Jesse Rosenthal | 1 | -6/+8 |
2014-08-12 | Docx reader: Check for null-id'd anchors too. | Jesse Rosenthal | 1 | -1/+0 |
2014-08-12 | Docx reader: accept explicit "Italic" and "Bold" rStyles. | Jesse Rosenthal | 1 | -5/+18 |
2014-08-12 | Docx reader: Add "BlockQuotation" to divs list. | Jesse Rosenthal | 1 | -1/+1 |
2014-08-12 | Docx reader: move combining logic to Reducible | Jesse Rosenthal | 1 | -3/+1 |
2014-08-12 | Docx reader: Make dropcap combining more efficient. | Jesse Rosenthal | 1 | -1/+3 |
2014-08-11 | Docx reader: combine inlines properly in dropcaps. | Jesse Rosenthal | 1 | -1/+1 |
2014-08-11 | Docx reader: Use dropcap state. | Jesse Rosenthal | 1 | -9/+17 |
2014-08-08 | OMath parser: Change signature of exported function. | Jesse Rosenthal | 1 | -5/+4 |
2014-08-07 | Merge pull request #1494 from jkr/math-module | John MacFarlane | 1 | -219/+27 |
2014-08-07 | Docx reader: Handle inline drawings. | Jesse Rosenthal | 1 | -0/+7 |
2014-08-07 | Docx reader: Split math out into math module. | Jesse Rosenthal | 1 | -194/+7 |
2014-08-06 | Docx Reader: Added Default instances and removed withDState | Matthew Pickering | 1 | -28/+23 |
2014-08-06 | Get rid of unused docx variable. | Jesse Rosenthal | 1 | -5/+3 |
2014-08-06 | Docx reader: remove now-unnecessary state variable. | Jesse Rosenthal | 1 | -4/+2 |
2014-08-06 | Docx reader: Use TeXMath to write math | Jesse Rosenthal | 1 | -155/+190 |
2014-08-04 | Use `stripPrefix` where appropriate. | Artyom Kazak | 1 | -7/+7 |
2014-07-31 | Docx Reader: Single underlines are "emph" | Jesse Rosenthal | 1 | -1/+2 |
2014-07-31 | New module, Text.Pandoc.MediaBag. | John MacFarlane | 1 | -1/+3 |
2014-07-31 | Made MediaBag a newtype, and added mime type information to media. | John MacFarlane | 1 | -2/+2 |
2014-07-30 | Docx reader: Make docx reader put image data in MediaBag. | Jesse Rosenthal | 1 | -32/+25 |
2014-07-29 | Docx reader: Make metavalues out of styled paragraphs. | Jesse Rosenthal | 1 | -11/+73 |
2014-07-16 | Docx Reader: Fix hdr auto-id when already auto-id. | Jesse Rosenthal | 1 | -11/+19 |
2014-07-16 | Docx Reader: Change state handling. | Jesse Rosenthal | 1 | -16/+12 |
2014-07-12 | Removed space at ends of lines in source. | John MacFarlane | 1 | -9/+9 |
2014-07-12 | Docx Reader: A nicer Docx type. | Jesse Rosenthal | 1 | -66/+42 |
2014-07-02 | Docx Reader: Write LaTeX based on equations in word. | Jesse Rosenthal | 1 | -4/+172 |