aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PDF output: No space between lines in multi-line Action paragraphsMartin Vilcans2017-02-231-2/+4
|
* Get rid of literal 12 for font size/spacingMartin Vilcans2017-02-231-13/+21
|
* Get rid of confusing PDF frame width calculationMartin Vilcans2017-02-231-2/+3
|
* Show multiple spaces in a row as is in HTML & PDFMartin Vilcans2016-04-144-3/+48
| | | | | | | Not sure if FDX output should use   Let's keep using spaces for now. Closes #30
* Replace two spaces with   in PDF output tooMartin Vilcans2016-04-132-5/+7
|
* Support writing PDF to stdoutMartin Vilcans2015-12-011-24/+32
|
* Bump version to 0.7.00.7.0Martin Vilcans2015-12-011-1/+1
|
* Possible to specify which CSS file to useMartin Vilcans2015-11-262-6/+20
| | | | Closes #24
* Test that alphanumeric character names workMartin Vilcans2015-11-171-0/+7
|
* Support non-alphanumeric character names with "@"Martin Vilcans2015-11-172-3/+19
| | | | Fixes #22
* Restore template_constructor argument in to_pdfMartin Vilcans2015-10-122-3/+6
|
* Merge pull request #20 from charneykaye/pdf-scene-headings-boldMartin Vilcans2015-10-122-3/+22
|\ | | | | PDF exports Scene Headings as Bold and Underlined; fixes #14
| * PDF exports Scene Headings as Bold and Underlined; fixes #14Charney Kaye2015-10-082-3/+22
|/
* Merge pull request #18 from michaelx386/masterMartin Vilcans2015-09-184-1/+68
|\ | | | | Parse files with BOM present; fixes #5
| * Parse files with BOM present; fixes #5michaelx3862015-09-184-1/+68
|/
* Add test for dual dialogue in FDX outputMartin Vilcans2015-07-231-0/+21
|
* Bumped version to 0.6.00.6.0Martin Vilcans2015-04-031-1/+1
|
* Use `pip install -e .` in development instructionsMartin Vilcans2015-04-032-0/+10
|
* Ignore PEP8 error about imports not at top of fileMartin Vilcans2015-04-031-1/+1
| | | | | This appeared after pep8 version 1.6.0. See jcrocholl/pep8#264
* Merge pull request #12 from michaelx386/right-align-transitionsMartin Vilcans2015-04-031-1/+2
|\ | | | | Right align transitions in PDF output
| * Right align transitions in PDF outputmichaelx3862015-04-031-1/+2
|/
* Bump to version 0.5.10.5.1Martin Vilcans2014-11-261-1/+1
|
* Slight layout changes to cover pageMartin Vilcans2014-11-261-2/+2
|
* Bump version to 0.5.00.5.0Martin Vilcans2014-11-131-1/+1
|
* Don't count title page when numbering pagesMartin Vilcans2014-11-121-1/+7
|
* Title page: 6 points of buffer to avoid blank pageMartin Vilcans2014-11-121-1/+2
| | | | Otherwise, for some input I got a blank second page.
* 82 characters in a line: a flagrant PEP8 violation!Martin Vilcans2014-11-052-6/+6
|
* Render title page in PDF output0.4.0Martin Vilcans2014-11-052-5/+103
|
* Add Screenplay classMartin Vilcans2014-10-213-57/+103
| | | | This is to be able to access title page data.
* How to install with PDF supportMartin Vilcans2014-10-151-0/+4
|
* Bump to version 0.3.20.3.2Martin Vilcans2014-10-141-1/+1
|
* Check for Reportlab. Required for PDF output.Martin Vilcans2014-10-142-3/+12
|
* Bump to version 0.3.10.3.1Martin Vilcans2014-10-141-1/+1
|
* Function to add one line at a time to a DialogMartin Vilcans2014-10-092-2/+12
| | | | | This is useful for parsers that receive character, dialog and parentheticals as separate elements.
* Bump version to 0.3.00.3.0Martin Vilcans2014-10-091-1/+1
|
* Merge branch 'feature/pdf'Martin Vilcans2014-10-095-4/+159
|\ | | | | | | Closes #7
| * Travis: remove Python 2.6, Reportlab doesn't support itMartin Vilcans2014-10-091-1/+0
| |
| * Make pep8 happyMartin Vilcans2014-10-091-1/+0
| |
| * Support centered action paragraphs in pdfMartin Vilcans2014-10-091-2/+9
| |
| * Keep parentheticals with next in PDF outputMartin Vilcans2014-10-091-1/+2
| |
| * Add page break support in PDF outputMartin Vilcans2014-10-091-3/+10
| |
| * First stab at PDF outputMartin Vilcans2014-10-094-3/+145
|/
* Code consistency using _CreateStyledStringMartin Vilcans2014-09-031-4/+4
|
* Travis no longer supports Python 2.5; remove itMartin Vilcans2014-04-031-1/+0
|
* Add setup scriptMartin Vilcans2014-04-033-3/+27
|
* Use raw strings in docstrings with backslashes in themMartin Vilcans2014-03-031-2/+2
|
* Tests that would have caught the p a r e n t h e t i c a l bugMartin Vilcans2014-03-033-0/+18
| | | | | | Bug was caused by a regression in d0c5183b4773e9dfac7113b24b492e0826c36bac See fix in b0dac73a8899d6ad5db3564202f566ddb963b446
* fixed p a r e n t h e t i c a l bugKai Blöcker2014-03-031-1/+1
|
* Got rid of overloaded "classes" parameter.Martin Vilcans2013-08-131-21/+14
| | | | As the name suggests, it should be a sequence, not a string.
* Avoid overloaded function in fountain.pyMartin Vilcans2013-08-131-15/+15
| | | | It's so Java anyway.