Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
Commit message (Collapse)AuthorAgeFilesLines
* fix bug in collaboration: don't share during showWalter Bender2013-10-063-7/+8
|
* use utf-8 encoding for unicode stringsWalter Bender2013-09-233-21/+21
|
* update the heading of the turtle sprite after the 'left' or 'right' blockMarion2013-09-131-5/+11
|
* fix problem with NoneType index for action blockWalter Bender2013-09-031-12/+17
|
* fix problem with NoneType index for storein blockWalter Bender2013-09-031-5/+8
|
* merge from mzepf set_xy takes x, y instead of (x, y)Walter Bender2013-08-303-11/+12
|\
| * change interface of Turtle.set_xy to set_xy(x, y, share, pendown)Marion2013-08-273-8/+8
| | | | | | | | | | | | | | - 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.)
* | more fine-tuning of the rescaling parametersWalter Bender2013-08-261-5/+17
| |
* | force redisplay of coordinates after execution of blocksWalter Bender2013-08-241-0/+1
| |
* | scale Cartesian coordinates to screen sizeWalter Bender2013-08-231-0/+24
| |
* | take coord_scale into account when setting pen sizeWalter Bender2013-08-231-3/+10
| |
* | save project on load (SL #2294)Walter Bender2013-08-211-1/+1
| |
* | display palette name (SL #4320) when palette is selectedWalter Bender2013-08-211-9/+12
| |
* | clean up coordinate rescale codeWalter Bender2013-08-212-9/+22
|/
*