Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/labyrinthactivity.py
Commit message (Collapse)AuthorAgeFilesLines
* make canvas square and add support for scrollingWalter Bender2013-02-231-11/+36
|
* basic copy/paste workingWalter Bender2013-02-221-7/+7
|
* changes in support of touchWalter Bender2013-02-221-34/+67
|
* Add forgotten code in the old toolbars, affects Sugar <= 0.84Manuel Quiñones2012-06-261-0/+4
| | | | | | Credits to Walter Bender. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Remove unused imports in main codeManuel Quiñones2012-02-171-4/+0
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* PEP8 complaint fixes in main codeManuel Quiñones2012-02-171-141/+161
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Fix for the default fontManuel Quiñones2012-02-161-1/+1
| | | | | | | | The activity was selecting the last font if it doesn't find 'Times New' or 'Times New Roman'. That was 'wasy10' which has only symbols. Adding 'Sans' fixes the issue. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Take off debug commentsJorge Saldivar2011-02-221-2/+1
|
*