summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Powerpoint.hs
Commit message (Expand)AuthorAge
* hlint code improvements.John MacFarlane2018-01-19
* Powerpoint writer: Move Presentation.hs out of PandocMonadJesse Rosenthal2018-01-15
* Powerpoint writer: Refactor into separate modules.Jesse Rosenthal2018-01-14
* Powerpoint writer: Avoid overlapping blocks in column output.Jesse Rosenthal2018-01-14
* Powerpoint writer: Position images correctly in two-column layout.Jesse Rosenthal2018-01-14
* Powerpoint writer: Make content shape retrieval environment-awareJesse Rosenthal2018-01-14
* Powerpoint writer: Improve image handling.Jesse Rosenthal2018-01-13
* Powerpoint writer: read presentation size from reference file.Jesse Rosenthal2018-01-13
* Powerpoint writer: code cleanupJesse Rosenthal2018-01-13
* Powerpoint writer: Handle (sub)headers above slidelevel correctly.Jesse Rosenthal2018-01-13
* Powerpoint writer: Check for required filesJesse Rosenthal2018-01-13
* Powerpoint writer: Improve templating using `--reference-doc`Jesse Rosenthal2018-01-12
* Powerpoint writer: Include Notes slide in TOCJesse Rosenthal2018-01-12
* Powerpoint writer: allow setting toc-title in metadata.Jesse Rosenthal2018-01-12
* Powerpoint writer: Set notes slide header with slide-levelJesse Rosenthal2018-01-12
* Powerpoint writer: Add table of contentsJesse Rosenthal2018-01-12
* Powerpoint writer: Set notes slide number correctlyJesse Rosenthal2018-01-12
* Powerpoint writer: Ignore internal links without targets.Jesse Rosenthal2018-01-12
* Powerpoint writer: Clean up adding metadata slideJesse Rosenthal2018-01-12
* Powerpoint writer: Add anchor linksJesse Rosenthal2018-01-12
* Powerpoint writer: Make the slide number available to the blocks.Jesse Rosenthal2018-01-12
* Powerpoint writer: move curSlideId to environment.Jesse Rosenthal2018-01-12
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Powerpoint writer: remove some code duplication.Jesse Rosenthal2018-01-04
* Powerpoint writer: Ignore Notes divJesse Rosenthal2018-01-03
* Powerpoint writer: Set default slidelevel correctly.Jesse Rosenthal2018-01-03
* Powerpoint writer: Split blocks correctly for linked imagesJesse Rosenthal2018-01-03
* Powerpoint writer: combine adjacent runs.Jesse Rosenthal2018-01-03
* Powerpoint writer: Fix new replaceNamedChildrenJesse Rosenthal2018-01-03
* PowerPoint writer: make inline code inherit code size.Jesse Rosenthal2018-01-03
* Powerpoint writer: simplify replaceNamedChildren functionJesse Rosenthal2018-01-03
* Powerpoint writer: code cleanupJesse Rosenthal2018-01-03
* Powerpoint writer: Allow linked images.Jesse Rosenthal2018-01-03
* PowerPoint writer: Fix error with empty table cell.Jesse Rosenthal2018-01-03
* Powerpoint writer: Fix compiler error (again)Jesse Rosenthal2018-01-03
* Powerpoint writer: Appease compilerJesse Rosenthal2018-01-03
* Powerpoint writer: Implement two-column slides.Jesse Rosenthal2018-01-03
* PowerPoint writer: Obey slide level optionJesse Rosenthal2017-12-28
* PowerPoint writer: Treat lists inside BlockQuotes as listsJesse Rosenthal2017-12-22
* Change notes to a smaller size.Jesse Rosenthal2017-12-21
* PowerPoint writer: Add ability to force size.Jesse Rosenthal2017-12-21
* PowerPoint writer: Implement notesJesse Rosenthal2017-12-21
* PowerPoint writer: Register notes to state.Jesse Rosenthal2017-12-21
* Add Note state to PowerPoint writer.Jesse Rosenthal2017-12-21
* Implement basic definition list functionality to PowerPoint writer.Jesse Rosenthal2017-12-21
* Removed whitespace at ends of line.John MacFarlane2017-12-13
* Fix comment that confused compiler.Jesse Rosenthal2017-12-11
* Add Powerpoint writer.Jesse Rosenthal2017-12-11