Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Add proper license grant to the activity.py file.C. Scott Ananian2008-09-241-0/+18
|
* Really hide keep/share buttons in generated activities.C. Scott Ananian2008-05-201-6/+5
| | | | | | The Widget.show_all() method will re-show buttons we've hidden, unless we hide *after* the show_all() (we could also use Widget.show() instead of Widget.show_all()).
* New PyGameActivity class in activity.py.C. Scott Ananian2008-05-201-0/+34
| | | | | PyGameActivity can be used to properly wrap a Pippy pygame activity in an activity frame, with toolbar, full-screen mode, etc.
*