Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Bump to version 0.5.10.5.1 | Martin Vilcans | 2014-11-26 | 1 | -1/+1 | |
| | | ||||||
* | | Slight layout changes to cover page | Martin Vilcans | 2014-11-26 | 1 | -2/+2 | |
| | | ||||||
* | | Bump version to 0.5.00.5.0 | Martin Vilcans | 2014-11-13 | 1 | -1/+1 | |
| | | ||||||
* | | Don't count title page when numbering pages | Martin Vilcans | 2014-11-12 | 1 | -1/+7 | |
| | | ||||||
* | | Title page: 6 points of buffer to avoid blank page | Martin Vilcans | 2014-11-12 | 1 | -1/+2 | |
| | | | | | | | | Otherwise, for some input I got a blank second page. | |||||
* | | 82 characters in a line: a flagrant PEP8 violation! | Martin Vilcans | 2014-11-05 | 2 | -6/+6 | |
| | | ||||||
* | | Render title page in PDF output0.4.0 | Martin Vilcans | 2014-11-05 | 2 | -5/+103 | |
| | | ||||||
* | | Add Screenplay class | Martin Vilcans | 2014-10-21 | 3 | -57/+103 | |
| | | | | | | | | This is to be able to access title page data. | |||||
* | | How to install with PDF support | Martin Vilcans | 2014-10-15 | 1 | -0/+4 | |
| | | ||||||
* | | Bump to version 0.3.20.3.2 | Martin Vilcans | 2014-10-14 | 1 | -1/+1 | |
| | | ||||||
* | | Check for Reportlab. Required for PDF output. | Martin Vilcans | 2014-10-14 | 2 | -3/+12 | |
| | | ||||||
* | | Bump to version 0.3.10.3.1 | Martin Vilcans | 2014-10-14 | 1 | -1/+1 | |
| | | ||||||
* | | Function to add one line at a time to a Dialog | Martin Vilcans | 2014-10-09 | 2 | -2/+12 | |
| | | | | | | | | | | This is useful for parsers that receive character, dialog and parentheticals as separate elements. | |||||
* | | Bump version to 0.3.00.3.0 | Martin Vilcans | 2014-10-09 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'feature/pdf' | Martin Vilcans | 2014-10-09 | 5 | -4/+159 | |
|\ \ | | | | | | | | | | Closes #7 | |||||
| * | | Travis: remove Python 2.6, Reportlab doesn't support it | Martin Vilcans | 2014-10-09 | 1 | -1/+0 | |
| | | | ||||||
| * | | Make pep8 happy | Martin Vilcans | 2014-10-09 | 1 | -1/+0 | |
| | | | ||||||
| * | | Support centered action paragraphs in pdf | Martin Vilcans | 2014-10-09 | 1 | -2/+9 | |
| | | | ||||||
| * | | Keep parentheticals with next in PDF output | Martin Vilcans | 2014-10-09 | 1 | -1/+2 | |
| | | | ||||||
| * | | Add page break support in PDF output | Martin Vilcans | 2014-10-09 | 1 | -3/+10 | |
| | | | ||||||
| * | | First stab at PDF output | Martin Vilcans | 2014-10-09 | 4 | -3/+145 | |
|/ / | ||||||
* | | Code consistency using _CreateStyledString | Martin Vilcans | 2014-09-03 | 1 | -4/+4 | |
| | | ||||||
* | | Travis no longer supports Python 2.5; remove it | Martin Vilcans | 2014-04-03 | 1 | -1/+0 | |
| | | ||||||
* | | Add setup script | Martin Vilcans | 2014-04-03 | 3 | -3/+27 | |
| | | ||||||
* | | Use raw strings in docstrings with backslashes in them | Martin Vilcans | 2014-03-03 | 1 | -2/+2 | |
| | | ||||||
| * | Patch doctests to work with Python 3 | Martin Vilcans | 2014-03-11 | 2 | -2/+25 | |
| | | ||||||
| * | Make some doctests compatible with Python 3. | Martin Vilcans | 2014-03-10 | 1 | -6/+9 | |
| | | | | | | | | | | In Py3, sys.stdout.write returns a value, which caused different output in doctests. | |||||
| * | Readme about how to set up development in Python 3 | Martin Vilcans | 2014-03-10 | 1 | -0/+5 | |
| | | ||||||
| * | Use raw strings in docstrings with backslashes in them | Martin Vilcans | 2014-03-03 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' into python3 | Martin Vilcans | 2014-03-03 | 4 | -1/+19 | |
| |\ | |/ |/| | ||||||
* | | Tests that would have caught the p a r e n t h e t i c a l bug | Martin Vilcans | 2014-03-03 | 3 | -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 bug | Kai Blöcker | 2014-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add missing dependency on six for Py3 | Martin Vilcans | 2013-08-13 | 1 | -0/+1 | |
| | | ||||||
| * | Python 3 dependencies and Travis config | Martin Vilcans | 2013-08-13 | 2 | -4/+5 | |
| | | ||||||
| * | Use six.text_type in richstring_test | Martin Vilcans | 2013-08-13 | 1 | -1/+2 | |
| | | ||||||
| * | Use six.StringIO instead of StringIO.StringIO | Martin Vilcans | 2013-08-13 | 1 | -1/+1 | |
| | | ||||||
| * | Use six.StringIO for Python 3 compat | Martin Vilcans | 2013-08-13 | 1 | -1/+1 | |
| | | ||||||
| * | Use six.next instead of it.next (Py3 compat) | Martin Vilcans | 2013-08-13 | 1 | -2/+3 | |
| | | ||||||
| * | Use six in richstring to be compatible with Python 3 | Martin Vilcans | 2013-08-13 | 2 | -2/+20 | |
|/ | ||||||
* | Got rid of overloaded "classes" parameter. | Martin Vilcans | 2013-08-13 | 1 | -21/+14 | |
| | | | | As the name suggests, it should be a sequence, not a string. | |||||
* | Avoid overloaded function in fountain.py | Martin Vilcans | 2013-08-13 | 1 | -15/+15 | |
| | | | | It's so Java anyway. | |||||
* | Always output styles in consistent order (Bold, Italic, Underline) | Martin Vilcans | 2013-08-13 | 2 | -3/+7 | |
| | | | | Keep it independent of Python's set implementation. | |||||
* | Use unittest2 if available but don't require it. | Martin Vilcans | 2013-08-13 | 6 | -4/+23 | |
| | | | | The features of unittest2 are already in Python >=2.7. | |||||
* | Removed dependency on unittest2 | Martin Vilcans | 2013-08-13 | 5 | -23/+19 | |
| | | | | I think I don't use its features and it doesn't exist under that name in Python 3. | |||||
* | Use bin/test for Travis tests | Martin Vilcans | 2013-08-13 | 1 | -1/+1 | |
| | ||||||
* | Add Travis CI config | Martin Vilcans | 2013-08-13 | 1 | -0/+7 | |
| | ||||||
* | Removed Python 2.5 requirement and Reportlab (not used right now) | Martin Vilcans | 2013-08-13 | 2 | -15/+2 | |
| | ||||||
* | Fixed runtime error on HTML output of dual dialogue. | Martin Vilcans | 2012-07-22 | 3 | -1/+7 | |
| | | | | Thanks for the bug report, Dahlia! | |||||
* | Strip leading and trailing whitespace from character names. | Martin Vilcans | 2012-07-10 | 4 | -1/+25 | |
| | | | | Closes #2 | |||||
* | Automatically create test cases from files in tests/files | Martin Vilcans | 2012-07-10 | 2 | -34/+70 | |
| | | | | This replaces the repeated test code. |