Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Expand)AuthorAgeFilesLines
* fixed problems with export to Sugar app; pep8 cleanupWalter Bender2013-11-291-24/+59
* import before commentRafael Ortiz2013-03-151-1/+2
* The stop button stops the code being executedflavio2013-03-011-0/+1
* inline comment should be with '#' not with '''Rafael Ortiz2012-06-301-4/+5
* not needed importRafael Ortiz2012-06-301-1/+0
* Various fixes to gtk3 port, by (flavio danesseRafael Ortiz2012-06-301-20/+27
* Port Gtk3 Baseflavio2012-06-151-32/+30
* pep8 adjustmentsJames Cameron2010-12-231-29/+50
* add COPYING file: #1571James Cameron2010-05-141-1/+1
* Support directly launching activity from the command-line.C. Scott Ananian2008-11-031-1/+26
* 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
* New PyGameActivity class in activity.py.C. Scott Ananian2008-05-201-0/+34
* Support copy, paste, & drop in generated activities. Support drop on VTE in ...C. Scott Ananian2008-05-201-0/+41
* Accept keyword arguments to ViewSourceActivity constructor.C. Scott Ananian2008-05-201-2/+2
* Fix for #4909 landed different in sugar than in the patch attached to the bug.C. Scott Ananian2007-12-201-5/+7
* Make the 'view source' key work in Pippy and generated activities.C. Scott Ananian2007-12-181-6/+45
* Pippy eats its tail!C. Scott Ananian2007-12-131-546/+25
* Match title to example file name, and capitalize names of examples.C. Scott Ananian2007-12-131-6/+8
* Fix UI for 'keep as bundle' button.C. Scott Ananian2007-12-131-9/+19
* Implement "Save as Bundle" functionality for Pippy.C. Scott Ananian2007-12-131-9/+113
* De-lint activity.py.C. Scott Ananian2007-12-121-27/+21
* Fix pippy sub-shell invocation, which I broke by naming the standard library ...C. Scott Ananian2007-12-111-4/+4
* Reset text color to black before starting pippy script.C. Scott Ananian2007-12-111-1/+1
* Factor out a pippy library, which programs can use with 'import pippy'.C. Scott Ananian2007-12-111-1/+7
* Fix i18n, remove pythagoras for now, add thanks.Chris Ball2007-11-021-2/+2
* es.poroot2007-09-291-3/+3
* Remove set_title call -- #3896, #3061Chris Ball2007-09-271-7/+7
* Add a "Stop!" button.Chris Ball2007-09-101-3/+18
* Enlarge Pascal, sort getSoundList, widen TreeViewChris Ball2007-08-291-1/+1
* Update to new tubes APIGuillaume Desmottes2007-08-291-5/+4
* Shrink button size, and call Activity.save(self) on TreeView (#2993).Chris Ball2007-08-281-3/+4
* Add load/save to journal. (flawed)Lincoln Quirk2007-08-281-0/+11
* Replace hippocanvases with raw Gtk, get both scrollbars working.Chris Ball2007-08-211-30/+21
* Focus the output area by default, workaround a VTE problemChris Ball2007-08-201-2/+2
* Add dirs to sidebar, word wrap.Chris Ball2007-08-201-3/+10
* Add sidebar, populate it with files in data/<dir>/*.Chris Ball2007-08-181-16/+53
* Move from gtksourceview to gtksourceview2.Chris Ball2007-08-161-7/+16
* Initial import. Plans for the future, from FIXMEs:Chris Ball2007-08-161-0/+378