summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-19Run Python 3 test script when running Py3John Peter Yamauchi
2019-02-19Merge branch 'master' into python3John Peter Yamauchi
2017-02-23PDF output: No space between lines in multi-line Action paragraphsMartin Vilcans
2017-02-23Get rid of literal 12 for font size/spacingMartin Vilcans
2017-02-23Get rid of confusing PDF frame width calculationMartin Vilcans
2016-04-14Show multiple spaces in a row as is in HTML & PDFMartin Vilcans
2016-04-13Replace two spaces with   in PDF output tooMartin Vilcans
2015-12-01Support writing PDF to stdoutMartin Vilcans
2015-12-01Bump version to 0.7.00.7.0Martin Vilcans
2015-11-26Possible to specify which CSS file to useMartin Vilcans
2015-11-17Test that alphanumeric character names workMartin Vilcans
2015-11-17Support non-alphanumeric character names with "@"Martin Vilcans
2015-10-12Restore template_constructor argument in to_pdfMartin Vilcans
2015-10-12Merge pull request #20 from charneykaye/pdf-scene-headings-boldMartin Vilcans
2015-10-08PDF exports Scene Headings as Bold and Underlined; fixes #14Charney Kaye
2015-09-18Merge pull request #18 from michaelx386/masterMartin Vilcans
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
2015-04-03Merge pull request #12 from michaelx386/right-align-transitionsMartin Vilcans
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
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
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
2014-10-09Bump version to 0.3.00.3.0Martin Vilcans
2014-10-09Merge branch 'feature/pdf'Martin Vilcans
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-11Patch doctests to work with Python 3python3Martin Vilcans
2014-03-10Make some doctests compatible with Python 3.Martin Vilcans
2014-03-10Readme about how to set up development in Python 3Martin Vilcans