aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * Patch doctests to work with Python 3Martin Vilcans2014-03-112-2/+25
| * Make some doctests compatible with Python 3.Martin Vilcans2014-03-101-6/+9
| * Readme about how to set up development in Python 3Martin Vilcans2014-03-101-0/+5
| * Use raw strings in docstrings with backslashes in themMartin Vilcans2014-03-031-2/+2
| * Merge branch 'master' into python3Martin Vilcans2014-03-034-1/+19
| |\ | |/ |/|
* | 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
* | fixed p a r e n t h e t i c a l bugKai Blöcker2014-03-031-1/+1
| * Add missing dependency on six for Py3Martin Vilcans2013-08-131-0/+1
| * Python 3 dependencies and Travis configMartin Vilcans2013-08-132-4/+5
| * Use six.text_type in richstring_testMartin Vilcans2013-08-131-1/+2
| * Use six.StringIO instead of StringIO.StringIOMartin Vilcans2013-08-131-1/+1
| * Use six.StringIO for Python 3 compatMartin Vilcans2013-08-131-1/+1
| * Use six.next instead of it.next (Py3 compat)Martin Vilcans2013-08-131-2/+3
| * Use six in richstring to be compatible with Python 3Martin Vilcans2013-08-132-2/+20
|/
* Got rid of overloaded "classes" parameter.Martin Vilcans2013-08-131-21/+14
* Avoid overloaded function in fountain.pyMartin Vilcans2013-08-131-15/+15
* Always output styles in consistent order (Bold, Italic, Underline)Martin Vilcans2013-08-132-3/+7
* Use unittest2 if available but don't require it.Martin Vilcans2013-08-136-4/+23
* Removed dependency on unittest2Martin Vilcans2013-08-135-23/+19
* Use bin/test for Travis testsMartin Vilcans2013-08-131-1/+1
* Add Travis CI configMartin Vilcans2013-08-131-0/+7
* Removed Python 2.5 requirement and Reportlab (not used right now)Martin Vilcans2013-08-132-15/+2
* Fixed runtime error on HTML output of dual dialogue.Martin Vilcans2012-07-223-1/+7
* Strip leading and trailing whitespace from character names.Martin Vilcans2012-07-104-1/+25
* Automatically create test cases from files in tests/filesMartin Vilcans2012-07-102-34/+70
* Changed bad test case nameMartin Vilcans2012-07-101-1/+1
* Added page break support.Martin Vilcans2012-07-099-6/+71
* Refactored html.py to use a class instead of global functions.Martin Vilcans2012-07-091-76/+94
* Refactored how we generate HTML tags.Martin Vilcans2012-07-091-40/+48
* PEP8 compliance.Martin Vilcans2012-07-084-10/+16
* Only a single period creates a slug.Martin Vilcans2012-07-083-1/+12
* Support mixed sections and synopsisesMartin Vilcans2012-03-123-9/+39
* Refactored trying different paragraph types.Martin Vilcans2012-03-121-44/+56
* Support sections that are bunched together.Martin Vilcans2012-03-122-9/+28
* Line breaks become <br/> instead of <p> in HTML.Martin Vilcans2012-03-014-8/+39
* Output synopsis to HTML.Martin Vilcans2012-02-235-90/+170
* Added test scriptMartin Vilcans2012-02-201-0/+3
* Added commenting out using /* boneyard */Martin Vilcans2012-02-206-4/+54
* Transition must end with "TO:", not just ":"Martin Vilcans2012-02-193-5/+14
* Better error messages on unsupported formats.Martin Vilcans2012-02-191-13/+22
* Removed pdf and text modules as they aren't supported yet anyway.Martin Vilcans2012-02-192-45/+0
* Renamed SPMD to FountainMartin Vilcans2012-02-1911-18/+16
* Moved spmd tests into separate classes.Martin Vilcans2012-02-191-19/+29