Age | Commit message (Expand) | Author | Files | Lines |
2021-10-17 | pptx: Line up continuation paragraphs | Emily Bourke | 2 | -10/+93 |
2021-10-17 | pptx: Remove outdated comment | Emily Bourke | 1 | -3/+0 |
2021-10-17 | pptx: Fix list level numbering | Emily Bourke | 1 | -14/+17 |
2021-10-12 | Revert "Depend on pandoc-types 1.23, remove Null constructor on Block." | John MacFarlane | 1 | -0/+1 |
2021-10-04 | Powerpoint writer: consolidate text runs when possible. | John MacFarlane | 2 | -4/+9 |
2021-10-04 | Revert "Powerpoint writer: consolidate text run nodes." | John MacFarlane | 1 | -9/+1 |
2021-10-04 | Powerpoint writer: consolidate text run nodes. | John MacFarlane | 1 | -1/+9 |
2021-10-01 | Depend on pandoc-types 1.23, remove Null constructor on Block. | John MacFarlane | 1 | -1/+0 |
2021-09-18 | pptx-footers: Replace fixed dates with yaml date | Emily Bourke | 2 | -8/+44 |
2021-09-18 | pptx: Support footers in the reference doc | Emily Bourke | 1 | -15/+88 |
2021-09-16 | pptx: Support specifying slide background images | Emily Bourke | 2 | -36/+110 |
2021-09-15 | pptx: Add support for incremental lists | Emily Bourke | 2 | -162/+455 |
2021-09-13 | pptx: Fix logic for choosing Comparison layout | Emily Bourke | 1 | -4/+5 |
2021-09-10 | pptx: Copy embedded fonts from reference doc | Emily Bourke | 1 | -0/+1 |
2021-09-10 | pptx: Fix presentation rel numbering | Emily Bourke | 1 | -63/+131 |
2021-09-10 | pptx: Include all themes in output archive | Emily Bourke | 1 | -4/+2 |
2021-09-10 | pptx: Don’t add relationships unnecessarily | Emily Bourke | 1 | -5/+14 |
2021-09-10 | pptx: Fix capitalisation of notesMasterId | Emily Bourke | 1 | -1/+1 |
2021-09-01 | pptx: Add support for more layouts | Emily Bourke | 2 | -55/+313 |
2021-08-27 | pptx: Make first heading title if slide level is 0 | Emily Bourke | 1 | -24/+29 |
2021-08-18 | pptx: Include image title in description | Emily Bourke | 2 | -12/+19 |
2021-08-17 | Revise citeproc code to fit new citeproc 0.5 API. | John MacFarlane | 1 | -6/+6 |
2021-08-17 | Rename TemplateWarning -> PowerpointTemplateWarning. | John MacFarlane | 1 | -1/+2 |
2021-08-17 | pptx: Select layouts from reference doc by name | Emily Bourke | 1 | -19/+206 |
2021-06-23 | ImageSize: Add Tiff constructor for ImageType. | John MacFarlane | 1 | -0/+1 |
2021-03-29 | Powerpoint writer: allow monofont to be specified in metadata... | John MacFarlane | 1 | -5/+18 |
2021-03-19 | Protect partial uses of maximum with NonEmpty. | John MacFarlane | 2 | -24/+23 |
2021-03-19 | Use NonEmpty instead of minimumDef. | John MacFarlane | 1 | -2/+3 |
2021-03-18 | Use minimumDef instead of minimum (partial function). | John MacFarlane | 1 | -5/+2 |
2021-02-16 | Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light... | John MacFarlane | 1 | -98/+103 |
2021-02-11 | Use getTimestamp instead of getCurrentTime in writers. | John MacFarlane | 1 | -1/+1 |
2021-02-10 | Add new unexported module T.P.XMLParser. | John MacFarlane | 1 | -1/+3 |
2020-12-27 | Powerpoint writer: allow arbitrary OOXML in raw inline elements | Albert Krewinkel | 1 | -22/+27 |
2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres | 2 | -19/+18 |
2020-06-23 | Remove redundant pattern match in pptx writer. | John MacFarlane | 1 | -3/+0 |
2020-06-22 | Handle native Underline in Powerpoint writer. | John MacFarlane | 1 | -1/+1 |
2020-04-30 | PowerPoint writer: write math input verbatim in speaker notes. | Jesse Rosenthal | 1 | -6/+12 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 1 | -0/+3 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -3/+4 |
2020-04-15 | Implement the new Table type | despresc | 2 | -8/+13 |
2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel | 1 | -2/+2 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 2 | -4/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 2 | -2/+2 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 2 | -88/+79 |
2020-02-07 | Resolve HLint warnings | Albert Krewinkel | 2 | -58/+57 |
2020-02-07 | Various minor cleanups and refactoring (#6117) | Joseph C. Sible | 2 | -8/+8 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 2 | -163/+174 |
2019-10-09 | Options.WriterOptions: Change type of writerVariables to Context Text. | John MacFarlane | 1 | -2/+5 |
2019-09-28 | Replace some more fails with throwErrors. | John MacFarlane | 1 | -1/+2 |
2019-09-28 | Use Prelude.fail to avoid ambiguity with fail from GHC.Base. | John MacFarlane | 1 | -1/+1 |