summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
Commit message (Expand)AuthorAge
* Merge pull request #2035 from lierdakil/issue2031John MacFarlane2015-03-30
|\
| * Docx Writer: Add a style to figure imagesNikolay Yakimov2015-03-29
* | Merge pull request #2038 from lierdakil/docx-hyphen-settingsJohn MacFarlane2015-03-29
|\ \
| * | Docx Writer: Copy hyphenation settings from reference.docxNikolay Yakimov2015-03-29
| |/
* | Merge pull request #2037 from lierdakil/issue458John MacFarlane2015-03-29
|\ \
| * | Docx Writer: Place toc after abstract, rather than beforeNikolay Yakimov2015-03-29
| * | Docx Writer: Initial support for --toc option (issue #458)Nikolay Yakimov2015-03-29
| |/
* / Docx Writer: Filter out illegal XML charactersMatthew Pickering2015-03-29
|/
* Docx Writer: set firstRow information in tablesNikolay Yakimov2015-03-08
* Code cleanupNikolay Yakimov2015-03-03
* Started moving StyleMap out of writer codeNikolay Yakimov2015-03-01
* Update Docx writer for 1cb601d reference.docxNikolay Yakimov2015-03-01
* Comment out unused functions to make CI happyNikolay Yakimov2015-02-24
* Treat some ambiguous styles as custom for nowNikolay Yakimov2015-02-24
* Do not lookup custom stylesNikolay Yakimov2015-02-23
* Also skip SourceCode style if existsNikolay Yakimov2015-02-23
* If --no-highlight is set, remove *Tok styles.Nikolay Yakimov2015-02-22
* Prototype fix for #1872Nikolay Yakimov2015-02-22
* Initial stab at more involved fix for #1607Nikolay Yakimov2015-02-21
* Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal2015-02-12
* Docx Writer: Add "BodyText" StyleJesse Rosenthal2015-02-11
* Docx Writer: Use FirstParagraph style at beginning.Jesse Rosenthal2015-02-10
* Docx Writer: Implement FirstParagraph StyleJesse Rosenthal2015-02-09
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
* Fix for #1641 (docx table captions above tables)Nikolay Yakimov2014-12-08
* Docx Writer: Partial fix for #1607Nikolay Yakimov2014-10-24
* DOCX writer: Look in user data dir for archive reference.docx.John MacFarlane2014-10-21
* Getting the page width from the reference fileGrégory Bataille2014-10-05
* Docx writer: Renumber header and footer relationships to avoid collisions.Jesse Rosenthal2014-09-11
* Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane2014-08-30
|\
| * MIME cleanup.Artyom Kazak2014-08-17
* | Docx writer: Accomodate GHC 7.4 (no lookupEnv)Jesse Rosenthal2014-08-26
* | Docx writer: Default to user login and time of change if not given.Jesse Rosenthal2014-08-25
* | Docx writer: Implement track changes.Jesse Rosenthal2014-08-25
* | Hlint changes to Docx writer.John MacFarlane2014-08-24
* | Docx writer: Bibliography entries get Bibliography style.John MacFarlane2014-08-23
* | Merge pull request #1536 from considerate/masterJohn MacFarlane2014-08-17
|\ \
| * | Simplify row width calculation.Viktor Kronvall2014-08-17
| * | Include row width in table rows.Christoffer Ackelman2014-08-17
| |/
* / Docx writer: Fixed regression, bungled list numbering.John MacFarlane2014-08-17
|/
* Merge pull request #1365 from gbataille/docx-marginJohn MacFarlane2014-08-11
|\
| * Scale images to fit the page for DOCXGrégory Bataille2014-06-23
* | Use texmath 0.7 interface.John MacFarlane2014-08-04
* | PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane2014-07-30
* | Docx writer: Print subtitle from metadata if present.John MacFarlane2014-07-29
* | Docx writer: Added missing case from last commit.John MacFarlane2014-07-26
* | Docx writer: include abstract with Abstract style.John MacFarlane2014-07-26
* | Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* | Docx writer: insert bookmark tags inside <w:p> tag.Jesse Rosenthal2014-06-29
|/
* Docx writer: Use Compact style for empty table cells.John MacFarlane2014-06-19