Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tabasics.py
Commit message (Collapse)AuthorAgeFilesLines
* fix label ambiguity with addturtle and turtle-label blocksWalter Bender2013-10-081-1/+2
|
* revised approach to i18nWalter Bender2013-10-081-8/+22
|
* add i18n to palette namesWalter Bender2013-10-071-7/+7
|
* change interface of Turtle.set_xy to set_xy(x, y, share, pendown)Marion2013-08-271-2/+2
| | | | | | | - Used to be set_xy(pos, share, pendown) with pos = (x, y). - Some calls to set_xy were already assuming the new interface. - Also fix the 'bullet list' block from the 'presentations' palette. (Small, related bug.)
*