Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong pygame dimentions when X server supports many modes SL#11231olpc user2011-09-301-3/+3
* No need to init pygame modules we don't use.Gary Martin2011-06-091-1/+0
* Removed no longer used font object.Gary Martin2011-06-091-1/+0
* Quick pass through pylint.Gary Martin2010-10-081-2/+2
* Yet more comma space cleanups.Gary Martin2010-10-081-2/+2
* Watch for focus events so that pygame run loop is more gracefully idle when i...Gary Martin2010-10-061-22/+24
* Comment edit.Gary Martin2010-10-061-1/+1
* Cleaned up more trailing white space.Gary Martin2010-10-061-2/+2
* Removed exit event check and extra exit pygame path code as it has no effect.Gary Martin2010-10-061-2/+1
* More pylint fixes (mainly trailing spaces).Gary Martin2010-10-051-9/+9
* Tidy up comments.Gary Martin2010-10-031-10/+10
* Tidy up of spaces around commas and operators.Gary Martin2010-10-031-6/+6
* Small tidy-up trying to minimize time spent between screen clear and redraw.Gary Martin2010-10-031-2/+3
* Added extra license/copyright related ascii provided by quozl in ticket #1695...Gary Martin2010-02-231-9/+20
* Added better fake Sugar cursor to the PyGame canvas.Gary Martin2009-08-271-6/+22
* First pass as Sugar like cursors (needs some AA pixel work).Gary Martin2009-08-241-0/+3
* Update elements to 0.13 (with Asaf's JSON support)Brian Jordan2009-08-101-2/+1
* Add pkg_resources.py for python 2.5 without pkg_resources supportBrian Jordan2009-08-101-0/+2
* Added "Roll" toolasaf2009-08-081-0/+7
* Add python 2.5 elements 12 (with pickling)Brian Jordan2009-07-121-0/+1
* Added functionality to save/load contraptions to/from the journal (Trac #1034)Asaf Paris Mandoki2009-07-121-1/+1
* Upgraded to elements 12, pybox2d 2.0.2b1Brian Jordan2009-07-101-2/+5
* Removed text (printed white on white canvas!) now toolbar correctly displays ...Gary Martin2009-06-161-6/+1
* Removed unfinished "joystick" featureBrian Jordan2009-05-251-2/+0
* Joystick button (is awesome... in progress)Brian Jordan2008-07-201-1/+2
* White backgroundBrian Jordan2008-07-181-1/+1
* Improved toolbar automationAlex Levenson2008-07-161-14/+7
* Changed background color ... needs to be made optionBrian2008-07-151-4/+4
* Fixed canvas heightAlex Levenson2008-07-111-1/+1
* (hopefully) fixed focus issuesAlex Levenson2008-07-101-0/+1
* There must be a better way to get this :)Brian2008-07-101-1/+1
* ToolButtons --> RadioToolButtonsBrian2008-07-101-1/+2
* Menus now workAlex2008-07-091-1/+0
* various cleanup... licensing/how to get involvedBrian2008-07-091-15/+18
* menusAlex2008-07-081-1/+1
* still fixing the menuAlex2008-07-081-8/+8
* fixed menuAlex2008-07-081-1/+1
* Added menu functionalityAlex2008-07-081-17/+1
* Total Reorganization! Now a proper activity (I hope)Alex2008-07-081-0/+113
* mv physics.py activities.pyAlex2008-07-071-334/+0
* Merge branch 'Alex' of git://dev.laptop.org/activities/physicsBrian Jordan2008-07-071-125/+313
|\
| * Added polygon and magic pen toolsAlex2008-07-021-5/+82
| * cleaned up menuAlex2008-07-021-8/+10
| * Added menu bar at topAlex2008-07-021-30/+33
| * Added joint toolAlex2008-07-021-2/+31
| * Added the grab toolAlex2008-07-021-3/+27
| * Added box creation toolAlex2008-07-021-8/+14
| * Added some Tool classes, can now drag / create triangles + circlesAlex2008-07-021-135/+176
| * Started Alex's branch for messing aroundAlex2008-06-301-2/+2
* | Drawing descriptionBrian Jordan2008-07-021-5/+14