summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
Commit message (Expand)AuthorAge
* 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
* Add dropCap to paragraph style.Jesse Rosenthal2014-08-11
* Docx reader: handle empty reducibles.Jesse Rosenthal2014-08-11
* Docx Parse: Improved font recognition when specified in rFonts elementMatthew Pickering2014-08-11
* Docx Fonts: Derives Show and EqMatthew Pickering2014-08-11
* Merge pull request #1510 from jkr/spacefixJohn MacFarlane2014-08-10
|\
| * Change head/tail to pattern guards.Jesse Rosenthal2014-08-10
| * Docx reader: Fix spacing issue.Jesse Rosenthal2014-08-09
* | Removed OMath module, depend on texmath >= 0.8.John MacFarlane2014-08-10
* | Docx Parse: Recognises code points in sym elements which are in the private r...Matthew Pickering2014-08-09
* | Added Text.Pandoc.Readers.Docx.FontsMatthew Pickering2014-08-09
* | Docx Reader: Added recognition of sym element in paragraphsMatthew Pickering2014-08-09
|/
* OMath parser: Change signature of exported function.Jesse Rosenthal2014-08-08
* OMath: Finish initial cleanup.Jesse Rosenthal2014-08-08
* OMath: Remove NamespacesJesse Rosenthal2014-08-08
* OMath: Start phasing out internal OMath type.Jesse Rosenthal2014-08-08