Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Give a friendly error message if the audio library isn't found.Chris Ball2008-03-151-2/+7
* Look for the audio library in /home as well as /usr/share.Chris Ball2008-03-141-5/+10
* Add "slideshow" example with "query" library function.Chris Ball2007-12-221-0/+326
* Fix import of pippy.sound library (missing temp_path definition).C. Scott Ananian2007-12-171-0/+1
* Add more exciting features to the console library!C. Scott Ananian2007-12-141-1/+57
* Move imports around to ensure 'import pippy' is as fast as possible.C. Scott Ananian2007-12-142-6/+14
* Add additional escape sequences to pippy.console library.C. Scott Ananian2007-12-131-24/+57
* Add pippy.console.size() to get rows/cols, make "thanks" use it.Chris Ball2007-12-131-1/+5
* Fix cjb's 'disable suspend' patch.C. Scott Ananian2007-12-121-4/+5
* Improve speed of 'import pippy' by removing the 'from sugar import env'.C. Scott Ananian2007-12-121-5/+6
* Disable the suspend call in pause() for now.Chris Ball2007-12-121-4/+4
* Dim to black on pause, not white.C. Scott Ananian2007-12-111-1/+1
* Speed up import pippy sound (by a lot!) by removing an unused import.C. Scott Ananian2007-12-111-1/+0
* Protect the 'pippy.sound' import for easier testing on non-XOs.C. Scott Ananian2007-12-111-1/+4
* Add text-color functions to console library; use them in 'jump' example.C. Scott Ananian2007-12-111-1/+49
* Localize the 'PAUSED' message in the pygame support.C. Scott Ananian2007-12-111-3/+5
* Factor out a pippy library, which programs can use with 'import pippy'.C. Scott Ananian2007-12-114-0/+285