Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pysamples/load_block.py
Commit message (Expand)AuthorAgeFilesLines
* remove debug outputWalter Bender2012-07-191-2/+0
* use dock positions; mark for deletionWalter Bender2012-07-181-4/+15
* account for block overlap by adding back 4 pixels (#3115)Walter Bender2011-10-041-1/+2
* added COPYING file and reduced size of comments at the top of each code block...Walter Bender2011-04-081-26/+3
* update comment to reflect changes to codeWalter Bender2011-04-051-3/+2
* move the turtle into position to place the next block in the stackWalter Bender2011-04-041-4/+4
* added more psuedo code to comment as per #2709Walter Bender2011-03-241-0/+6
* added comments to Python samples (#2709)Walter Bender2011-03-211-0/+9
* FLAG DAY: passing TurtleWindow instead of LogoCode instance as 1st argumentWalter Bender2011-03-211-25/+26
* Avoid computing the x and y twiceRaul Gutierrez Segales2011-02-271-2/+4
* enab;e setting defaultsv106Walter Bender2011-02-271-22/+38
* pep8 cleanupWalter Bender2011-02-261-2/+1
* load multiple blocks at onceWalter Bender2011-02-261-26/+36
* doing the extra work of docking the block and disassociating the mouseWalter Bender2011-02-261-0/+21
* python sample code for loading a block from the palette onto the canvasWalter Bender2011-02-251-0/+38