aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Powerpoint/Presentation.hs
AgeCommit message (Expand)Author
12 daysPPTX writer: support notes field in metadata for title slide (#11396)Chris Callison-Burch
2025-12-11Remove workaround that had been needed for older ghc versions.John MacFarlane
2025-09-08pptx writer: Handle single columnTuong Nguyen Manh
2025-09-02Refactor highlighting options [API Change]Albert Krewinkel
2024-02-09Powerpoint writer: Fix regression in layout for slides with figures.John MacFarlane
2024-02-01Using internal column widths in pptx writer tables (#9392)Tomas Dahlqvist
2023-02-09PPTX writer: fix handling of simple figuresAlbert Krewinkel
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2021-10-17pptx: Line up continuation paragraphsEmily Bourke
2021-10-17pptx: Fix list level numberingEmily Bourke
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-04Powerpoint writer: consolidate text runs when possible.John MacFarlane
2021-10-04Revert "Powerpoint writer: consolidate text run nodes."John MacFarlane
2021-10-04Powerpoint writer: consolidate text run nodes.John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-09-18pptx-footers: Replace fixed dates with yaml dateEmily Bourke
2021-09-16pptx: Support specifying slide background imagesEmily Bourke
2021-09-15pptx: Add support for incremental listsEmily Bourke
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke
2021-09-01pptx: Add support for more layoutsEmily Bourke
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke
2021-08-18pptx: Include image title in descriptionEmily Bourke
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-06-23Remove redundant pattern match in pptx writer.John MacFarlane
2020-06-22Handle native Underline in Powerpoint writer.John MacFarlane
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-06-14Powerpoint code formatting is now context dependent (#5573)Jeroen de Haas
2019-04-05PowerPoint writer code style fixJesse Rosenthal
2019-03-31Pptx writer: Apply speaker snotes to metadata slide if applicable.Jesse Rosenthal
2019-03-30Pptx writer: Correctly handle notes after section-title headerJesse Rosenthal
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-27PowerPoint writer: add underlinesJesse Rosenthal
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero
2019-01-04Use toTableOfContents in Powerpoint writer....John MacFarlane
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane
2018-10-20Powerpoint: Support raw openxml in pptx writer.Jesse Rosenthal
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg
2018-04-05Powerpoint writer: Handle Quoted InlinesJesse Rosenthal