Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
Commit message (Collapse)AuthorAgeFilesLines
* Export body positions in PhysicsSai Vineet2013-12-051-0/+31
| | | | | Enhancement: Physics should let the user export the body positions for use in another activity like Chart, etc.
* Add a Clear/Erase All toolSai Vineet2013-11-191-0/+8
| | | | | | | | | | Problem: It is problematic to remove all bodies in the canvas, one by one, to get a clear screen. A clear all tool is certainly needed. Solution: Implement a Clear All tool, which also asks for confirmation before destroying everything. Fixes #1615
* Activity completely ported to sugargame with no regressionsDaniel Francis2012-12-211-9/+0
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Fix cursor bug, try to fix journal dataDaniel Francis2012-12-211-2/+14
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* All the filesDaniel Francis2012-12-211-3/+3
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* 80 character line length source cleanup.Gary Martin2012-11-051-50/+66
|
*