Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Add our 'elements' modified .egg to the sys.pathManuel Kaufmann2012-11-201-0/+6
* 'Elements' module modifiedManuel Kaufmann2012-11-201-0/+0
* Remove older Box2D libraryManuel Kaufmann2012-11-2018-14312/+0
* Correction Pippy Playwaveflavio2012-09-191-4/+4
* Various fixes to gtk3 port, by (flavio danesseRafael Ortiz2012-06-302-3/+3
* Port Gtk3 Baseflavio2012-06-1512-233/+233
* pep8 fixv46Rafael Ortiz2012-02-171-1/+1
* cleaning debug codeRafael Ortiz2012-02-171-6/+0
* restoring license headerv45Rafael Ortiz2012-02-161-0/+3
* Not harcoding tamtam-edit pathRafael Ortiz2012-02-161-31/+30
* v1 of finding tamtam with activity registryRafael Ortiz2012-01-261-2/+12
* Better way to go to TamTamEditRafael Ortiz2011-06-141-1/+2
* Fix Pippy sound library on non-OLPC OS systems (SL#638)v40Sascha Silbe2011-03-031-10/+22
* pep8 adjustmentsJames Cameron2010-12-234-112/+242
* add COPYING file: #1571James Cameron2010-05-146-7/+737
* Parse additional output for xterm size reporting (#843)Julie Pichon2010-04-251-2/+10
* Allow playing sounds named with a full filesystem path.C. Scott Ananian2008-11-171-1/+4
* Fix dos line endings for pippy.physics and regenerate MANIFEST.C. Scott Ananian2008-11-032-979/+979
* Stops load of box2d for every example...Brian Jordan2008-11-031-1/+1
* Added physics example, library (elements/pybox2d/box2d)Brian Jordan2008-11-0319-0/+13642
* Fix help text for pippy.console.inverse().C. Scott Ananian2008-10-231-1/+1
* Add proper license header to the library files I wrote.C. Scott Ananian2008-09-242-0/+8
* 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