| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2012-07-09 | Refactored html.py to use a class instead of global functions. | Martin Vilcans | |
| This is in preparation for supporting page breaks (see #3) | |||
| 2012-07-09 | Refactored how we generate HTML tags. | Martin Vilcans | |
| 2012-07-08 | PEP8 compliance. | Martin Vilcans | |
| Especially get rid of the "E128 continuation line under-indented for visual indent" which is new in later versions of the pep8 program. | |||
| 2012-07-08 | Only a single period creates a slug. | Martin Vilcans | |
| Fixes #4 | |||
| 2012-03-12 | Support mixed sections and synopsises | Martin Vilcans | |
| 2012-03-12 | Refactored trying different paragraph types. | Martin Vilcans | |
| 2012-03-12 | Support sections that are bunched together. | Martin Vilcans | |
| 2012-03-01 | Line breaks become <br/> instead of <p> in HTML. | Martin Vilcans | |
| This should make line breaks look good with the new CSS. | |||
| 2012-02-23 | Output synopsis to HTML. | Martin Vilcans | |
| Used Jonathan's CSS. | |||
| 2012-02-20 | Added test script | Martin Vilcans | |
| 2012-02-20 | Added commenting out using /* boneyard */ | Martin Vilcans | |
| 2012-02-19 | Transition must end with "TO:", not just ":" | Martin Vilcans | |
| New in Fountain spec. | |||
| 2012-02-19 | Better error messages on unsupported formats. | Martin Vilcans | |
| 2012-02-19 | Removed pdf and text modules as they aren't supported yet anyway. | Martin Vilcans | |
| 2012-02-19 | Renamed SPMD to Fountain | Martin Vilcans | |
| 2012-02-19 | Moved spmd tests into separate classes. | Martin Vilcans | |
| 2012-02-19 | Added synopsis support to slugs and sections. | Martin Vilcans | |
| 2012-02-16 | Parse the title page. | Martin Vilcans | |
| The title page isn't actually used for anything right now, but if it is in the source, at least it doesn't appear as action lines in the output. | |||
| 2012-02-08 | Updated README to reflect new reality (Fountain, www.screenplain.com etc) | Martin Vilcans | |
