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