summaryrefslogtreecommitdiffstats
path: root/share/extensions/grid_polar.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if ↵Peter Moulder2008-05-231-2/+3
| | | | | __name__ == '__main__':’, to allow use of pychecker. (bzr r5742)
* noop: Add vim modeline for all share/extensions/*.py files that use ↵Peter Moulder2008-05-231-0/+1
| | | | | four-space indentation. (bzr r5739)
* share/extension/*.py: noop: minor whitespace regularizations ahead of adding ↵Peter Moulder2008-05-231-7/+7
| | | | | vim modelines (bzr r5738)
* Applying several of Inductiveload's enhancements and fixes to his ↵Mike Pittman2008-05-191-20/+15
| | | | | extensions. See LP #230478. (bzr r5710)
* Add extension to render a polar grid. Wishlist - LP #224522Mike Pittman2008-04-301-0/+201
(bzr r5561)