Age | Commit message (Expand) | Author | Files | Lines |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -2/+3 |
2018-08-10 | Avoid a non-exhaustive pattern match. | John MacFarlane | 1 | -3/+2 |
2018-07-02 | Spellcheck comments | Alexander Krotov | 1 | -1/+1 |
2018-04-17 | Docx reader: Combine codeBlocks | Jesse Rosenthal | 1 | -0/+4 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 6 | -0/+12 |
2018-03-17 | hlint fixes. | John MacFarlane | 1 | -2/+2 |
2018-03-13 | Docx reader: Parse nested smart tags. | Jesse Rosenthal | 1 | -14/+11 |
2018-02-28 | Docx reader: Handle nested sdt tags. | Jesse Rosenthal | 1 | -1/+1 |
2018-01-20 | Docx reader: Use already imported operator | Jesse Rosenthal | 1 | -1/+1 |
2018-01-20 | Docx reader: small change to Fields hyperlink parser | Jesse Rosenthal | 1 | -1/+1 |
2018-01-19 | hlint code improvements. | John MacFarlane | 3 | -15/+12 |
2018-01-16 | Docx reader: Parse instrText info in fldChar tags. | Jesse Rosenthal | 2 | -5/+102 |
2018-01-16 | Docx reader: Parse fldChar tags | Jesse Rosenthal | 1 | -5/+81 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 2 | -4/+4 |
2018-01-02 | Docx reader: Parse track changes info into paragraph props. | Jesse Rosenthal | 1 | -15/+27 |
2018-01-02 | Docx reader: Extract tracked changes type from parpart. | Jesse Rosenthal | 1 | -4/+17 |
2017-12-30 | Docx reader: Read multiple children of w:sdtContents` | Jesse Rosenthal | 1 | -5/+9 |
2017-12-27 | Docx Reader: preprocess Document body to unwrap "w:sdt" elements | Jesse Rosenthal | 1 | -1/+31 |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -1/+1 |
2017-10-28 | Fix warning for older GHC versions. | John MacFarlane | 1 | -1/+1 |
2017-10-27 | hlint suggestions. | John MacFarlane | 3 | -18/+11 |
2017-10-27 | hlint changes. | John MacFarlane | 3 | -63/+55 |
2017-08-06 | Docx reader: Avoid 0-level headers. | Jesse Rosenthal | 1 | -6/+5 |
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 2 | -2/+2 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 2 | -4/+4 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 5 | -78/+81 |
2017-02-03 | Docx reader: handle local namespace declarations. | John MacFarlane | 2 | -107/+127 |
2017-02-03 | Docx reader: Don't drop smartTag contents. | John MacFarlane | 1 | -0/+5 |
2017-01-25 | Deleted whitespace at end of source lines. | John MacFarlane | 1 | -1/+1 |
2016-11-30 | Use new module from texmath to lookup MS font codepoints. | John MacFarlane | 2 | -243/+1 |
2016-11-10 | Docx reader: add a placeholder value for CHART. | Jesse Rosenthal | 1 | -0/+14 |
2016-11-10 | Docx reader: Be more specific in parsing images | Jesse Rosenthal | 1 | -6/+10 |
2016-11-02 | Docx Reader: abstract out function to avoid code repetition. | Jesse Rosenthal | 1 | -16/+14 |
2016-11-02 | Docx reader: Handle Alt text and titles in images. | Jesse Rosenthal | 1 | -7/+24 |
2016-11-02 | Docx reader utils: handle empty namespace in elemName | Jesse Rosenthal | 1 | -1/+2 |
2016-10-12 | Basic support for images in ODT documents | Hubert Plociniczak | 1 | -16/+4 |
2016-09-02 | Remove Text.Pandoc.Compat.Except | Jesse Rosenthal | 1 | -4/+1 |
2016-08-28 | Docx reader: update copyright. | Jesse Rosenthal | 2 | -4/+4 |
2016-08-15 | StyleMap: export functions on StyleMap instances | Jesse Rosenthal | 1 | -0/+2 |
2016-08-13 | Docx parser: Use xml convenience functions | Jesse Rosenthal | 1 | -38/+27 |
2016-06-23 | Docx reader: add simple comment functionality. | Jesse Rosenthal | 1 | -1/+57 |
2016-04-15 | Docx Reader: parse `moveTo` and `moveFrom` | Jesse Rosenthal | 1 | -2/+2 |
2016-03-18 | Docx reader: Handle alternate content | Jesse Rosenthal | 1 | -14/+37 |
2016-03-16 | Docx reader: Don't make numbered heads into lists. | Jesse Rosenthal | 1 | -6/+8 |
2016-03-12 | Docx Reader: Add state to the parser, for warnings | Jesse Rosenthal | 1 | -6/+19 |
2016-02-26 | Docx Reader: Get rid of Modifiable typeclass. | Jesse Rosenthal | 2 | -183/+154 |
2016-02-02 | Docx reader: Add a "Link" modifier to Reducible | Jesse Rosenthal | 1 | -0/+2 |
2015-12-13 | Docx reader: image attributes | mb21 | 1 | -6/+21 |
2015-11-23 | Docx Reader: Remove DummyListItem type | Jesse Rosenthal | 1 | -10/+5 |
2015-11-18 | Docx reader: Clean up commented-out function | Jesse Rosenthal | 1 | -7/+0 |