Age | Commit message (Expand) | Author | Files | Lines |
2020-07-13 | [Docx Reader] Only use bCs/iCs on runs with rtl or cs property | Nikolay Yakimov | 1 | -0/+3 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
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 | 1 | -85/+86 |
2019-11-03 | Docx reader: Only use LTR when it is overriding BiDi setting | Jesse Rosenthal | 1 | -0/+3 |
2019-09-22 | [Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766) | Nikolay Yakimov | 1 | -257/+3 |
2019-09-21 | [Docx Reader] Use style names, not ids, for assigning semantic meaning | Nikolay Yakimov | 1 | -95/+188 |
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 | 1 | -19/+0 |
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 | 1 | -2/+2 |
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-07-02 | Spellcheck comments | Alexander Krotov | 1 | -1/+1 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
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-19 | hlint code improvements. | John MacFarlane | 1 | -7/+4 |
2018-01-16 | Docx reader: Parse instrText info in fldChar tags. | Jesse Rosenthal | 1 | -5/+13 |
2018-01-16 | Docx reader: Parse fldChar tags | Jesse Rosenthal | 1 | -5/+81 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
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-28 | Fix warning for older GHC versions. | John MacFarlane | 1 | -1/+1 |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -16/+10 |
2017-10-27 | hlint changes. | John MacFarlane | 1 | -13/+13 |
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 | 1 | -1/+1 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -40/+42 |
2017-02-03 | Docx reader: handle local namespace declarations. | John MacFarlane | 1 | -105/+105 |
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 | 1 | -5/+1 |
2016-11-10 | Docx reader: add a placeholder value for CHART. | Jesse Rosenthal | 1 | -0/+14 |