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
/
Output.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
1
-21
/
+21
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
1
-15
/
+14
2020-04-30
PowerPoint writer: write math input verbatim in speaker notes.
Jesse Rosenthal
1
-6
/
+12
2020-04-15
Implement the new Table type
despresc
1
-2
/
+2
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
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
-78
/
+69
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-56
/
+55
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-5
/
+5
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-129
/
+136
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
2019-08-27
PowerPoint writer: Start numbering at appopriate numbers.
Jesse Rosenthal
1
-4
/
+8
2019-06-14
Powerpoint code formatting is now context dependent (#5573)
Jeroen de Haas
1
-9
/
+29
2019-04-04
PowerPoint writer: Always open up in slide view
Jesse Rosenthal
1
-8
/
+26
2019-04-01
PowerPoint writer: Remove handoutsMasterList from template presentation.xml
Jesse Rosenthal
1
-7
/
+9
2019-04-01
PowerPoint writer: Build sp trees correctly
Jesse Rosenthal
1
-17
/
+19
2019-04-01
PowerPoint writer: Correct application of reference doc for content
Jesse Rosenthal
1
-30
/
+16
2019-04-01
PowerPoint writer: Make default placeholder type for template lookup
Jesse Rosenthal
1
-18
/
+42
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-19
/
+0
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
-5
/
+36
2018-10-20
Powerpoint: Support raw openxml in pptx writer.
Jesse Rosenthal
1
-10
/
+13
2018-04-26
Remove unused import
Alexander Krotov
1
-1
/
+1
2018-04-26
Simplify curSlideHasSpeakerNotes
Alexander Krotov
1
-4
/
+2
2018-03-24
Powerpoint writer: simplify code with `ParseXml`
Jesse Rosenthal
1
-23
/
+2
2018-03-24
Powerpoint writer: Allow fallback options when looking for placeholder type.
Jesse Rosenthal
1
-9
/
+17
2018-03-24
Revert "Powerpoint writer: Remove spPr tag from non-body layouts"
Jesse Rosenthal
1
-5
/
+1
2018-03-24
Powerpoint reader: Check reference-doc for all layouts.
Jesse Rosenthal
1
-2
/
+6
2018-03-23
Powerpoint writer: Remove spPr tag from non-body layouts
Jesse Rosenthal
1
-1
/
+5
2018-03-23
Powerpoint writer: Remove `Maybe` from `SpeakerNotes` in `Slide`.
Jesse Rosenthal
1
-53
/
+51
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-02-27
Powerpoint writer: Use table styles
Jesse Rosenthal
1
-3
/
+17
2018-02-20
Powerpoint writer: Use ph name and idx for getting layout shapes
Jesse Rosenthal
1
-37
/
+26
2018-02-19
Powerpoint writer: Add notesMaster to presentation.xml if necessary
Jesse Rosenthal
1
-25
/
+54
2018-02-18
Powerpoint writer: Another attempt at avoiding compiler warnings.
Jesse Rosenthal
1
-4
/
+2
2018-02-18
Powerpoint writer: fix compiler complaints.
Jesse Rosenthal
1
-7
/
+11
2018-02-18
Powerpoint writer: separate SpeakerNotes paragraphs with empy par
Jesse Rosenthal
1
-4
/
+8
2018-02-18
Powerpoint writer: Ignore links and (end)notes in speaker notes.
Jesse Rosenthal
1
-1
/
+9
2018-02-18
Powerpoint writer: Output speaker notes.
Jesse Rosenthal
1
-25
/
+287
2018-02-18
Powerpoint writer: modify speaker notes in presentation.xml
Jesse Rosenthal
1
-1
/
+12
[next]