aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Powerpoint/Presentation.hs
AgeCommit message (Expand)AuthorFilesLines
2021-09-16pptx: Support specifying slide background imagesEmily Bourke1-9/+20
2021-09-15pptx: Add support for incremental listsEmily Bourke1-6/+45
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke1-4/+5
2021-09-01pptx: Add support for more layoutsEmily Bourke1-29/+160
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke1-24/+29
2021-08-18pptx: Include image title in descriptionEmily Bourke1-8/+10
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-3/+2
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-4/+4
2020-06-23Remove redundant pattern match in pptx writer.John MacFarlane1-3/+0
2020-06-22Handle native Underline in Powerpoint writer.John MacFarlane1-1/+1
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+3
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-3/+4
2020-04-15Implement the new Table typedespresc1-6/+11
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-10/+10
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+2
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-3/+3
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-34/+38
2019-06-14Powerpoint code formatting is now context dependent (#5573)Jeroen de Haas1-12/+24
2019-04-05PowerPoint writer code style fixJesse Rosenthal1-30/+14
2019-03-31Pptx writer: Apply speaker snotes to metadata slide if applicable.Jesse Rosenthal1-15/+35
2019-03-30Pptx writer: Correctly handle notes after section-title headerJesse Rosenthal1-3/+4
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2019-02-27PowerPoint writer: add underlinesJesse Rosenthal1-0/+3
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero1-2/+19
2019-01-04Use toTableOfContents in Powerpoint writer....John MacFarlane1-16/+3
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-1/+2
2018-10-20Powerpoint: Support raw openxml in pptx writer.Jesse Rosenthal1-2/+12
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg1-14/+8
2018-04-05Powerpoint writer: Handle Quoted InlinesJesse Rosenthal1-2/+13
2018-03-30Powerpoint writer: code cleanupJesse Rosenthal1-4/+1
2018-03-25Powerpoint writer: code cleanup.Jesse Rosenthal1-39/+17
2018-03-23Powepoint writer: Simplify speaker notesJesse Rosenthal1-27/+31
2018-03-23Powerpoint writer: change notes state to a simpler per-slide valueJesse Rosenthal1-18/+7
2018-03-23Powerpoint writer: Remove `Maybe` from `SpeakerNotes` in `Slide`.Jesse Rosenthal1-18/+20
2018-03-21Powerpoint writer: handle speaker notes earlier in the conversion processJesse Rosenthal1-15/+23
2018-03-21Powerpoint writer: Keep notes with related blocksJesse Rosenthal1-8/+17
2018-03-18Removed old-locale flag and Text.Pandoc.Compat.Time.John MacFarlane1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-10/+10
2018-02-27Powerpoint writer: use `trim` from SharedJesse Rosenthal1-3/+2
2018-02-27Powerpoint writer: Remove empty slidesJesse Rosenthal1-2/+38
2018-02-18Powerpoint writer: Ignore links and (end)notes in speaker notes.Jesse Rosenthal1-9/+21
2018-02-18Powerpoint writer: Read notes into powerpoint Presentatation type.Jesse Rosenthal1-3/+20
2018-02-18Powerpoint writer: Change references to Notes to SpeakerNotesJesse Rosenthal1-7/+7
2018-01-19hlint code improvements.John MacFarlane1-38/+36
2018-01-18Powerpoint writer: Implement syntax highlightingJesse Rosenthal1-2/+47
2018-01-18Powerpoint writer: Make our own docProps/core.xml file.Jesse Rosenthal1-4/+5