Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a Clear/Erase All toolSai Vineet2013-11-191-0/+30
| | | | | | | | | | 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
* save during screen rotate; generate previewWalter Bender2013-11-181-2/+11
|
* changes in support of rotationWalter Bender2013-05-241-96/+101
|
* Activity completely ported to sugargame with no regressionsDaniel Francis2012-12-211-12/+2
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Fix cursor bug, try to fix journal dataDaniel Francis2012-12-211-1/+17
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Bug fixesDaniel Francis2012-12-211-3/+3
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* All the filesDaniel Francis2012-12-211-12/+21
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
*