summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
Commit message (Expand)AuthorAge
* Docx reader: handle local namespace declarations.John MacFarlane2017-02-03
* Docx reader: Don't drop smartTag contents.John MacFarlane2017-02-03
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Use new module from texmath to lookup MS font codepoints.John MacFarlane2016-11-30
* Docx reader: add a placeholder value for CHART.Jesse Rosenthal2016-11-10
* Docx reader: Be more specific in parsing imagesJesse Rosenthal2016-11-10
* Docx Reader: abstract out function to avoid code repetition.Jesse Rosenthal2016-11-02
* Docx reader: Handle Alt text and titles in images.Jesse Rosenthal2016-11-02
* Docx reader utils: handle empty namespace in elemNameJesse Rosenthal2016-11-02
* Basic support for images in ODT documentsHubert Plociniczak2016-10-12
* Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* Docx reader: update copyright.Jesse Rosenthal2016-08-28
* StyleMap: export functions on StyleMap instancesJesse Rosenthal2016-08-15
* Docx parser: Use xml convenience functionsJesse Rosenthal2016-08-13
* Docx reader: add simple comment functionality.Jesse Rosenthal2016-06-23
* Docx Reader: parse `moveTo` and `moveFrom`Jesse Rosenthal2016-04-15
* Docx reader: Handle alternate contentJesse Rosenthal2016-03-18
* Docx reader: Don't make numbered heads into lists.Jesse Rosenthal2016-03-16
* Docx Reader: Add state to the parser, for warningsJesse Rosenthal2016-03-12
* Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal2016-02-26
* Docx reader: Add a "Link" modifier to ReducibleJesse Rosenthal2016-02-02
* Docx reader: image attributesmb212015-12-13
* Docx Reader: Remove DummyListItem typeJesse Rosenthal2015-11-23
* Docx reader: Clean up commented-out functionJesse Rosenthal2015-11-18
* Docx reader: Handle dummy list items.Jesse Rosenthal2015-11-18
* Follow relationships correctly in foot/endnotes.Jesse Rosenthal2015-11-14
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz2015-10-04
* Docx Writer: Fix StyleMapNikolay Yakimov2015-03-24
* Code cleanupNikolay Yakimov2015-03-03
* Started moving StyleMap out of writer codeNikolay Yakimov2015-03-01
* Docx reader: Allow numbering in the style file.Jesse Rosenthal2015-02-19
* Docx: Parse images in deprecated vml format.Jesse Rosenthal2015-01-21
* Account for external link URLs with anchorsCaleb McDaniel2014-11-13
* Docx reader: fix for Issue #1692 (i18n styles)Nikolay Yakimov2014-10-25
* Merge pull request #1601 from jkr/windowsfixJohn MacFarlane2014-09-27
|\
| * Docx reader: Fix window path for image lookup.Jesse Rosenthal2014-09-02
* | Docx reader: Single-item headers in ordered lists are headers.Jesse Rosenthal2014-09-04
|/
* Docx Parse: build a bottom-up style tree.Jesse Rosenthal2014-08-17
* Alias string and runStyle to CharStyle type.Jesse Rosenthal2014-08-17
* Docx Style parser: Basic one now just takes a parent style.Jesse Rosenthal2014-08-17
* Parser: Framework for parsing styles.Jesse Rosenthal2014-08-17
* Docx reader: Change behavior of Super/SubscriptJesse Rosenthal2014-08-17
* Rewrite Docx.hs and Reducible to use Builder.Jesse Rosenthal2014-08-16
* Docx: Reducible forgot about smallcapsJesse Rosenthal2014-08-13
* Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal2014-08-12
* Docx Reader: Fix font style parsing.Jesse Rosenthal2014-08-12
* Docx reader: move combining logic to ReducibleJesse Rosenthal2014-08-12