Age | Commit message (Expand) | Author | Files | Lines |
2020-07-13 | Merge pull request #6527 from lierdakil/fix-6514 | John MacFarlane | 2 | -6/+15 |
2020-07-13 | [Docx Reader] Only use bCs/iCs on runs with rtl or cs property | Nikolay Yakimov | 2 | -6/+15 |
2020-07-07 | [Docx Reader] Use null instead of isEmpty in Readers.Docx.Combine | Nikolay Yakimov | 1 | -9/+5 |
2020-07-07 | [Docx Reader] Remove unused LANGUAGE from Readers.Docx.Combine | Nikolay Yakimov | 1 | -2/+0 |
2020-07-07 | [Docx Reader] Remove no-op stack/unstackInlines in Readers.Docx.Combine | Nikolay Yakimov | 1 | -6/+4 |
2020-07-07 | [Docx Reader] Get rid of unused NullModifier in Readers.Docx.Combine | Nikolay Yakimov | 1 | -18/+15 |
2020-07-07 | [Docx Reader] Refactor/update smushInlines | Nikolay Yakimov | 1 | -44/+32 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 6 | -12/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 6 | -8/+8 |
2020-02-08 | Use <$> instead of >>= and return (#6128) | Joseph C. Sible | 1 | -1/+1 |
2020-02-08 | Clean up after "hlint --refactor" (#6129) | Joseph C. Sible | 1 | -2/+2 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -2/+2 |
2020-02-07 | Resolve HLint warnings | Albert Krewinkel | 1 | -1/+0 |
2020-02-07 | Various minor cleanups and refactoring (#6117) | Joseph C. Sible | 1 | -2/+1 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 6 | -127/+148 |
2019-11-03 | Docx reader: Only use LTR when it is overriding BiDi setting | Jesse Rosenthal | 2 | -0/+4 |
2019-09-22 | [Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766) | Nikolay Yakimov | 3 | -380/+307 |
2019-09-21 | [Docx Reader] Use style names, not ids, for assigning semantic meaning | Nikolay Yakimov | 2 | -105/+203 |
2019-09-21 | [Docx Reader] Code clean-up | Nikolay Yakimov | 1 | -18/+14 |
2019-06-04 | Docx reader: Add support for w:rtl (ltr annotation). | John MacFarlane | 1 | -3/+8 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 3 | -55/+0 |
2019-02-21 | Docx reader: Start adding comment to combine module | Jesse Rosenthal | 1 | -0/+40 |
2019-02-18 | Docx reader: Trim space inside the last inline. | Jesse Rosenthal | 1 | -1/+2 |
2019-02-12 | Docx reader: unwrap sdt elements in footnotes and comments. | Jesse Rosenthal | 1 | -3/+3 |
2019-02-08 | Docx reader: fix paths in archive to prevent Windows failure | Jesse Rosenthal | 1 | -1/+6 |
2019-02-07 | Revert "Docx reader: Fix windows error" | Jesse Rosenthal | 1 | -2/+1 |
2019-02-07 | Docx reader: Fix windows error | Jesse Rosenthal | 1 | -1/+2 |
2019-02-07 | Docx reader: Some code cleanup | Jesse Rosenthal | 1 | -15/+25 |
2019-02-07 | Docx reader: Extend dynamic xml location to detecting relationships | Jesse Rosenthal | 1 | -12/+19 |
2019-02-06 | Docx reader: Dynamically determine document.xml path. | Jesse Rosenthal | 1 | -3/+12 |
2019-02-06 | Handle Word files generated by Microsoft Word Online. | John MacFarlane | 1 | -0/+2 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 6 | -7/+44 |
2018-12-17 | Replace read with safeRead. Closes #5162. | John MacFarlane | 1 | -4/+4 |
2018-12-10 | Docx: handle level overrides. | Jesse Rosenthal | 1 | -6/+17 |
2018-12-10 | Docx: add a levelOverride type. | Jesse Rosenthal | 1 | -3/+20 |
2018-12-10 | Docx writer: Make Level into a real type. | Jesse Rosenthal | 1 | -3/+5 |
2018-10-04 | Docx reader: trigger bold/italic with bCs, iCs. | John MacFarlane | 1 | -2/+4 |
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 |