summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
Commit message (Expand)AuthorAge
* Docx writer: Moved invalid character stripping to `formattedString`.John MacFarlane2015-08-10
* Make sure we use dist version of reference.docx for some things.John MacFarlane2015-06-28
* Let reference.docx/odt behave as if they are virtual data files.John MacFarlane2015-06-28
* Better fix for #2187.John MacFarlane2015-05-28
* Improved warnings when image size can't be determined.John MacFarlane2015-05-09
* ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane2015-05-09
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov2015-04-14
* Added "noProof" to docx syntax highlighting SourceCode style.John MacFarlane2015-04-01
* 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
|\