Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tabasics.py
Commit message (Expand)AuthorAgeFilesLines
* add gray as argument to fill screen blockWalter Bender2012-09-181-44/+58
* remoe unnecessary returnWalter Bender2012-09-021-1/+0
* Update labels on named boxes when running in debug modeWalter Bender2012-07-211-3/+5
* hide redundant action and box blocksWalter Bender2012-07-191-39/+47
* fix problem with nested while loopsWalter Bender2012-07-091-0/+1
* removing more deprecated codeWalter Bender2012-07-071-9/+0
* convert flow blocks to new clamp styleWalter Bender2012-07-051-11/+29
* rm silly True and False blocksWalter Bender2012-06-301-6/+0
* reorganize pen and color palettesWalter Bender2012-06-291-30/+30
* boxes can take strings or numbersWalter Bender2012-05-091-0/+2
* move string_or_number whitelist to taplatte.pyWalter Bender2012-05-071-0/+8
* use '' for labels instead of ' 'Walter Bender2012-04-101-5/+5
* pep8 cleanupWalter Bender2012-04-091-11/+13
* raise error on boolean compare of polynomialsWalter Bender2012-02-201-0/+2
* add polynomial support for numeric operationsWalter Bender2012-01-291-1/+43
* more consolidation of toolbars for smaller displaysWalter Bender2012-01-061-4/+9
* reposition labels of if blocksWalter Bender2011-11-261-2/+2
* ValueError should be TypeErrorWalter Bender2011-10-271-1/+1
* TypeError should be ValueErrorWalter Bender2011-10-271-1/+1
* remove tail from blank-style (#3164); use blank-style for trashWalter Bender2011-10-061-3/+3
* change to make po generation work properlyWalter Bender2011-09-261-11/+14
* fixed regression in action default nameWalter Bender2011-06-241-1/+1
* cleaned up comment on how to add new blocksWalter Bender2011-05-191-2/+2
* added clear all button to trash paletteWalter Bender2011-05-071-0/+5
* revert tagettext magic until it is fixedWalter Bender2011-04-131-0/+2
* added 'special name' to text blockWalter Bender2011-04-081-1/+1
* finished defining logo functions for UCBWalter Bender2011-04-071-1/+75
* refactoring of export logo codeWalter Bender2011-04-071-4/+20
* added logo_command primitive to block structureWalter Bender2011-04-061-8/+61
* fixed block-style for identity block (#2757)Walter Bender2011-04-051-1/+1
* Refactored gettext imports -- fixes running from src in Sugar (martin langhoff)Walter Bender2011-03-311-2/+0
* removed unnecessary defaults for action 1 and action 2 blocksWalter Bender2011-03-221-2/+0
* cleaned up regression with AND and OR blocksWalter Bender2011-03-171-2/+14
* add a label to the remote turtles (experimental); fix bug that prevented colo...Walter Bender2011-03-141-2/+6
* added help_string for trash paletteWalter Bender2011-03-051-3/+4
* moved palette-related data out of taconstants into tapaletteWalter Bender2011-03-051-1/+1
* renamed PLUGIN_DICTIONARY to more descriptive primitive_dictionaryWalter Bender2011-03-051-67/+67
* rename taprimitive.py to more appropriate tapalette.pyWalter Bender2011-03-051-2/+2
* updated comment to reflect latest block construction instructionsWalter Bender2011-03-051-15/+13
* made add_block a method of PaletteWalter Bender2011-03-051-501/+452
* moving make_palette calls inside individual palette construction methods as p...Walter Bender2011-03-041-20/+27
* deprecated...Walter Bender2011-03-031-2/+2
* naming arguments to make_paletteWalter Bender2011-03-031-16/+23
* added make_palette helper functionWalter Bender2011-03-031-21/+14
* pylint cleanupWalter Bender2011-03-031-85/+85
* removed 'see' from value blocks listWalter Bender2011-03-021-5/+1
* updated comment to reflect new location of helper methodWalter Bender2011-03-021-6/+6
* making use of helper method for making primitivesWalter Bender2011-03-021-601/+574
* updated documentation on how to add a new palette or blockWalter Bender2011-03-021-29/+26
* removed extraneous default arguments to action 1 and action 2 hatsWalter Bender2011-03-021-15/+1