summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * Lua: register script name in global variableAlbert Krewinkel2018-02-24
| | * Muse reader: allow single colon in definition list termAlexander Krotov2018-02-24
| | * Docx reader: code cleanup.Jesse Rosenthal2018-02-23
| | * Docx reader: simplify custom-style reading code.Jesse Rosenthal2018-02-23
| | * Docx reader: Don't look up dependant run styles if +styles is enabled.Jesse Rosenthal2018-02-23
| | * Muse writer: don't indent nested definition listsAlexander Krotov2018-02-23
| | * Docx writer: trim trailing whitespace.Jesse Rosenthal2018-02-23
| | * Docx test: adjust test for fix of buglaptop1\Andrew2018-02-23
| | * Docx writer: fix #3930laptop1\Andrew2018-02-23
| | * Muse reader: improve verse parsingAlexander Krotov2018-02-23
| | * Export improved sepBy1 from Text.Pandoc.ParsingAlexander Krotov2018-02-23
| | * Require aeson-pretty 0.8.5. Closes #4394.John MacFarlane2018-02-22
| | * MANUAL.txt: Document incremental and nonincremental divs.Jesse Rosenthal2018-02-22
| | * Presentations: Use divs to set incremental/non-incrementalJesse Rosenthal2018-02-22
| | * Docx reader: Move pandoc inline styling inside custom-style spanJesse Rosenthal2018-02-22
| | * Docx reader: Avoid repeated spans in custom styles.Jesse Rosenthal2018-02-22
| | * MANUAL: add documentation on custom styles.Jesse Rosenthal2018-02-22
| | * Docx reader tests: test custom style extension.Jesse Rosenthal2018-02-22
| | * Docx reader: read custom stylesJesse Rosenthal2018-02-22
| | * Extensions: Add Ext_stylesJesse Rosenthal2018-02-22
| | * LaTeX writer: Put hypertarget inside figure environment.John MacFarlane2018-02-21
| | * LaTeX writer: Fix image height with percentage.John MacFarlane2018-02-21
| | * Org reader: allow changing emphasis syntaxAlbert Krewinkel2018-02-21
| | * Muse reader: replace setState with updateState where possibleAlexander Krotov2018-02-21
| | * MANUAL.txt: fix typo.Jesse Rosenthal2018-02-20
| | * MANUAL.txt: A bit of clarification on speaker notes.Jesse Rosenthal2018-02-20
| | * MANUAL.txt: Add instructions for using pptx reference-docsJesse Rosenthal2018-02-20
| | * Muse reader: fix compiler warningJesse Rosenthal2018-02-20
| | * Powerpoint writer: Use ph name and idx for getting layout shapesJesse Rosenthal2018-02-20
| | * Muse reader: use updateState instead of setState to restore museInLinkAlexander Krotov2018-02-20
| | * Powerpoint writer tests: Test everything with template as wellJesse Rosenthal2018-02-19
| | * Powerpoint writer: Update.golden tests.Jesse Rosenthal2018-02-19
| | * Powerpoint writer: Add notesMaster to presentation.xml if necessaryJesse Rosenthal2018-02-19
| | * Move manyUntil to Text.Pandoc.Parsing and use it in Txt2Tags readerAlexander Krotov2018-02-19
| | * Powerpoint writer: Another attempt at avoiding compiler warnings.Jesse Rosenthal2018-02-18
| | * Powerpoint writer: fix compiler complaints.Jesse Rosenthal2018-02-18
| | * MANUAL: add reference to pptx support for speaker notes.Jesse Rosenthal2018-02-18
| | * Powerpoint writer: Add tests for speaker notes.Jesse Rosenthal2018-02-18
| | * Powerpoint writer: separate SpeakerNotes paragraphs with empy parJesse Rosenthal2018-02-18
| | * Powerpoint writer: Ignore links and (end)notes in speaker notes.Jesse Rosenthal2018-02-18
| | * Powerpoint writer: update golden test filesJesse Rosenthal2018-02-18
| | * Powerpoint writer: Output speaker notes.Jesse Rosenthal2018-02-18
| | * Powerpoint writer: modify speaker notes in presentation.xmlJesse Rosenthal2018-02-18
| | * Powerpoint writer: Read speaker note templates conditionallyJesse Rosenthal2018-02-18
| | * Powerpoint writer: Move notes slides into data tree.Jesse Rosenthal2018-02-18
| | * Powerpoint writer: Read notes into powerpoint Presentatation type.Jesse Rosenthal2018-02-18
| | * Powerpoint writer: Change references to Notes to SpeakerNotesJesse Rosenthal2018-02-18
| | * EMF Image size support (#4375)Andrew Pritchard2018-02-18
| | * LaTeX reader: Fixed comments inside citations. Closes #4374.John MacFarlane2018-02-17
| | * Markdown writer: properly escape @ to avoid capture as citation.John MacFarlane2018-02-16