Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-18 | Powerpoint writer: Read speaker note templates conditionally | Jesse Rosenthal | 1 | -18/+38 |
2018-02-18 | EMF Image size support (#4375) | Andrew Pritchard | 1 | -0/+1 |
2018-01-18 | Powerpoint writer: Implement syntax highlighting | Jesse Rosenthal | 1 | -22/+35 |
2018-01-18 | Powerpoint writer: Make our own docProps/core.xml file. | Jesse Rosenthal | 1 | -7/+32 |
2018-01-18 | Powerpoint writer: Add docProps to Presentation datatype. | Jesse Rosenthal | 1 | -5/+5 |
2018-01-17 | Powerpoint writer: Use slideids to simplify code. | Jesse Rosenthal | 1 | -37/+66 |
2018-01-17 | Powerpoint writer: Revamp slide type | Jesse Rosenthal | 1 | -15/+15 |
2018-01-17 | Powerpoint writer: Move image sizing into picProps. | Jesse Rosenthal | 1 | -4/+3 |
2018-01-15 | Powerpoint writer: Improve table placement. | Jesse Rosenthal | 1 | -9/+5 |
2018-01-15 | Powerpoint writer: Make our own _rels/.rels file. | Jesse Rosenthal | 1 | -21/+43 |
2018-01-15 | Powerpoint writer: Import reference-doc images properly. | Jesse Rosenthal | 1 | -2/+2 |
2018-01-14 | Powerpoint writer: Fix anchor links. | Jesse Rosenthal | 1 | -43/+22 |
2018-01-14 | Powerpoint writer: Refactor into separate modules. | Jesse Rosenthal | 1 | -0/+1431 |