aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
AgeCommit message (Expand)AuthorFilesLines
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane5-78/+81
2017-02-03Docx reader: handle local namespace declarations.John MacFarlane2-107/+127
2017-02-03Docx reader: Don't drop smartTag contents.John MacFarlane1-0/+5
2017-01-25Deleted whitespace at end of source lines.John MacFarlane1-1/+1
2016-11-30Use new module from texmath to lookup MS font codepoints.John MacFarlane2-243/+1
2016-11-10Docx reader: add a placeholder value for CHART.Jesse Rosenthal1-0/+14
2016-11-10Docx reader: Be more specific in parsing imagesJesse Rosenthal1-6/+10
2016-11-02Docx Reader: abstract out function to avoid code repetition.Jesse Rosenthal1-16/+14
2016-11-02Docx reader: Handle Alt text and titles in images.Jesse Rosenthal1-7/+24
2016-11-02Docx reader utils: handle empty namespace in elemNameJesse Rosenthal1-1/+2
2016-10-12Basic support for images in ODT documentsHubert Plociniczak1-16/+4
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal1-4/+1
2016-08-28Docx reader: update copyright.Jesse Rosenthal2-4/+4
2016-08-15StyleMap: export functions on StyleMap instancesJesse Rosenthal1-0/+2
2016-08-13Docx parser: Use xml convenience functionsJesse Rosenthal1-38/+27
2016-06-23Docx reader: add simple comment functionality.Jesse Rosenthal1-1/+57
2016-04-15Docx Reader: parse `moveTo` and `moveFrom`Jesse Rosenthal1-2/+2
2016-03-18Docx reader: Handle alternate contentJesse Rosenthal1-14/+37
2016-03-16Docx reader: Don't make numbered heads into lists.Jesse Rosenthal1-6/+8
2016-03-12Docx Reader: Add state to the parser, for warningsJesse Rosenthal1-6/+19
2016-02-26Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal2-183/+154
2016-02-02Docx reader: Add a "Link" modifier to ReducibleJesse Rosenthal1-0/+2
2015-12-13Docx reader: image attributesmb211-6/+21
2015-11-23Docx Reader: Remove DummyListItem typeJesse Rosenthal1-10/+5
2015-11-18Docx reader: Clean up commented-out functionJesse Rosenthal1-7/+0
2015-11-18Docx reader: Handle dummy list items.Jesse Rosenthal1-6/+11
2015-11-14Follow relationships correctly in foot/endnotes.Jesse Rosenthal1-27/+40
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane6-6/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane6-0/+6
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane2-2/+1
2015-10-04Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz1-1/+3
2015-03-24Docx Writer: Fix StyleMapNikolay Yakimov1-18/+19
2015-03-03Code cleanupNikolay Yakimov1-12/+12
2015-03-01Started moving StyleMap out of writer codeNikolay Yakimov3-20/+137
2015-02-19Docx reader: Allow numbering in the style file.Jesse Rosenthal1-21/+33
2015-01-21Docx: Parse images in deprecated vml format.Jesse Rosenthal1-0/+10
2014-11-13Account for external link URLs with anchorsCaleb McDaniel1-7/+10
2014-10-25Docx reader: fix for Issue #1692 (i18n styles)Nikolay Yakimov1-29/+124
2014-09-27Merge pull request #1601 from jkr/windowsfixJohn MacFarlane1-1/+1
2014-09-04Docx reader: Single-item headers in ordered lists are headers.Jesse Rosenthal1-4/+6
2014-09-02Docx reader: Fix window path for image lookup.Jesse Rosenthal1-1/+1
2014-08-17Docx Parse: build a bottom-up style tree.Jesse Rosenthal1-6/+31
2014-08-17Alias string and runStyle to CharStyle type.Jesse Rosenthal1-7/+10
2014-08-17Docx Style parser: Basic one now just takes a parent style.Jesse Rosenthal1-13/+15
2014-08-17Parser: Framework for parsing styles.Jesse Rosenthal1-11/+44
2014-08-17Docx reader: Change behavior of Super/SubscriptJesse Rosenthal1-12/+13
2014-08-16Rewrite Docx.hs and Reducible to use Builder.Jesse Rosenthal1-189/+175
2014-08-13Docx: Reducible forgot about smallcapsJesse Rosenthal1-0/+2
2014-08-12Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal1-13/+13
2014-08-12Docx Reader: Fix font style parsing.Jesse Rosenthal1-12/+27