summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
Commit message (Expand)AuthorAge
* 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
* OMath parser: don't group expressions if there's only one.Jesse Rosenthal2014-08-08
* Merge pull request #1494 from jkr/math-moduleJohn MacFarlane2014-08-07
|\
| * OMath module: Add new file.Jesse Rosenthal2014-08-07
| * Docx reader: Split math out into math module.Jesse Rosenthal2014-08-07
* | Docx reader: Handle inline drawings.Jesse Rosenthal2014-08-07
|/
* Remove now-unnecessary TexCharJesse Rosenthal2014-08-06
* Add a note on how `mapD` works.Jesse Rosenthal2014-08-06
* Docx reader: Use TeXMath to write mathJesse Rosenthal2014-08-06
* Docx Parser: Produce endnotes.Jesse Rosenthal2014-08-01
* Docx reader: Make docx reader put image data in MediaBag.Jesse Rosenthal2014-07-30
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* Docx Reader: Add a compatibility layer for Except.Jesse Rosenthal2014-07-12
* Docx Reader: A nicer Docx type.Jesse Rosenthal2014-07-12