Age | Commit message (Expand) | Author | Files | Lines |
2019-04-05 | PowerPoint writer code style fix | Jesse Rosenthal | 1 | -30/+14 |
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-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 | 2 | -38/+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 | 2 | -4/+4 |
2019-01-26 | Improve writing metadata for docx, pptx and odt (#5252) | Agustín Martín Barbero | 2 | -7/+55 |
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 | 2 | -12/+25 |
2018-10-04 | Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907) | Mauro Bieg | 1 | -14/+8 |
2018-04-26 | Remove unused import | Alexander Krotov | 1 | -1/+1 |
2018-04-26 | Simplify curSlideHasSpeakerNotes | Alexander Krotov | 1 | -4/+2 |
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-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 | 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 | 2 | -71/+71 |
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 | 2 | -2/+2 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 2 | -0/+4 |
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: Use table styles | Jesse Rosenthal | 1 | -3/+17 |
2018-02-27 | Powerpoint writer: Remove empty slides | Jesse Rosenthal | 1 | -2/+38 |
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 | 2 | -10/+30 |
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 |
2018-02-18 | Powerpoint writer: Read speaker note templates conditionally | Jesse Rosenthal | 1 | -18/+38 |
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-02-18 | EMF Image size support (#4375) | Andrew Pritchard | 1 | -0/+1 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -38/+36 |