Age | Commit message (Expand) | Author | Files | Lines |
2014-06-03 | Docx writer: pandoc uses only numIds >= 1000 for lists. | John MacFarlane | 1 | -3/+8 |
2014-06-03 | Docx writer: Changed abstractNumId numbering scheme. | John MacFarlane | 1 | -3/+3 |
2014-06-03 | Docx writer: Simplified abstractNumId numbering. | John MacFarlane | 1 | -19/+30 |
2014-06-03 | Templates: use ordNum instead of ord. | John MacFarlane | 1 | -3/+3 |
2014-06-03 | Shared: Added ordNub. | John MacFarlane | 1 | -0/+9 |
2014-06-02 | Docx writer: Create overrides per-image for media/ in ref docx. | John MacFarlane | 1 | -13/+8 |
2014-06-02 | Docx writer: Improved entryFromArchive to avoid parse. | John MacFarlane | 1 | -2/+3 |
2014-06-02 | Docx writer: Make images work in reference.docx headers/footers. | John MacFarlane | 1 | -8/+20 |
2014-06-01 | Templates: Fail informatively on template syntax errors. | John MacFarlane | 1 | -32/+38 |
2014-06-01 | Docx writer: Improved handling of headers/footers. | John MacFarlane | 1 | -52/+53 |
2014-06-01 | Docx writer: Header and footer are now carried over from reference.docx. | John MacFarlane | 1 | -16/+38 |
2014-06-01 | Minor code reformat. | John MacFarlane | 1 | -5/+5 |
2014-05-31 | Docx writer: Take over document formatting from reference.docx. | John MacFarlane | 1 | -17/+30 |
2014-05-28 | PDF writer: Fixed treatment of data uris for images. | John MacFarlane | 1 | -2/+2 |
2014-05-28 | Merge pull request #1302 from tarleb/inline-latex | John MacFarlane | 2 | -1/+32 |
2014-05-27 | Markdown reader: Handle `c++` and `objective-c` as language identifiers | John MacFarlane | 1 | -1/+8 |
2014-05-27 | Markdown reader: inline math must have nonspace before final `$`. | John MacFarlane | 1 | -4/+6 |
2014-05-20 | Org reader: support for inline LaTeX | Albert Krewinkel | 2 | -1/+32 |
2014-05-19 | EPUB writer: Handle multiple dates with OPF `event` attributes. | John MacFarlane | 1 | -9/+38 |
2014-05-19 | Avoid `import Prelude hiding (catch)`. | John MacFarlane | 2 | -9/+4 |
2014-05-18 | Removed dependency on conduit. | John MacFarlane | 1 | -6/+8 |
2014-05-15 | EPUB writer: Fixed regression on cover image. | John MacFarlane | 1 | -5/+5 |
2014-05-14 | Merge pull request #1293 from tarleb/typo | John MacFarlane | 1 | -2/+1 |
2014-05-14 | Merge pull request #1297 from tarleb/citations | John MacFarlane | 3 | -39/+95 |
2014-05-14 | Org reader: support Pandocs citation extension | Albert Krewinkel | 1 | -2/+53 |
2014-05-14 | Move `citeKey` from Readers.Markdown to Parsing | Albert Krewinkel | 2 | -14/+13 |
2014-05-14 | Introduce class HasLastStrPosition, generalize functions | Albert Krewinkel | 3 | -24/+30 |
2014-05-12 | LaTeX reader: Support `\addbibresource`. | John MacFarlane | 1 | -0/+2 |
2014-05-12 | Shared addMetaField: if old and new values both lists, concatenate. | John MacFarlane | 1 | -1/+3 |
2014-05-11 | LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd. | John MacFarlane | 1 | -1/+6 |
2014-05-11 | Process: Fix minor typo in pipeProcess' docs | Albert Krewinkel | 1 | -2/+1 |
2014-05-10 | LaTeX reader: Don't error on "%foo" with no newline. | John MacFarlane | 1 | -1/+1 |
2014-05-10 | Org reader: Fix block parameter reader, relax constraints | Albert Krewinkel | 1 | -6/+13 |
2014-05-09 | Merge pull request #1288 from tarleb/update-copyright | John MacFarlane | 45 | -91/+93 |
2014-05-09 | Org reader: Fix parsing of blank lines within blocks | Albert Krewinkel | 1 | -6/+2 |
2014-05-09 | Org reader: Support arguments for code blocks | Albert Krewinkel | 1 | -42/+56 |
2014-05-09 | Org reader: refactor #+BEGIN..#+END block parsing code | Albert Krewinkel | 1 | -42/+80 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 45 | -91/+93 |
2014-05-07 | Small improvement to textile reader fix. Removed 'try'. | mpickering | 1 | -1/+1 |
2014-05-07 | Fix textile reader hanging. | mpickering | 1 | -1/+2 |
2014-05-06 | Textile reader: Rearranged inline parsers for performance. | John MacFarlane | 1 | -4/+3 |
2014-05-06 | Textile reader: Rewrote simpleInline for clarity and efficiency. | John MacFarlane | 1 | -15/+7 |
2014-05-06 | Textile reader: Disallow blank lines in inline contexts. | John MacFarlane | 1 | -11/+20 |
2014-05-06 | Make `--trace` work with textile reader. | John MacFarlane | 1 | -2/+12 |
2014-05-06 | Textile reader: Rewrote some inline parsing code for clarity. | John MacFarlane | 1 | -12/+8 |
2014-05-06 | Org reader: Read inline code blocks | Albert Krewinkel | 1 | -3/+40 |
2014-05-04 | Fixed the fix to #1154. | John MacFarlane | 1 | -1/+1 |
2014-05-04 | LaTeX writer: Fixed inconsistencies with reference escaping. | John MacFarlane | 1 | -64/+67 |
2014-05-04 | Docx writer: Fall back on distribution reference.docx. | John MacFarlane | 1 | -14/+15 |
2014-05-04 | Docx writer: Added ability to give fallback in parseXml. | John MacFarlane | 1 | -16/+17 |