summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Setup.hs: ensure make-man-pages not installed in bindir.John MacFarlane2014-08-13
* Make options work with test-pandoc.John MacFarlane2014-08-13
* Removed unneeded import.John MacFarlane2014-08-13
* Revised tests directory.John MacFarlane2014-08-13
* Simplified Setup.hs.John MacFarlane2014-08-13
* Removed special testHook from Setup.John MacFarlane2014-08-13
* Removed unneeded CPP.John MacFarlane2014-08-12
* Merge pull request #1529 from jkr/dunning-fixesJohn MacFarlane2014-08-12
|\
| * Docx: Reducible forgot about smallcapsJesse Rosenthal2014-08-13
| * Docx Reader: Trim line breaks from the beginning and end of SectionJesse Rosenthal2014-08-12
| * Docx: More robust handling of multiple bookmarks in header.Jesse Rosenthal2014-08-12
| * Docx reader: Check for null-id'd anchors too.Jesse Rosenthal2014-08-12
| * Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal2014-08-12
| * Docx reader: Add "BlockQuotation" to divs list.Jesse Rosenthal2014-08-12
| * Docx Reader: Fix font style parsing.Jesse Rosenthal2014-08-12
|/
* epub3 template: Put title page in section with epub:type titlepage.John MacFarlane2014-08-12
* Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane2014-08-12
|\
| * LaTeX Writer: Added missing closing braces to hyperdef commandsMatthew Pickering2014-08-13
| * PDF Writer: Attempts to convert images to pdf renderable formatsMatthew Pickering2014-08-13
* | Merge pull request #1528 from mpickering/epubtitlepageJohn MacFarlane2014-08-12
|\ \
| * | EPUB Tests: Added wasteland testMatthew Pickering2014-08-13
| * | EPUB Reader: Ignore title pagesMatthew Pickering2014-08-12
| |/
* | Updated changelog.John MacFarlane2014-08-12
* | HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane2014-08-12
* | ConTeXt writer: improved autolink detection.John MacFarlane2014-08-12
* | Updated changelog.John MacFarlane2014-08-12
* | Added mathml tests for docbook reader.John MacFarlane2014-08-12
* | DocBook: Support equations with mathml.John MacFarlane2014-08-12
* | Minor changelog reformatting.John MacFarlane2014-08-12
* | Updated changelog.John MacFarlane2014-08-12
* | Reorganized changelog.John MacFarlane2014-08-12
* | Merge pull request #1524 from jkr/dropCap3John MacFarlane2014-08-12
|\ \
| * | Docx reader: move combining logic to ReducibleJesse Rosenthal2014-08-12
* | | Markdown reader: Improved parsing of indented code in list items.John MacFarlane2014-08-12
* | | Beamer: Use \footnote<.->{..} for notes.John MacFarlane2014-08-12
* | | Merge pull request #1523 from jkr/dropCap2John MacFarlane2014-08-12
|\| | | |/ |/|
| * Docx reader: Make dropcap combining more efficient.Jesse Rosenthal2014-08-12
|/
* Merge pull request #1522 from jkr/dropCapJohn MacFarlane2014-08-11
|\
| * Docx reader: combine inlines properly in dropcaps.Jesse Rosenthal2014-08-11
| * Docx: Add dropcap tests.Jesse Rosenthal2014-08-11
| * Docx reader: Use dropcap state.Jesse Rosenthal2014-08-11
| * Add dropCap to paragraph style.Jesse Rosenthal2014-08-11
|/
* EPUB reader: use walk instead of bottomUp.John MacFarlane2014-08-11
* Merge pull request #1521 from jkr/emptyEmphJohn MacFarlane2014-08-11
|\
| * Docx reader test: Add an emphasized space to normalize test.Jesse Rosenthal2014-08-11
| * Docx reader: handle empty reducibles.Jesse Rosenthal2014-08-11
* | LaTeX writer: Don't produce `\label{}` for Div or Span.John MacFarlane2014-08-11
* | Require zip-archive 0.2.3.4, with normalized path comparison.John MacFarlane2014-08-11
* | Merge pull request #1519 from mpickering/moreJohn MacFarlane2014-08-11
|\ \
| * | TeX Writer: Write hyperdef and label for identifiers on Div blocksMatthew Pickering2014-08-11