index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Powerpoint
/
Presentation.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-4
/
+4
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-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
1
-6
/
+11
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-10
/
+10
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-2
/
+2
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-3
/
+3
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-34
/
+38
2019-06-14
Powerpoint code formatting is now context dependent (#5573)
Jeroen de Haas
1
-12
/
+24
2019-04-05
PowerPoint writer code style fix
Jesse Rosenthal
1
-30
/
+14
2019-03-31
Pptx writer: Apply speaker snotes to metadata slide if applicable.
Jesse Rosenthal
1
-15
/
+35
2019-03-30
Pptx writer: Correctly handle notes after section-title header
Jesse Rosenthal
1
-3
/
+4
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-19
/
+0
2019-02-27
PowerPoint writer: add underlines
Jesse Rosenthal
1
-0
/
+3
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-26
Improve writing metadata for docx, pptx and odt (#5252)
Agustín Martín Barbero
1
-2
/
+19
2019-01-04
Use toTableOfContents in Powerpoint writer....
John MacFarlane
1
-16
/
+3
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-1
/
+2
2018-10-20
Powerpoint: Support raw openxml in pptx writer.
Jesse Rosenthal
1
-2
/
+12
2018-10-04
Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)
Mauro Bieg
1
-14
/
+8
2018-04-05
Powerpoint writer: Handle Quoted Inlines
Jesse Rosenthal
1
-2
/
+13
2018-03-30
Powerpoint writer: code cleanup
Jesse Rosenthal
1
-4
/
+1
2018-03-25
Powerpoint writer: code cleanup.
Jesse Rosenthal
1
-39
/
+17
2018-03-23
Powepoint writer: Simplify speaker notes
Jesse Rosenthal
1
-27
/
+31
2018-03-23
Powerpoint writer: change notes state to a simpler per-slide value
Jesse Rosenthal
1
-18
/
+7
2018-03-23
Powerpoint writer: Remove `Maybe` from `SpeakerNotes` in `Slide`.
Jesse Rosenthal
1
-18
/
+20
2018-03-21
Powerpoint writer: handle speaker notes earlier in the conversion process
Jesse Rosenthal
1
-15
/
+23
2018-03-21
Powerpoint writer: Keep notes with related blocks
Jesse Rosenthal
1
-8
/
+17
2018-03-18
Removed old-locale flag and Text.Pandoc.Compat.Time.
John MacFarlane
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-17
hlint fixes.
John MacFarlane
1
-10
/
+10
2018-02-27
Powerpoint writer: use `trim` from Shared
Jesse Rosenthal
1
-3
/
+2
2018-02-27
Powerpoint writer: Remove empty slides
Jesse Rosenthal
1
-2
/
+38
2018-02-18
Powerpoint writer: Ignore links and (end)notes in speaker notes.
Jesse Rosenthal
1
-9
/
+21
2018-02-18
Powerpoint writer: Read notes into powerpoint Presentatation type.
Jesse Rosenthal
1
-3
/
+20
2018-02-18
Powerpoint writer: Change references to Notes to SpeakerNotes
Jesse Rosenthal
1
-7
/
+7
2018-01-19
hlint code improvements.
John MacFarlane
1
-38
/
+36
2018-01-18
Powerpoint writer: Implement syntax highlighting
Jesse Rosenthal
1
-2
/
+47
2018-01-18
Powerpoint writer: Make our own docProps/core.xml file.
Jesse Rosenthal
1
-4
/
+5
2018-01-18
Powerpoint writer: Add docProps to Presentation datatype.
Jesse Rosenthal
1
-7
/
+34
2018-01-17
Powerpoint writer: Link notes to endnotes slide.
Jesse Rosenthal
1
-19
/
+25
2018-01-17
Powerpoint writer: Use more specific slide id names.
Jesse Rosenthal
1
-3
/
+33
2018-01-17
Powerpoint writer: Use slideids to simplify code.
Jesse Rosenthal
1
-23
/
+25
2018-01-17
Powerpoint writer: Revamp slide type
Jesse Rosenthal
1
-33
/
+82
2018-01-17
Powerpoint writer: Change reference to notesSlide to endNotesSlide
Jesse Rosenthal
1
-11
/
+11
2018-01-17
Powerpoint writer: Move image sizing into picProps.
Jesse Rosenthal
1
-8
/
+24
[next]