summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-12Merge pull request #20 from charneykaye/pdf-scene-headings-boldMartin Vilcans
PDF exports Scene Headings as Bold and Underlined; fixes #14
2015-10-08PDF exports Scene Headings as Bold and Underlined; fixes #14Charney Kaye
2015-09-18Merge pull request #18 from michaelx386/masterMartin Vilcans
Parse files with BOM present; fixes #5
2015-09-18Parse files with BOM present; fixes #5michaelx386
2015-07-23Add test for dual dialogue in FDX outputMartin Vilcans
2015-04-03Bumped version to 0.6.00.6.0Martin Vilcans
2015-04-03Use `pip install -e .` in development instructionsMartin Vilcans
2015-04-03Ignore PEP8 error about imports not at top of fileMartin Vilcans
This appeared after pep8 version 1.6.0. See jcrocholl/pep8#264
2015-04-03Merge pull request #12 from michaelx386/right-align-transitionsMartin Vilcans
Right align transitions in PDF output
2015-04-03Right align transitions in PDF outputmichaelx386
2014-11-26Bump to version 0.5.10.5.1Martin Vilcans
2014-11-26Slight layout changes to cover pageMartin Vilcans
2014-11-13Bump version to 0.5.00.5.0Martin Vilcans
2014-11-12Don't count title page when numbering pagesMartin Vilcans
2014-11-12Title page: 6 points of buffer to avoid blank pageMartin Vilcans
Otherwise, for some input I got a blank second page.
2014-11-0582 characters in a line: a flagrant PEP8 violation!Martin Vilcans
2014-11-05Render title page in PDF output0.4.0Martin Vilcans
2014-10-21Add Screenplay classMartin Vilcans
This is to be able to access title page data.
2014-10-15How to install with PDF supportMartin Vilcans
2014-10-14Bump to version 0.3.20.3.2Martin Vilcans
2014-10-14Check for Reportlab. Required for PDF output.Martin Vilcans
2014-10-14Bump to version 0.3.10.3.1Martin Vilcans
2014-10-09Function to add one line at a time to a DialogMartin Vilcans
This is useful for parsers that receive character, dialog and parentheticals as separate elements.
2014-10-09Bump version to 0.3.00.3.0Martin Vilcans
2014-10-09Merge branch 'feature/pdf'Martin Vilcans
Closes #7
2014-10-09Travis: remove Python 2.6, Reportlab doesn't support itfeature/pdfMartin Vilcans
2014-10-09Make pep8 happyMartin Vilcans
2014-10-09Support centered action paragraphs in pdfMartin Vilcans
2014-10-09Keep parentheticals with next in PDF outputMartin Vilcans
2014-10-09Add page break support in PDF outputMartin Vilcans
2014-10-09First stab at PDF outputMartin Vilcans
2014-09-03Code consistency using _CreateStyledStringMartin Vilcans
2014-04-03Travis no longer supports Python 2.5; remove itMartin Vilcans
2014-04-03Add setup scriptMartin Vilcans
2014-03-03Use raw strings in docstrings with backslashes in themMartin Vilcans
2014-03-03Tests that would have caught the p a r e n t h e t i c a l bugMartin Vilcans
Bug was caused by a regression in d0c5183b4773e9dfac7113b24b492e0826c36bac See fix in b0dac73a8899d6ad5db3564202f566ddb963b446
2014-03-03fixed p a r e n t h e t i c a l bugKai Blöcker
2013-08-13Got rid of overloaded "classes" parameter.Martin Vilcans
As the name suggests, it should be a sequence, not a string.
2013-08-13Avoid overloaded function in fountain.pyMartin Vilcans
It's so Java anyway.
2013-08-13Always output styles in consistent order (Bold, Italic, Underline)Martin Vilcans
Keep it independent of Python's set implementation.
2013-08-13Use unittest2 if available but don't require it.Martin Vilcans
The features of unittest2 are already in Python >=2.7.
2013-08-13Removed dependency on unittest2Martin Vilcans
I think I don't use its features and it doesn't exist under that name in Python 3.
2013-08-13Use bin/test for Travis testsMartin Vilcans
2013-08-13Add Travis CI configMartin Vilcans
2013-08-13Removed Python 2.5 requirement and Reportlab (not used right now)Martin Vilcans
2012-07-22Fixed runtime error on HTML output of dual dialogue.Martin Vilcans
Thanks for the bug report, Dahlia!
2012-07-10Strip leading and trailing whitespace from character names.Martin Vilcans
Closes #2
2012-07-10Automatically create test cases from files in tests/filesMartin Vilcans
This replaces the repeated test code.
2012-07-10Changed bad test case nameMartin Vilcans
2012-07-09Added page break support.Martin Vilcans
In HTML output, uses style page-break-before: always Closes #3