Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
Commit message (Collapse)AuthorAgeFilesLines
* avoid flag day by detecting when lc is 1st arg to myblock()Walter Bender2011-03-221-1/+7
|
* removed unnecessary defaults for action 1 and action 2 blocksWalter Bender2011-03-221-2/+0
|
* FLAG DAY: passing TurtleWindow instead of LogoCode instance as 1st argumentWalter Bender2011-03-211-2/+2
|
* caught exceptional case of loading extra turtle when running from GNOME (#2441)Walter Bender2011-03-191-1/+2
|
* don't try disconnecting None blocksWalter Bender2011-03-191-2/+3
|
* catch situations where unknown block type is requestedWalter Bender2011-03-191-1/+3
|
* expand python graphic when Python block expands (#2644)Walter Bender2011-03-191-0/+2
|
* simplified logic in _hide_previous_palette and fixed IndexError at the same timeWalter Bender2011-03-191-4/+3
|
* looking up index instead of hardwiring itWalter Bender2011-03-191-0/+8
|
* moved regeneration of palettes to show_palette method; added new exampleWalter Bender2011-03-191-10/+12
|
*